Class GetSharedKeyRequest
public sealed class GetSharedKeyRequest : Google.Protobuf.IMessage<GetSharedKeyRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
GetSharedKeyRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
GetSharedKeyRequest()
public GetSharedKeyRequest()
GetSharedKeyRequest(GetSharedKeyRequest)
public GetSharedKeyRequest(GetSharedKeyRequest other)
Parameters
otherGetSharedKeyRequest
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<GetSharedKeyRequest> Parser { get; }
Property Value
- MessageParser<GetSharedKeyRequest>
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearKeyIndex()
Clears the value of the "key_index" field
public void ClearKeyIndex()
Clone()
public GetSharedKeyRequest Clone()
Returns
Equals(GetSharedKeyRequest)
public bool Equals(GetSharedKeyRequest other)
Parameters
otherGetSharedKeyRequest
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(GetSharedKeyRequest)
public void MergeFrom(GetSharedKeyRequest other)
Parameters
otherGetSharedKeyRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream