DeleteAgentRequest
extends Message
in package
Generated from protobuf message <code>livekit.DeleteAgentRequest</code>
Table of Contents
Properties
- $agent_id : mixed
- Generated from protobuf field <code>string agent_id = 1 [(.logger.name) = "agentID"];</code>
- $agent_name : mixed
- Generated from protobuf field <code>string agent_name = 2;</code>
- $deployment : mixed
- optional
Methods
- __construct() : mixed
- Constructor.
- getAgentId() : string
- Generated from protobuf field <code>string agent_id = 1 [(.logger.name) = "agentID"];</code>
- getAgentName() : string
- Generated from protobuf field <code>string agent_name = 2;</code>
- getDeployment() : string
- optional
- setAgentId() : $this
- Generated from protobuf field <code>string agent_id = 1 [(.logger.name) = "agentID"];</code>
- setAgentName() : $this
- Generated from protobuf field <code>string agent_name = 2;</code>
- setDeployment() : $this
- optional
Properties
$agent_id
Generated from protobuf field <code>string agent_id = 1 [(.logger.name) = "agentID"];</code>
protected
mixed
$agent_id
= ''
$agent_name
Generated from protobuf field <code>string agent_name = 2;</code>
protected
mixed
$agent_name
= ''
$deployment
optional
protected
mixed
$deployment
= ''
Generated from protobuf field string deployment = 3;
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 string $agent_name @type string $deployment optional}
getAgentId()
Generated from protobuf field <code>string agent_id = 1 [(.logger.name) = "agentID"];</code>
public
getAgentId() : string
Return values
stringgetAgentName()
Generated from protobuf field <code>string agent_name = 2;</code>
public
getAgentName() : string
Return values
stringgetDeployment()
optional
public
getDeployment() : string
Generated from protobuf field string deployment = 3;
Return values
stringsetAgentId()
Generated from protobuf field <code>string agent_id = 1 [(.logger.name) = "agentID"];</code>
public
setAgentId(string $var) : $this
Parameters
- $var : string
Return values
$thissetAgentName()
Generated from protobuf field <code>string agent_name = 2;</code>
public
setAgentName(string $var) : $this
Parameters
- $var : string
Return values
$thissetDeployment()
optional
public
setDeployment(string $var) : $this
Generated from protobuf field string deployment = 3;
Parameters
- $var : string