Documentation

Request extends Message
in package

Generated from protobuf message <code>livekit.SimulationRun.Get.Request</code>

Table of Contents

Properties

$project_id  : mixed
Generated from protobuf field <code>string project_id = 1;</code>
$simulation_run_id  : mixed
Generated from protobuf field <code>string simulation_run_id = 2;</code>

Methods

__construct()  : mixed
Constructor.
getProjectId()  : string
Generated from protobuf field <code>string project_id = 1;</code>
getSimulationRunId()  : string
Generated from protobuf field <code>string simulation_run_id = 2;</code>
setProjectId()  : $this
Generated from protobuf field <code>string project_id = 1;</code>
setSimulationRunId()  : $this
Generated from protobuf field <code>string simulation_run_id = 2;</code>

Properties

$project_id

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

protected mixed $project_id = ''

$simulation_run_id

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

protected mixed $simulation_run_id = ''

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

}

getProjectId()

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

public getProjectId() : string
Return values
string

getSimulationRunId()

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

public getSimulationRunId() : string
Return values
string

setProjectId()

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

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

setSimulationRunId()

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

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

        
On this page

Search results