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