Class AnalyticsNodeRooms
public sealed class AnalyticsNodeRooms : IMessage<AnalyticsNodeRooms>, IEquatable<AnalyticsNodeRooms>, IDeepCloneable<AnalyticsNodeRooms>, IBufferMessage, IMessage
- Inheritance
-
AnalyticsNodeRooms
- Implements
-
IMessage<AnalyticsNodeRooms>IDeepCloneable<AnalyticsNodeRooms>IBufferMessageIMessage
- Inherited Members
Constructors
AnalyticsNodeRooms()
public AnalyticsNodeRooms()
AnalyticsNodeRooms(AnalyticsNodeRooms)
public AnalyticsNodeRooms(AnalyticsNodeRooms other)
Parameters
otherAnalyticsNodeRooms
Fields
NodeIdFieldNumber
Field number for the "node_id" field.
public const int NodeIdFieldNumber = 1
Field Value
RoomsFieldNumber
Field number for the "rooms" field.
public const int RoomsFieldNumber = 4
Field Value
SequenceNumberFieldNumber
Field number for the "sequence_number" field.
public const int SequenceNumberFieldNumber = 2
Field Value
TimestampFieldNumber
Field number for the "timestamp" field.
public const int TimestampFieldNumber = 3
Field Value
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
NodeId
public string NodeId { get; set; }
Property Value
Parser
public static MessageParser<AnalyticsNodeRooms> Parser { get; }
Property Value
- MessageParser<AnalyticsNodeRooms>
Rooms
public RepeatedField<AnalyticsRoom> Rooms { get; }
Property Value
- RepeatedField<AnalyticsRoom>
SequenceNumber
public ulong SequenceNumber { get; set; }
Property Value
Timestamp
public Timestamp Timestamp { get; set; }
Property Value
- Timestamp
Methods
CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
public int CalculateSize()
Returns
- int
The number of bytes required to write this message to a coded output stream.
Clone()
Creates a deep clone of this object.
public AnalyticsNodeRooms Clone()
Returns
- AnalyticsNodeRooms
A deep clone of this object.
Equals(AnalyticsNodeRooms)
public bool Equals(AnalyticsNodeRooms other)
Parameters
otherAnalyticsNodeRooms
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
public void MergeFrom(CodedInputStream input)
Parameters
inputCodedInputStream
Remarks
See the user guide for precise merge semantics.
MergeFrom(AnalyticsNodeRooms)
Merges the given message into this one.
public void MergeFrom(AnalyticsNodeRooms other)
Parameters
otherAnalyticsNodeRooms
Remarks
See the user guide for precise merge semantics.
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
public void WriteTo(CodedOutputStream output)
Parameters
outputCodedOutputStreamCoded output stream to write the data to. Must not be null.