RollbackAgentRequest
extends Message
in package
Generated from protobuf message <code>livekit.RollbackAgentRequest</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>
- $version : mixed
- Generated from protobuf field <code>string version = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getAgentId() : string
- Generated from protobuf field <code>string agent_id = 1;</code>
- getAgentName() : string
- Generated from protobuf field <code>string agent_name = 2;</code>
- getVersion() : string
- Generated from protobuf field <code>string version = 3;</code>
- setAgentId() : $this
- Generated from protobuf field <code>string agent_id = 1;</code>
- setAgentName() : $this
- Generated from protobuf field <code>string agent_name = 2;</code>
- setVersion() : $this
- Generated from protobuf field <code>string version = 3;</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
= ''
$version
Generated from protobuf field <code>string version = 3;</code>
protected
mixed
$version
= ''
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 $version}
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
stringgetVersion()
Generated from protobuf field <code>string version = 3;</code>
public
getVersion() : string
Return values
stringsetAgentId()
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
$thissetVersion()
Generated from protobuf field <code>string version = 3;</code>
public
setVersion(string $var) : $this
Parameters
- $var : string