Documentation

Request extends Message
in package

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

Table of Contents

Properties

$code_entrypoint  : mixed
Generated from protobuf field <code>string code_entrypoint = 3;</code>
$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.
getCodeEntrypoint()  : string
Generated from protobuf field <code>string code_entrypoint = 3;</code>
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>
setCodeEntrypoint()  : $this
Generated from protobuf field <code>string code_entrypoint = 3;</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

$code_entrypoint

Generated from protobuf field <code>string code_entrypoint = 3;</code>

protected mixed $code_entrypoint = ''

$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
@type string $code_entrypoint

}

getCodeEntrypoint()

Generated from protobuf field <code>string code_entrypoint = 3;</code>

public getCodeEntrypoint() : string
Return values
string

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

setCodeEntrypoint()

Generated from protobuf field <code>string code_entrypoint = 3;</code>

public setCodeEntrypoint(string $var) : $this
Parameters
$var : string
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

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