Request
extends Message
in package
Generated from protobuf message <code>livekit.SimulationRun.Create.Request</code>
Table of Contents
Properties
- $agent_description : mixed
- Generated from protobuf field <code>string agent_description = 3;</code>
- $agent_name : mixed
- Generated from protobuf field <code>string agent_name = 2;</code>
- $num_simulations : mixed
- Generated from protobuf field <code>int32 num_simulations = 4;</code>
- $project_id : mixed
- Generated from protobuf field <code>string project_id = 1;</code>
- $region : mixed
- Generated from protobuf field <code>string region = 6;</code>
- $source : mixed
Methods
- __construct() : mixed
- Constructor.
- getAgentDescription() : string
- Generated from protobuf field <code>string agent_description = 3;</code>
- getAgentName() : string
- Generated from protobuf field <code>string agent_name = 2;</code>
- getGroupId() : string
- Generated from protobuf field <code>string group_id = 5;</code>
- getNumSimulations() : int
- Generated from protobuf field <code>int32 num_simulations = 4;</code>
- getProjectId() : string
- Generated from protobuf field <code>string project_id = 1;</code>
- getRegion() : string
- Generated from protobuf field <code>string region = 6;</code>
- getScenarios() : Scenarios|null
- Generated from protobuf field <code>.livekit.SimulationRun.Create.Scenarios scenarios = 7;</code>
- getSource() : string
- hasGroupId() : mixed
- hasScenarios() : mixed
- setAgentDescription() : $this
- Generated from protobuf field <code>string agent_description = 3;</code>
- setAgentName() : $this
- Generated from protobuf field <code>string agent_name = 2;</code>
- setGroupId() : $this
- Generated from protobuf field <code>string group_id = 5;</code>
- setNumSimulations() : $this
- Generated from protobuf field <code>int32 num_simulations = 4;</code>
- setProjectId() : $this
- Generated from protobuf field <code>string project_id = 1;</code>
- setRegion() : $this
- Generated from protobuf field <code>string region = 6;</code>
- setScenarios() : $this
- Generated from protobuf field <code>.livekit.SimulationRun.Create.Scenarios scenarios = 7;</code>
Properties
$agent_description
Generated from protobuf field <code>string agent_description = 3;</code>
protected
mixed
$agent_description
= ''
$agent_name
Generated from protobuf field <code>string agent_name = 2;</code>
protected
mixed
$agent_name
= ''
$num_simulations
Generated from protobuf field <code>int32 num_simulations = 4;</code>
protected
mixed
$num_simulations
= 0
$project_id
Generated from protobuf field <code>string project_id = 1;</code>
protected
mixed
$project_id
= ''
$region
Generated from protobuf field <code>string region = 6;</code>
protected
mixed
$region
= ''
$source
protected
mixed
$source
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 $project_id @type string $agent_name @type string $agent_description @type int $num_simulations @type string $region @type \Livekit\SimulationRun\Create\Scenarios $scenarios @type string $group_id}
getAgentDescription()
Generated from protobuf field <code>string agent_description = 3;</code>
public
getAgentDescription() : string
Return values
stringgetAgentName()
Generated from protobuf field <code>string agent_name = 2;</code>
public
getAgentName() : string
Return values
stringgetGroupId()
Generated from protobuf field <code>string group_id = 5;</code>
public
getGroupId() : string
Return values
stringgetNumSimulations()
Generated from protobuf field <code>int32 num_simulations = 4;</code>
public
getNumSimulations() : int
Return values
intgetProjectId()
Generated from protobuf field <code>string project_id = 1;</code>
public
getProjectId() : string
Return values
stringgetRegion()
Generated from protobuf field <code>string region = 6;</code>
public
getRegion() : string
Return values
stringgetScenarios()
Generated from protobuf field <code>.livekit.SimulationRun.Create.Scenarios scenarios = 7;</code>
public
getScenarios() : Scenarios|null
Return values
Scenarios|nullgetSource()
public
getSource() : string
Return values
stringhasGroupId()
public
hasGroupId() : mixed
hasScenarios()
public
hasScenarios() : mixed
setAgentDescription()
Generated from protobuf field <code>string agent_description = 3;</code>
public
setAgentDescription(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
$thissetGroupId()
Generated from protobuf field <code>string group_id = 5;</code>
public
setGroupId(string $var) : $this
Parameters
- $var : string
Return values
$thissetNumSimulations()
Generated from protobuf field <code>int32 num_simulations = 4;</code>
public
setNumSimulations(int $var) : $this
Parameters
- $var : int
Return values
$thissetProjectId()
Generated from protobuf field <code>string project_id = 1;</code>
public
setProjectId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRegion()
Generated from protobuf field <code>string region = 6;</code>
public
setRegion(string $var) : $this
Parameters
- $var : string
Return values
$thissetScenarios()
Generated from protobuf field <code>.livekit.SimulationRun.Create.Scenarios scenarios = 7;</code>
public
setScenarios(Scenarios $var) : $this
Parameters
- $var : Scenarios