DeployAgentResponse
extends Message
in package
Generated from protobuf message <code>livekit.DeployAgentResponse</code>
Table of Contents
Properties
- $agent_id : mixed
- Generated from protobuf field <code>string agent_id = 3;</code>
- $message : mixed
- Generated from protobuf field <code>string message = 2;</code>
- $presigned_post_request : mixed
- Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 6;</code>
- $presigned_url : mixed
- Generated from protobuf field <code>string presigned_url = 4;</code>
- $success : mixed
- Generated from protobuf field <code>bool success = 1;</code>
- $tag : mixed
- Generated from protobuf field <code>string tag = 5;</code>
Methods
- __construct() : mixed
- Constructor.
- clearPresignedPostRequest() : mixed
- getAgentId() : string
- Generated from protobuf field <code>string agent_id = 3;</code>
- getMessage() : string
- Generated from protobuf field <code>string message = 2;</code>
- getPresignedPostRequest() : PresignedPostRequest|null
- Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 6;</code>
- getPresignedUrl() : string
- Generated from protobuf field <code>string presigned_url = 4;</code>
- getSuccess() : bool
- Generated from protobuf field <code>bool success = 1;</code>
- getTag() : string
- Generated from protobuf field <code>string tag = 5;</code>
- hasPresignedPostRequest() : mixed
- setAgentId() : $this
- Generated from protobuf field <code>string agent_id = 3;</code>
- setMessage() : $this
- Generated from protobuf field <code>string message = 2;</code>
- setPresignedPostRequest() : $this
- Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 6;</code>
- setPresignedUrl() : $this
- Generated from protobuf field <code>string presigned_url = 4;</code>
- setSuccess() : $this
- Generated from protobuf field <code>bool success = 1;</code>
- setTag() : $this
- Generated from protobuf field <code>string tag = 5;</code>
Properties
$agent_id
Generated from protobuf field <code>string agent_id = 3;</code>
protected
mixed
$agent_id
= ''
$message
Generated from protobuf field <code>string message = 2;</code>
protected
mixed
$message
= ''
$presigned_post_request
Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 6;</code>
protected
mixed
$presigned_post_request
= null
$presigned_url
Generated from protobuf field <code>string presigned_url = 4;</code>
protected
mixed
$presigned_url
= ''
$success
Generated from protobuf field <code>bool success = 1;</code>
protected
mixed
$success
= false
$tag
Generated from protobuf field <code>string tag = 5;</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 $presigned_url @type string $tag @type \Livekit\PresignedPostRequest $presigned_post_request}
clearPresignedPostRequest()
public
clearPresignedPostRequest() : mixed
getAgentId()
Generated from protobuf field <code>string agent_id = 3;</code>
public
getAgentId() : string
Return values
stringgetMessage()
Generated from protobuf field <code>string message = 2;</code>
public
getMessage() : string
Return values
stringgetPresignedPostRequest()
Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 6;</code>
public
getPresignedPostRequest() : PresignedPostRequest|null
Return values
PresignedPostRequest|nullgetPresignedUrl()
Generated from protobuf field <code>string presigned_url = 4;</code>
public
getPresignedUrl() : string
Return values
stringgetSuccess()
Generated from protobuf field <code>bool success = 1;</code>
public
getSuccess() : bool
Return values
boolgetTag()
Generated from protobuf field <code>string tag = 5;</code>
public
getTag() : string
Return values
stringhasPresignedPostRequest()
public
hasPresignedPostRequest() : mixed
setAgentId()
Generated from protobuf field <code>string agent_id = 3;</code>
public
setAgentId(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
$thissetPresignedPostRequest()
Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 6;</code>
public
setPresignedPostRequest(PresignedPostRequest $var) : $this
Parameters
- $var : PresignedPostRequest
Return values
$thissetPresignedUrl()
Generated from protobuf field <code>string presigned_url = 4;</code>
public
setPresignedUrl(string $var) : $this
Parameters
- $var : string
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 = 5;</code>
public
setTag(string $var) : $this
Parameters
- $var : string