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