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