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