UpdateParticipantMetadata
extends Message
in package
Generated from protobuf message <code>livekit.UpdateParticipantMetadata</code>
Table of Contents
Properties
- $metadata : mixed
- Generated from protobuf field <code>string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- $name : mixed
- Generated from protobuf field <code>string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- $request_id : mixed
- Generated from protobuf field <code>uint32 request_id = 4;</code>
- $attributes : mixed
- attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string
Methods
- __construct() : mixed
- Constructor.
- getAttributes() : MapField
- attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string
- getMetadata() : string
- Generated from protobuf field <code>string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- getName() : string
- Generated from protobuf field <code>string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- getRequestId() : int
- Generated from protobuf field <code>uint32 request_id = 4;</code>
- setAttributes() : $this
- attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string
- setMetadata() : $this
- Generated from protobuf field <code>string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- setName() : $this
- Generated from protobuf field <code>string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
- setRequestId() : $this
- Generated from protobuf field <code>uint32 request_id = 4;</code>
Properties
$metadata
Generated from protobuf field <code>string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
protected
mixed
$metadata
= ''
$name
Generated from protobuf field <code>string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
protected
mixed
$name
= ''
$request_id
Generated from protobuf field <code>uint32 request_id = 4;</code>
protected
mixed
$request_id
= 0
$attributes
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string
private
mixed
$attributes
Generated from protobuf field map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
{ Optional. Data for populating the Message object.
@type string $metadata @type string $name @type array|\Google\Protobuf\Internal\MapField $attributes attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string @type int $request_id}
getAttributes()
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string
public
getAttributes() : MapField
Generated from protobuf field map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
Return values
MapFieldgetMetadata()
Generated from protobuf field <code>string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
public
getMetadata() : string
Return values
stringgetName()
Generated from protobuf field <code>string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
public
getName() : string
Return values
stringgetRequestId()
Generated from protobuf field <code>uint32 request_id = 4;</code>
public
getRequestId() : int
Return values
intsetAttributes()
attributes to update. it only updates attributes that have been set to delete attributes, set the value to an empty string
public
setAttributes(array<string|int, mixed>|MapField $var) : $this
Generated from protobuf field map<string, string> attributes = 3 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];
Parameters
- $var : array<string|int, mixed>|MapField
Return values
$thissetMetadata()
Generated from protobuf field <code>string metadata = 1 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
public
setMetadata(string $var) : $this
Parameters
- $var : string
Return values
$thissetName()
Generated from protobuf field <code>string name = 2 [(.logger.redact) = true, (.logger.redact_format) = "<redacted ({{ .Size }} bytes)>"];</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$thissetRequestId()
Generated from protobuf field <code>uint32 request_id = 4;</code>
public
setRequestId(int $var) : $this
Parameters
- $var : int