Class ParticipantAttributesChanged
public sealed class ParticipantAttributesChanged : Google.Protobuf.IMessage<ParticipantAttributesChanged>, Google.Protobuf.IBufferMessage
- Inheritance
-
ParticipantAttributesChanged
- Implements
-
IBufferMessage
- Extension Methods
Constructors
ParticipantAttributesChanged()
public ParticipantAttributesChanged()
ParticipantAttributesChanged(ParticipantAttributesChanged)
public ParticipantAttributesChanged(ParticipantAttributesChanged other)
Parameters
Fields
AttributesFieldNumber
Field number for the "attributes" field.
public const int AttributesFieldNumber = 2
Field Value
ChangedAttributesFieldNumber
Field number for the "changed_attributes" field.
public const int ChangedAttributesFieldNumber = 3
Field Value
ParticipantIdentityFieldNumber
Field number for the "participant_identity" field.
public const int ParticipantIdentityFieldNumber = 1
Field Value
Properties
Attributes
public Google.Protobuf.Collections.RepeatedField<AttributesEntry> Attributes { get; }
Property Value
- RepeatedField<AttributesEntry>
ChangedAttributes
public Google.Protobuf.Collections.RepeatedField<AttributesEntry> ChangedAttributes { get; }
Property Value
- RepeatedField<AttributesEntry>
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<ParticipantAttributesChanged> Parser { get; }
Property Value
- MessageParser<ParticipantAttributesChanged>
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 ParticipantAttributesChanged Clone()
Returns
Equals(ParticipantAttributesChanged)
public bool Equals(ParticipantAttributesChanged other)
Parameters
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(ParticipantAttributesChanged)
public void MergeFrom(ParticipantAttributesChanged other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream