Class GetSessionStatsRequest
public sealed class GetSessionStatsRequest : Google.Protobuf.IMessage<GetSessionStatsRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
GetSessionStatsRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
GetSessionStatsRequest()
public GetSessionStatsRequest()
GetSessionStatsRequest(GetSessionStatsRequest)
public GetSessionStatsRequest(GetSessionStatsRequest other)
Parameters
otherGetSessionStatsRequest
Fields
RequestAsyncIdFieldNumber
Field number for the "request_async_id" field.
public const int RequestAsyncIdFieldNumber = 2
Field Value
RoomHandleFieldNumber
Field number for the "room_handle" field.
public const int RoomHandleFieldNumber = 1
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasRequestAsyncId
Gets whether the "request_async_id" field is set
public bool HasRequestAsyncId { get; }
Property Value
HasRoomHandle
Gets whether the "room_handle" field is set
public bool HasRoomHandle { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<GetSessionStatsRequest> Parser { get; }
Property Value
- MessageParser<GetSessionStatsRequest>
RequestAsyncId
public ulong RequestAsyncId { get; set; }
Property Value
RoomHandle
public ulong RoomHandle { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearRequestAsyncId()
Clears the value of the "request_async_id" field
public void ClearRequestAsyncId()
ClearRoomHandle()
Clears the value of the "room_handle" field
public void ClearRoomHandle()
Clone()
public GetSessionStatsRequest Clone()
Returns
Equals(GetSessionStatsRequest)
public bool Equals(GetSessionStatsRequest other)
Parameters
otherGetSessionStatsRequest
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(GetSessionStatsRequest)
public void MergeFrom(GetSessionStatsRequest other)
Parameters
otherGetSessionStatsRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream