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