Documentation

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

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

}

getAgentId()

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

public getAgentId() : string
Return values
string

getEnvironment()

Generated from protobuf field <code>string environment = 6;</code>

public getEnvironment() : string
Return values
string

getMessage()

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

public getMessage() : 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 = 4;</code>

public getTag() : string
Return values
string

setAgentId()

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

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

setEnvironment()

Generated from protobuf field <code>string environment = 6;</code>

public setEnvironment(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

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 = 4;</code>

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

        
On this page

Search results