Class PerformRpcRequest
FFI Requests
public sealed class PerformRpcRequest : Google.Protobuf.IMessage<PerformRpcRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
PerformRpcRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
PerformRpcRequest()
public PerformRpcRequest()
PerformRpcRequest(PerformRpcRequest)
public PerformRpcRequest(PerformRpcRequest other)
Parameters
otherPerformRpcRequest
Fields
DestinationIdentityFieldNumber
Field number for the "destination_identity" field.
public const int DestinationIdentityFieldNumber = 2
Field Value
LocalParticipantHandleFieldNumber
Field number for the "local_participant_handle" field.
public const int LocalParticipantHandleFieldNumber = 1
Field Value
MethodFieldNumber
Field number for the "method" field.
public const int MethodFieldNumber = 3
Field Value
PayloadFieldNumber
Field number for the "payload" field.
public const int PayloadFieldNumber = 4
Field Value
RequestAsyncIdFieldNumber
Field number for the "request_async_id" field.
public const int RequestAsyncIdFieldNumber = 6
Field Value
ResponseTimeoutMsFieldNumber
Field number for the "response_timeout_ms" field.
public const int ResponseTimeoutMsFieldNumber = 5
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
DestinationIdentity
public string DestinationIdentity { get; set; }
Property Value
HasDestinationIdentity
Gets whether the "destination_identity" field is set
public bool HasDestinationIdentity { get; }
Property Value
HasLocalParticipantHandle
Gets whether the "local_participant_handle" field is set
public bool HasLocalParticipantHandle { get; }
Property Value
HasMethod
Gets whether the "method" field is set
public bool HasMethod { get; }
Property Value
HasPayload
Gets whether the "payload" field is set
public bool HasPayload { get; }
Property Value
HasRequestAsyncId
Gets whether the "request_async_id" field is set
public bool HasRequestAsyncId { get; }
Property Value
HasResponseTimeoutMs
Gets whether the "response_timeout_ms" field is set
public bool HasResponseTimeoutMs { get; }
Property Value
LocalParticipantHandle
public ulong LocalParticipantHandle { get; set; }
Property Value
Method
public string Method { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<PerformRpcRequest> Parser { get; }
Property Value
- MessageParser<PerformRpcRequest>
Payload
public string Payload { get; set; }
Property Value
RequestAsyncId
public ulong RequestAsyncId { get; set; }
Property Value
ResponseTimeoutMs
public uint ResponseTimeoutMs { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearDestinationIdentity()
Clears the value of the "destination_identity" field
public void ClearDestinationIdentity()
ClearLocalParticipantHandle()
Clears the value of the "local_participant_handle" field
public void ClearLocalParticipantHandle()
ClearMethod()
Clears the value of the "method" field
public void ClearMethod()
ClearPayload()
Clears the value of the "payload" field
public void ClearPayload()
ClearRequestAsyncId()
Clears the value of the "request_async_id" field
public void ClearRequestAsyncId()
ClearResponseTimeoutMs()
Clears the value of the "response_timeout_ms" field
public void ClearResponseTimeoutMs()
Clone()
public PerformRpcRequest Clone()
Returns
Equals(PerformRpcRequest)
public bool Equals(PerformRpcRequest other)
Parameters
otherPerformRpcRequest
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(PerformRpcRequest)
public void MergeFrom(PerformRpcRequest other)
Parameters
otherPerformRpcRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream