CreateAgentResponse
extends Message
in package
Generated from protobuf message <code>livekit.CreateAgentResponse</code>
Table of Contents
Properties
- $agent_id : mixed
- Generated from protobuf field <code>string agent_id = 1;</code>
- $agent_name : mixed
- Generated from protobuf field <code>string agent_name = 2;</code>
- $presigned_post_request : mixed
- Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 8;</code>
- $presigned_url : mixed
- Generated from protobuf field <code>string presigned_url = 5;</code>
- $status : mixed
- Generated from protobuf field <code>string status = 3;</code>
- $tag : mixed
- Generated from protobuf field <code>string tag = 6;</code>
- $version : mixed
- Generated from protobuf field <code>string version = 4;</code>
- $server_regions : mixed
- Generated from protobuf field <code>repeated string server_regions = 7;</code>
Methods
- __construct() : mixed
- Constructor.
- clearPresignedPostRequest() : mixed
- getAgentId() : string
- Generated from protobuf field <code>string agent_id = 1;</code>
- getAgentName() : string
- Generated from protobuf field <code>string agent_name = 2;</code>
- getPresignedPostRequest() : PresignedPostRequest|null
- Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 8;</code>
- getPresignedUrl() : string
- Generated from protobuf field <code>string presigned_url = 5;</code>
- getServerRegions() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string server_regions = 7;</code>
- getStatus() : string
- Generated from protobuf field <code>string status = 3;</code>
- getTag() : string
- Generated from protobuf field <code>string tag = 6;</code>
- getVersion() : string
- Generated from protobuf field <code>string version = 4;</code>
- hasPresignedPostRequest() : mixed
- setAgentId() : $this
- Generated from protobuf field <code>string agent_id = 1;</code>
- setAgentName() : $this
- Generated from protobuf field <code>string agent_name = 2;</code>
- setPresignedPostRequest() : $this
- Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 8;</code>
- setPresignedUrl() : $this
- Generated from protobuf field <code>string presigned_url = 5;</code>
- setServerRegions() : $this
- Generated from protobuf field <code>repeated string server_regions = 7;</code>
- setStatus() : $this
- Generated from protobuf field <code>string status = 3;</code>
- setTag() : $this
- Generated from protobuf field <code>string tag = 6;</code>
- setVersion() : $this
- Generated from protobuf field <code>string version = 4;</code>
Properties
$agent_id
Generated from protobuf field <code>string agent_id = 1;</code>
protected
mixed
$agent_id
= ''
$agent_name
Generated from protobuf field <code>string agent_name = 2;</code>
protected
mixed
$agent_name
= ''
$presigned_post_request
Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 8;</code>
protected
mixed
$presigned_post_request
= null
$presigned_url
Generated from protobuf field <code>string presigned_url = 5;</code>
protected
mixed
$presigned_url
= ''
$status
Generated from protobuf field <code>string status = 3;</code>
protected
mixed
$status
= ''
$tag
Generated from protobuf field <code>string tag = 6;</code>
protected
mixed
$tag
= ''
$version
Generated from protobuf field <code>string version = 4;</code>
protected
mixed
$version
= ''
$server_regions
Generated from protobuf field <code>repeated string server_regions = 7;</code>
private
mixed
$server_regions
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 $status @type string $version @type string $presigned_url @type string $tag @type string[] $server_regions @type \Livekit\PresignedPostRequest $presigned_post_request}
clearPresignedPostRequest()
public
clearPresignedPostRequest() : mixed
getAgentId()
Generated from protobuf field <code>string agent_id = 1;</code>
public
getAgentId() : string
Return values
stringgetAgentName()
Generated from protobuf field <code>string agent_name = 2;</code>
public
getAgentName() : string
Return values
stringgetPresignedPostRequest()
Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 8;</code>
public
getPresignedPostRequest() : PresignedPostRequest|null
Return values
PresignedPostRequest|nullgetPresignedUrl()
Generated from protobuf field <code>string presigned_url = 5;</code>
public
getPresignedUrl() : string
Return values
stringgetServerRegions()
Generated from protobuf field <code>repeated string server_regions = 7;</code>
public
getServerRegions() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getStatus()
Generated from protobuf field <code>string status = 3;</code>
public
getStatus() : string
Return values
stringgetTag()
Generated from protobuf field <code>string tag = 6;</code>
public
getTag() : string
Return values
stringgetVersion()
Generated from protobuf field <code>string version = 4;</code>
public
getVersion() : string
Return values
stringhasPresignedPostRequest()
public
hasPresignedPostRequest() : mixed
setAgentId()
Generated from protobuf field <code>string agent_id = 1;</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
$thissetPresignedPostRequest()
Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 8;</code>
public
setPresignedPostRequest(PresignedPostRequest $var) : $this
Parameters
- $var : PresignedPostRequest
Return values
$thissetPresignedUrl()
Generated from protobuf field <code>string presigned_url = 5;</code>
public
setPresignedUrl(string $var) : $this
Parameters
- $var : string
Return values
$thissetServerRegions()
Generated from protobuf field <code>repeated string server_regions = 7;</code>
public
setServerRegions(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetStatus()
Generated from protobuf field <code>string status = 3;</code>
public
setStatus(string $var) : $this
Parameters
- $var : string
Return values
$thissetTag()
Generated from protobuf field <code>string tag = 6;</code>
public
setTag(string $var) : $this
Parameters
- $var : string
Return values
$thissetVersion()
Generated from protobuf field <code>string version = 4;</code>
public
setVersion(string $var) : $this
Parameters
- $var : string