Class RpcMethodInvocationResponseRequest
public sealed class RpcMethodInvocationResponseRequest : Google.Protobuf.IMessage<RpcMethodInvocationResponseRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
RpcMethodInvocationResponseRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
RpcMethodInvocationResponseRequest()
public RpcMethodInvocationResponseRequest()
RpcMethodInvocationResponseRequest(RpcMethodInvocationResponseRequest)
public RpcMethodInvocationResponseRequest(RpcMethodInvocationResponseRequest other)
Parameters
Fields
ErrorFieldNumber
Field number for the "error" field.
public const int ErrorFieldNumber = 4
Field Value
InvocationIdFieldNumber
Field number for the "invocation_id" field.
public const int InvocationIdFieldNumber = 2
Field Value
LocalParticipantHandleFieldNumber
Field number for the "local_participant_handle" field.
public const int LocalParticipantHandleFieldNumber = 1
Field Value
PayloadFieldNumber
Field number for the "payload" field.
public const int PayloadFieldNumber = 3
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Error
public RpcError Error { get; set; }
Property Value
HasInvocationId
Gets whether the "invocation_id" field is set
public bool HasInvocationId { get; }
Property Value
HasLocalParticipantHandle
Gets whether the "local_participant_handle" field is set
public bool HasLocalParticipantHandle { get; }
Property Value
HasPayload
Gets whether the "payload" field is set
public bool HasPayload { get; }
Property Value
InvocationId
public ulong InvocationId { get; set; }
Property Value
LocalParticipantHandle
public ulong LocalParticipantHandle { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<RpcMethodInvocationResponseRequest> Parser { get; }
Property Value
- MessageParser<RpcMethodInvocationResponseRequest>
Payload
public string Payload { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearInvocationId()
Clears the value of the "invocation_id" field
public void ClearInvocationId()
ClearLocalParticipantHandle()
Clears the value of the "local_participant_handle" field
public void ClearLocalParticipantHandle()
ClearPayload()
Clears the value of the "payload" field
public void ClearPayload()
Clone()
public RpcMethodInvocationResponseRequest Clone()
Returns
Equals(RpcMethodInvocationResponseRequest)
public bool Equals(RpcMethodInvocationResponseRequest other)
Parameters
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(RpcMethodInvocationResponseRequest)
public void MergeFrom(RpcMethodInvocationResponseRequest other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream