Documentation

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

}

getAgentId()

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

public getAgentId() : string
Return values
string

getMessage()

Generated from protobuf field <code>string message = 2;</code>

public getMessage() : string
Return values
string

getPresignedUrl()

Generated from protobuf field <code>string presigned_url = 4;</code>

public getPresignedUrl() : string
Return values
string

getSuccess()

Generated from protobuf field <code>bool success = 1;</code>

public getSuccess() : bool
Return values
bool

getTag()

Generated from protobuf field <code>string tag = 5;</code>

public getTag() : string
Return values
string

setAgentId()

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

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

setMessage()

Generated from protobuf field <code>string message = 2;</code>

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

setPresignedUrl()

Generated from protobuf field <code>string presigned_url = 4;</code>

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

setSuccess()

Generated from protobuf field <code>bool success = 1;</code>

public setSuccess(bool $var) : $this
Parameters
$var : bool
Return values
$this

setTag()

Generated from protobuf field <code>string tag = 5;</code>

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

        
On this page

Search results