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