Class SetLocalMetadataRequest
Change the local participant's metadata
public sealed class SetLocalMetadataRequest : Google.Protobuf.IMessage<SetLocalMetadataRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
SetLocalMetadataRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
SetLocalMetadataRequest()
public SetLocalMetadataRequest()
SetLocalMetadataRequest(SetLocalMetadataRequest)
public SetLocalMetadataRequest(SetLocalMetadataRequest other)
Parameters
otherSetLocalMetadataRequest
Fields
LocalParticipantHandleFieldNumber
Field number for the "local_participant_handle" field.
public const int LocalParticipantHandleFieldNumber = 1
Field Value
MetadataFieldNumber
Field number for the "metadata" field.
public const int MetadataFieldNumber = 2
Field Value
RequestAsyncIdFieldNumber
Field number for the "request_async_id" field.
public const int RequestAsyncIdFieldNumber = 3
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasLocalParticipantHandle
Gets whether the "local_participant_handle" field is set
public bool HasLocalParticipantHandle { get; }
Property Value
HasMetadata
Gets whether the "metadata" field is set
public bool HasMetadata { get; }
Property Value
HasRequestAsyncId
Gets whether the "request_async_id" field is set
public bool HasRequestAsyncId { get; }
Property Value
LocalParticipantHandle
public ulong LocalParticipantHandle { get; set; }
Property Value
Metadata
public string Metadata { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<SetLocalMetadataRequest> Parser { get; }
Property Value
- MessageParser<SetLocalMetadataRequest>
RequestAsyncId
public ulong RequestAsyncId { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearLocalParticipantHandle()
Clears the value of the "local_participant_handle" field
public void ClearLocalParticipantHandle()
ClearMetadata()
Clears the value of the "metadata" field
public void ClearMetadata()
ClearRequestAsyncId()
Clears the value of the "request_async_id" field
public void ClearRequestAsyncId()
Clone()
public SetLocalMetadataRequest Clone()
Returns
Equals(SetLocalMetadataRequest)
public bool Equals(SetLocalMetadataRequest other)
Parameters
otherSetLocalMetadataRequest
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(SetLocalMetadataRequest)
public void MergeFrom(SetLocalMetadataRequest other)
Parameters
otherSetLocalMetadataRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream