Documentation

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 = ''

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
string

getAgentName()

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

public getAgentName() : string
Return values
string

getGroupId()

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

public getGroupId() : string
Return values
string

getNumSimulations()

Generated from protobuf field <code>int32 num_simulations = 4;</code>

public getNumSimulations() : int
Return values
int

getProjectId()

Generated from protobuf field <code>string project_id = 1;</code>

public getProjectId() : string
Return values
string

getRegion()

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

public getRegion() : string
Return values
string

getScenarios()

Generated from protobuf field <code>.livekit.SimulationRun.Create.Scenarios scenarios = 7;</code>

public getScenarios() : Scenarios|null
Return values
Scenarios|null

getSource()

public getSource() : string
Return values
string

hasGroupId()

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
$this

setAgentName()

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

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

setGroupId()

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

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

setNumSimulations()

Generated from protobuf field <code>int32 num_simulations = 4;</code>

public setNumSimulations(int $var) : $this
Parameters
$var : int
Return values
$this

setProjectId()

Generated from protobuf field <code>string project_id = 1;</code>

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

setRegion()

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

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

setScenarios()

Generated from protobuf field <code>.livekit.SimulationRun.Create.Scenarios scenarios = 7;</code>

public setScenarios(Scenarios $var) : $this
Parameters
$var : Scenarios
Return values
$this

        
On this page

Search results