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