Class GetStatsRequest
public sealed class GetStatsRequest : Google.Protobuf.IMessage<GetStatsRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
GetStatsRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
GetStatsRequest()
public GetStatsRequest()
GetStatsRequest(GetStatsRequest)
public GetStatsRequest(GetStatsRequest other)
Parameters
otherGetStatsRequest
Fields
RequestAsyncIdFieldNumber
Field number for the "request_async_id" field.
public const int RequestAsyncIdFieldNumber = 2
Field Value
TrackHandleFieldNumber
Field number for the "track_handle" field.
public const int TrackHandleFieldNumber = 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
HasTrackHandle
Gets whether the "track_handle" field is set
public bool HasTrackHandle { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<GetStatsRequest> Parser { get; }
Property Value
- MessageParser<GetStatsRequest>
RequestAsyncId
public ulong RequestAsyncId { get; set; }
Property Value
TrackHandle
public ulong TrackHandle { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearRequestAsyncId()
Clears the value of the "request_async_id" field
public void ClearRequestAsyncId()
ClearTrackHandle()
Clears the value of the "track_handle" field
public void ClearTrackHandle()
Clone()
public GetStatsRequest Clone()
Returns
Equals(GetStatsRequest)
public bool Equals(GetStatsRequest other)
Parameters
otherGetStatsRequest
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(GetStatsRequest)
public void MergeFrom(GetStatsRequest other)
Parameters
otherGetStatsRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream