Class RpcMethodInvocationEvent
FFI Events
public sealed class RpcMethodInvocationEvent : Google.Protobuf.IMessage<RpcMethodInvocationEvent>, Google.Protobuf.IBufferMessage
- Inheritance
-
RpcMethodInvocationEvent
- Implements
-
IBufferMessage
- Extension Methods
Constructors
RpcMethodInvocationEvent()
public RpcMethodInvocationEvent()
RpcMethodInvocationEvent(RpcMethodInvocationEvent)
public RpcMethodInvocationEvent(RpcMethodInvocationEvent other)
Parameters
otherRpcMethodInvocationEvent
Fields
CallerIdentityFieldNumber
Field number for the "caller_identity" field.
public const int CallerIdentityFieldNumber = 5
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
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 = 6
Field Value
RequestIdFieldNumber
Field number for the "request_id" field.
public const int RequestIdFieldNumber = 4
Field Value
ResponseTimeoutMsFieldNumber
Field number for the "response_timeout_ms" field.
public const int ResponseTimeoutMsFieldNumber = 7
Field Value
Properties
CallerIdentity
public string CallerIdentity { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasCallerIdentity
Gets whether the "caller_identity" field is set
public bool HasCallerIdentity { get; }
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
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
HasRequestId
Gets whether the "request_id" field is set
public bool HasRequestId { get; }
Property Value
HasResponseTimeoutMs
Gets whether the "response_timeout_ms" field is set
public bool HasResponseTimeoutMs { get; }
Property Value
InvocationId
public ulong InvocationId { get; set; }
Property Value
LocalParticipantHandle
public ulong LocalParticipantHandle { get; set; }
Property Value
Method
public string Method { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<RpcMethodInvocationEvent> Parser { get; }
Property Value
- MessageParser<RpcMethodInvocationEvent>
Payload
public string Payload { get; set; }
Property Value
RequestId
public string RequestId { get; set; }
Property Value
ResponseTimeoutMs
public uint ResponseTimeoutMs { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearCallerIdentity()
Clears the value of the "caller_identity" field
public void ClearCallerIdentity()
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()
ClearMethod()
Clears the value of the "method" field
public void ClearMethod()
ClearPayload()
Clears the value of the "payload" field
public void ClearPayload()
ClearRequestId()
Clears the value of the "request_id" field
public void ClearRequestId()
ClearResponseTimeoutMs()
Clears the value of the "response_timeout_ms" field
public void ClearResponseTimeoutMs()
Clone()
public RpcMethodInvocationEvent Clone()
Returns
Equals(RpcMethodInvocationEvent)
public bool Equals(RpcMethodInvocationEvent other)
Parameters
otherRpcMethodInvocationEvent
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(RpcMethodInvocationEvent)
public void MergeFrom(RpcMethodInvocationEvent other)
Parameters
otherRpcMethodInvocationEvent
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream