Class SetKeyRequest
public sealed class SetKeyRequest : Google.Protobuf.IMessage<SetKeyRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
SetKeyRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
SetKeyRequest()
public SetKeyRequest()
SetKeyRequest(SetKeyRequest)
public SetKeyRequest(SetKeyRequest other)
Parameters
otherSetKeyRequest
Fields
KeyFieldNumber
Field number for the "key" field.
public const int KeyFieldNumber = 2
Field Value
KeyIndexFieldNumber
Field number for the "key_index" field.
public const int KeyIndexFieldNumber = 3
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
HasKey
Gets whether the "key" field is set
public bool HasKey { get; }
Property Value
HasKeyIndex
Gets whether the "key_index" field is set
public bool HasKeyIndex { get; }
Property Value
HasParticipantIdentity
Gets whether the "participant_identity" field is set
public bool HasParticipantIdentity { get; }
Property Value
Key
public Google.Protobuf.ByteString Key { get; set; }
Property Value
- ByteString
KeyIndex
public int KeyIndex { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<SetKeyRequest> Parser { get; }
Property Value
- MessageParser<SetKeyRequest>
ParticipantIdentity
public string ParticipantIdentity { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearKey()
Clears the value of the "key" field
public void ClearKey()
ClearKeyIndex()
Clears the value of the "key_index" field
public void ClearKeyIndex()
ClearParticipantIdentity()
Clears the value of the "participant_identity" field
public void ClearParticipantIdentity()
Clone()
public SetKeyRequest Clone()
Returns
Equals(SetKeyRequest)
public bool Equals(SetKeyRequest other)
Parameters
otherSetKeyRequest
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(SetKeyRequest)
public void MergeFrom(SetKeyRequest other)
Parameters
otherSetKeyRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream