Class SendChatMessageRequest
public sealed class SendChatMessageRequest : Google.Protobuf.IMessage<SendChatMessageRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
SendChatMessageRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
SendChatMessageRequest()
public SendChatMessageRequest()
SendChatMessageRequest(SendChatMessageRequest)
public SendChatMessageRequest(SendChatMessageRequest other)
Parameters
otherSendChatMessageRequest
Fields
DestinationIdentitiesFieldNumber
Field number for the "destination_identities" field.
public const int DestinationIdentitiesFieldNumber = 3
Field Value
LocalParticipantHandleFieldNumber
Field number for the "local_participant_handle" field.
public const int LocalParticipantHandleFieldNumber = 1
Field Value
MessageFieldNumber
Field number for the "message" field.
public const int MessageFieldNumber = 2
Field Value
RequestAsyncIdFieldNumber
Field number for the "request_async_id" field.
public const int RequestAsyncIdFieldNumber = 5
Field Value
SenderIdentityFieldNumber
Field number for the "sender_identity" field.
public const int SenderIdentityFieldNumber = 4
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
DestinationIdentities
public Google.Protobuf.Collections.RepeatedField<string> DestinationIdentities { get; }
Property Value
- RepeatedField<string>
HasLocalParticipantHandle
Gets whether the "local_participant_handle" field is set
public bool HasLocalParticipantHandle { get; }
Property Value
HasMessage
Gets whether the "message" field is set
public bool HasMessage { get; }
Property Value
HasRequestAsyncId
Gets whether the "request_async_id" field is set
public bool HasRequestAsyncId { get; }
Property Value
HasSenderIdentity
Gets whether the "sender_identity" field is set
public bool HasSenderIdentity { get; }
Property Value
LocalParticipantHandle
public ulong LocalParticipantHandle { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<SendChatMessageRequest> Parser { get; }
Property Value
- MessageParser<SendChatMessageRequest>
RequestAsyncId
public ulong RequestAsyncId { get; set; }
Property Value
SenderIdentity
public string SenderIdentity { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearLocalParticipantHandle()
Clears the value of the "local_participant_handle" field
public void ClearLocalParticipantHandle()
ClearMessage()
Clears the value of the "message" field
public void ClearMessage()
ClearRequestAsyncId()
Clears the value of the "request_async_id" field
public void ClearRequestAsyncId()
ClearSenderIdentity()
Clears the value of the "sender_identity" field
public void ClearSenderIdentity()
Clone()
public SendChatMessageRequest Clone()
Returns
Equals(SendChatMessageRequest)
public bool Equals(SendChatMessageRequest other)
Parameters
otherSendChatMessageRequest
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(SendChatMessageRequest)
public void MergeFrom(SendChatMessageRequest other)
Parameters
otherSendChatMessageRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream