Documentation

DeployAgentV2Request extends Message
in package

Generated from protobuf message <code>livekit.DeployAgentV2Request</code>

Table of Contents

Properties

$agent_id  : mixed
Generated from protobuf field <code>string agent_id = 1 [(.logger.name) = "agentID"];</code>
$deployment  : mixed
Generated from protobuf field <code>string deployment = 3;</code>
$attributes  : mixed
Generated from protobuf field <code>map<string, string> attributes = 4;</code>
$secrets  : mixed
Generated from protobuf field <code>repeated .livekit.AgentSecret secrets = 2;</code>

Methods

__construct()  : mixed
Constructor.
getAgentId()  : string
Generated from protobuf field <code>string agent_id = 1 [(.logger.name) = "agentID"];</code>
getAttributes()  : MapField
Generated from protobuf field <code>map<string, string> attributes = 4;</code>
getDeployment()  : string
Generated from protobuf field <code>string deployment = 3;</code>
getSecrets()  : RepeatedField
Generated from protobuf field <code>repeated .livekit.AgentSecret secrets = 2;</code>
setAgentId()  : $this
Generated from protobuf field <code>string agent_id = 1 [(.logger.name) = "agentID"];</code>
setAttributes()  : $this
Generated from protobuf field <code>map<string, string> attributes = 4;</code>
setDeployment()  : $this
Generated from protobuf field <code>string deployment = 3;</code>
setSecrets()  : $this
Generated from protobuf field <code>repeated .livekit.AgentSecret secrets = 2;</code>

Properties

$agent_id

Generated from protobuf field <code>string agent_id = 1 [(.logger.name) = "agentID"];</code>

protected mixed $agent_id = ''

$deployment

Generated from protobuf field <code>string deployment = 3;</code>

protected mixed $deployment = ''

$attributes

Generated from protobuf field <code>map<string, string> attributes = 4;</code>

private mixed $attributes

$secrets

Generated from protobuf field <code>repeated .livekit.AgentSecret secrets = 2;</code>

private mixed $secrets

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 $agent_id
@type array<\Livekit\AgentSecret>|\Google\Protobuf\Internal\RepeatedField $secrets
@type string $deployment
@type array|\Google\Protobuf\Internal\MapField $attributes

}

getAgentId()

Generated from protobuf field <code>string agent_id = 1 [(.logger.name) = "agentID"];</code>

public getAgentId() : string
Return values
string

getAttributes()

Generated from protobuf field <code>map<string, string> attributes = 4;</code>

public getAttributes() : MapField
Return values
MapField

getDeployment()

Generated from protobuf field <code>string deployment = 3;</code>

public getDeployment() : string
Return values
string

getSecrets()

Generated from protobuf field <code>repeated .livekit.AgentSecret secrets = 2;</code>

public getSecrets() : RepeatedField
Return values
RepeatedField

setAgentId()

Generated from protobuf field <code>string agent_id = 1 [(.logger.name) = "agentID"];</code>

public setAgentId(string $var) : $this
Parameters
$var : string
Return values
$this

setAttributes()

Generated from protobuf field <code>map<string, string> attributes = 4;</code>

public setAttributes(array<string|int, mixed>|MapField $var) : $this
Parameters
$var : array<string|int, mixed>|MapField
Return values
$this

setDeployment()

Generated from protobuf field <code>string deployment = 3;</code>

public setDeployment(string $var) : $this
Parameters
$var : string
Return values
$this

setSecrets()

Generated from protobuf field <code>repeated .livekit.AgentSecret secrets = 2;</code>

public setSecrets(array<string|int, AgentSecret>|RepeatedField $var) : $this
Parameters
$var : array<string|int, AgentSecret>|RepeatedField
Return values
$this
On this page

Search results