Class ParticipantActive
public sealed class ParticipantActive : Google.Protobuf.IMessage<ParticipantActive>, Google.Protobuf.IBufferMessage
- Inheritance
-
ParticipantActive
- Implements
-
IBufferMessage
- Extension Methods
Constructors
ParticipantActive()
public ParticipantActive()
ParticipantActive(ParticipantActive)
public ParticipantActive(ParticipantActive other)
Parameters
otherParticipantActive
Fields
ParticipantIdentityFieldNumber
Field number for the "participant_identity" field.
public const int ParticipantIdentityFieldNumber = 1
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasParticipantIdentity
Gets whether the "participant_identity" field is set
public bool HasParticipantIdentity { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<ParticipantActive> Parser { get; }
Property Value
- MessageParser<ParticipantActive>
ParticipantIdentity
public string ParticipantIdentity { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearParticipantIdentity()
Clears the value of the "participant_identity" field
public void ClearParticipantIdentity()
Clone()
public ParticipantActive Clone()
Returns
Equals(ParticipantActive)
public bool Equals(ParticipantActive other)
Parameters
otherParticipantActive
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(ParticipantActive)
public void MergeFrom(ParticipantActive other)
Parameters
otherParticipantActive
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream