DeployAgentV2Response
extends Message
in package
Generated from protobuf message <code>livekit.DeployAgentV2Response</code>
Table of Contents
Properties
- $agent_id : mixed
- Generated from protobuf field <code>string agent_id = 3 [(.logger.name) = "agentID"];</code>
- $environment : mixed
- Generated from protobuf field <code>string environment = 6;</code>
- $message : mixed
- Generated from protobuf field <code>string message = 2;</code>
- $presigned_req : mixed
- Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_req = 5;</code>
- $success : mixed
- Generated from protobuf field <code>bool success = 1;</code>
- $tag : mixed
- Generated from protobuf field <code>string tag = 4;</code>
Methods
- __construct() : mixed
- Constructor.
- clearPresignedReq() : mixed
- getAgentId() : string
- Generated from protobuf field <code>string agent_id = 3 [(.logger.name) = "agentID"];</code>
- getEnvironment() : string
- Generated from protobuf field <code>string environment = 6;</code>
- getMessage() : string
- Generated from protobuf field <code>string message = 2;</code>
- getPresignedReq() : PresignedPostRequest|null
- Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_req = 5;</code>
- getSuccess() : bool
- Generated from protobuf field <code>bool success = 1;</code>
- getTag() : string
- Generated from protobuf field <code>string tag = 4;</code>
- hasPresignedReq() : mixed
- setAgentId() : $this
- Generated from protobuf field <code>string agent_id = 3 [(.logger.name) = "agentID"];</code>
- setEnvironment() : $this
- Generated from protobuf field <code>string environment = 6;</code>
- setMessage() : $this
- Generated from protobuf field <code>string message = 2;</code>
- setPresignedReq() : $this
- Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_req = 5;</code>
- setSuccess() : $this
- Generated from protobuf field <code>bool success = 1;</code>
- setTag() : $this
- Generated from protobuf field <code>string tag = 4;</code>
Properties
$agent_id
Generated from protobuf field <code>string agent_id = 3 [(.logger.name) = "agentID"];</code>
protected
mixed
$agent_id
= ''
$environment
Generated from protobuf field <code>string environment = 6;</code>
protected
mixed
$environment
= ''
$message
Generated from protobuf field <code>string message = 2;</code>
protected
mixed
$message
= ''
$presigned_req
Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_req = 5;</code>
protected
mixed
$presigned_req
= null
$success
Generated from protobuf field <code>bool success = 1;</code>
protected
mixed
$success
= false
$tag
Generated from protobuf field <code>string tag = 4;</code>
protected
mixed
$tag
= ''
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 bool $success @type string $message @type string $agent_id @type string $tag @type \Livekit\PresignedPostRequest $presigned_req @type string $environment}
clearPresignedReq()
public
clearPresignedReq() : mixed
getAgentId()
Generated from protobuf field <code>string agent_id = 3 [(.logger.name) = "agentID"];</code>
public
getAgentId() : string
Return values
stringgetEnvironment()
Generated from protobuf field <code>string environment = 6;</code>
public
getEnvironment() : string
Return values
stringgetMessage()
Generated from protobuf field <code>string message = 2;</code>
public
getMessage() : string
Return values
stringgetPresignedReq()
Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_req = 5;</code>
public
getPresignedReq() : PresignedPostRequest|null
Return values
PresignedPostRequest|nullgetSuccess()
Generated from protobuf field <code>bool success = 1;</code>
public
getSuccess() : bool
Return values
boolgetTag()
Generated from protobuf field <code>string tag = 4;</code>
public
getTag() : string
Return values
stringhasPresignedReq()
public
hasPresignedReq() : mixed
setAgentId()
Generated from protobuf field <code>string agent_id = 3 [(.logger.name) = "agentID"];</code>
public
setAgentId(string $var) : $this
Parameters
- $var : string
Return values
$thissetEnvironment()
Generated from protobuf field <code>string environment = 6;</code>
public
setEnvironment(string $var) : $this
Parameters
- $var : string
Return values
$thissetMessage()
Generated from protobuf field <code>string message = 2;</code>
public
setMessage(string $var) : $this
Parameters
- $var : string
Return values
$thissetPresignedReq()
Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_req = 5;</code>
public
setPresignedReq(PresignedPostRequest $var) : $this
Parameters
- $var : PresignedPostRequest
Return values
$thissetSuccess()
Generated from protobuf field <code>bool success = 1;</code>
public
setSuccess(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetTag()
Generated from protobuf field <code>string tag = 4;</code>
public
setTag(string $var) : $this
Parameters
- $var : string