Class DisposeResponse
public sealed class DisposeResponse : Google.Protobuf.IMessage<DisposeResponse>, Google.Protobuf.IBufferMessage
- Inheritance
-
DisposeResponse
- Implements
-
IBufferMessage
- Extension Methods
Constructors
DisposeResponse()
public DisposeResponse()
DisposeResponse(DisposeResponse)
public DisposeResponse(DisposeResponse other)
Parameters
otherDisposeResponse
Fields
AsyncIdFieldNumber
Field number for the "async_id" field.
public const int AsyncIdFieldNumber = 1
Field Value
Properties
AsyncId
None if sync
public ulong AsyncId { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasAsyncId
Gets whether the "async_id" field is set
public bool HasAsyncId { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<DisposeResponse> Parser { get; }
Property Value
- MessageParser<DisposeResponse>
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearAsyncId()
Clears the value of the "async_id" field
public void ClearAsyncId()
Clone()
public DisposeResponse Clone()
Returns
Equals(DisposeResponse)
public bool Equals(DisposeResponse other)
Parameters
otherDisposeResponse
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(DisposeResponse)
public void MergeFrom(DisposeResponse other)
Parameters
otherDisposeResponse
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream