Class UnregisterRpcMethodRequest
public sealed class UnregisterRpcMethodRequest : Google.Protobuf.IMessage<UnregisterRpcMethodRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
UnregisterRpcMethodRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
UnregisterRpcMethodRequest()
public UnregisterRpcMethodRequest()
UnregisterRpcMethodRequest(UnregisterRpcMethodRequest)
public UnregisterRpcMethodRequest(UnregisterRpcMethodRequest other)
Parameters
Fields
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 = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
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
LocalParticipantHandle
public ulong LocalParticipantHandle { get; set; }
Property Value
Method
public string Method { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<UnregisterRpcMethodRequest> Parser { get; }
Property Value
- MessageParser<UnregisterRpcMethodRequest>
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearLocalParticipantHandle()
Clears the value of the "local_participant_handle" field
public void ClearLocalParticipantHandle()
ClearMethod()
Clears the value of the "method" field
public void ClearMethod()
Clone()
public UnregisterRpcMethodRequest Clone()
Returns
Equals(UnregisterRpcMethodRequest)
public bool Equals(UnregisterRpcMethodRequest 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(UnregisterRpcMethodRequest)
public void MergeFrom(UnregisterRpcMethodRequest other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream