Documentation

SimulationRun extends Message
in package

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

Table of Contents

Properties

$agent_description  : mixed
Generated from protobuf field <code>string agent_description = 4;</code>
$agent_name  : mixed
Generated from protobuf field <code>string agent_name = 9;</code>
$created_at  : mixed
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 6;</code>
$ended_at  : mixed
Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 11;</code>
$error  : mixed
Generated from protobuf field <code>string error = 5;</code>
$failed_count  : mixed
Generated from protobuf field <code>int32 failed_count = 14;</code>
$id  : mixed
Generated from protobuf field <code>string id = 1;</code>
$job_count  : mixed
Generated from protobuf field <code>int32 job_count = 12;</code>
$num_simulations  : mixed
Generated from protobuf field <code>int32 num_simulations = 15;</code>
$passed_count  : mixed
Generated from protobuf field <code>int32 passed_count = 13;</code>
$project_id  : mixed
Generated from protobuf field <code>string project_id = 2;</code>
$scenario_group  : mixed
Generated from protobuf field <code>.livekit.ScenarioGroup scenario_group = 10;</code>
$status  : mixed
Generated from protobuf field <code>.livekit.SimulationRun.Status status = 3;</code>
$summary  : mixed
Generated from protobuf field <code>.livekit.SimulationRunSummary summary = 8;</code>
$jobs  : mixed
Generated from protobuf field <code>repeated .livekit.SimulationRun.Job jobs = 7;</code>

Methods

__construct()  : mixed
Constructor.
clearCreatedAt()  : mixed
clearEndedAt()  : mixed
clearScenarioGroup()  : mixed
clearSummary()  : mixed
getAgentDescription()  : string
Generated from protobuf field <code>string agent_description = 4;</code>
getAgentName()  : string
Generated from protobuf field <code>string agent_name = 9;</code>
getCreatedAt()  : Timestamp|null
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 6;</code>
getEndedAt()  : Timestamp|null
Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 11;</code>
getError()  : string
Generated from protobuf field <code>string error = 5;</code>
getFailedCount()  : int
Generated from protobuf field <code>int32 failed_count = 14;</code>
getId()  : string
Generated from protobuf field <code>string id = 1;</code>
getJobCount()  : int
Generated from protobuf field <code>int32 job_count = 12;</code>
getJobs()  : RepeatedField<string|int, Job>
Generated from protobuf field <code>repeated .livekit.SimulationRun.Job jobs = 7;</code>
getNumSimulations()  : int
Generated from protobuf field <code>int32 num_simulations = 15;</code>
getPassedCount()  : int
Generated from protobuf field <code>int32 passed_count = 13;</code>
getProjectId()  : string
Generated from protobuf field <code>string project_id = 2;</code>
getScenarioGroup()  : ScenarioGroup|null
Generated from protobuf field <code>.livekit.ScenarioGroup scenario_group = 10;</code>
getStatus()  : int
Generated from protobuf field <code>.livekit.SimulationRun.Status status = 3;</code>
getSummary()  : SimulationRunSummary|null
Generated from protobuf field <code>.livekit.SimulationRunSummary summary = 8;</code>
hasCreatedAt()  : mixed
hasEndedAt()  : mixed
hasScenarioGroup()  : mixed
hasSummary()  : mixed
setAgentDescription()  : $this
Generated from protobuf field <code>string agent_description = 4;</code>
setAgentName()  : $this
Generated from protobuf field <code>string agent_name = 9;</code>
setCreatedAt()  : $this
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 6;</code>
setEndedAt()  : $this
Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 11;</code>
setError()  : $this
Generated from protobuf field <code>string error = 5;</code>
setFailedCount()  : $this
Generated from protobuf field <code>int32 failed_count = 14;</code>
setId()  : $this
Generated from protobuf field <code>string id = 1;</code>
setJobCount()  : $this
Generated from protobuf field <code>int32 job_count = 12;</code>
setJobs()  : $this
Generated from protobuf field <code>repeated .livekit.SimulationRun.Job jobs = 7;</code>
setNumSimulations()  : $this
Generated from protobuf field <code>int32 num_simulations = 15;</code>
setPassedCount()  : $this
Generated from protobuf field <code>int32 passed_count = 13;</code>
setProjectId()  : $this
Generated from protobuf field <code>string project_id = 2;</code>
setScenarioGroup()  : $this
Generated from protobuf field <code>.livekit.ScenarioGroup scenario_group = 10;</code>
setStatus()  : $this
Generated from protobuf field <code>.livekit.SimulationRun.Status status = 3;</code>
setSummary()  : $this
Generated from protobuf field <code>.livekit.SimulationRunSummary summary = 8;</code>

Properties

$agent_description

Generated from protobuf field <code>string agent_description = 4;</code>

protected mixed $agent_description = ''

$agent_name

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

protected mixed $agent_name = ''

$created_at

Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 6;</code>

protected mixed $created_at = null

$ended_at

Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 11;</code>

protected mixed $ended_at = null

$error

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

protected mixed $error = ''

$failed_count

Generated from protobuf field <code>int32 failed_count = 14;</code>

protected mixed $failed_count = 0

$id

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

protected mixed $id = ''

$job_count

Generated from protobuf field <code>int32 job_count = 12;</code>

protected mixed $job_count = 0

$num_simulations

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

protected mixed $num_simulations = 0

$passed_count

Generated from protobuf field <code>int32 passed_count = 13;</code>

protected mixed $passed_count = 0

$project_id

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

protected mixed $project_id = ''

$scenario_group

Generated from protobuf field <code>.livekit.ScenarioGroup scenario_group = 10;</code>

protected mixed $scenario_group = null

$status

Generated from protobuf field <code>.livekit.SimulationRun.Status status = 3;</code>

protected mixed $status = 0

$summary

Generated from protobuf field <code>.livekit.SimulationRunSummary summary = 8;</code>

protected mixed $summary = null

$jobs

Generated from protobuf field <code>repeated .livekit.SimulationRun.Job jobs = 7;</code>

private mixed $jobs

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 $id
@type string $project_id
@type int $status
@type string $agent_description
@type string $error
@type \Google\Protobuf\Timestamp $created_at
@type \Livekit\SimulationRun\Job[] $jobs
@type \Livekit\SimulationRunSummary $summary
@type string $agent_name
@type \Livekit\ScenarioGroup $scenario_group
@type \Google\Protobuf\Timestamp $ended_at
@type int $job_count
@type int $passed_count
@type int $failed_count
@type int $num_simulations

}

getAgentDescription()

Generated from protobuf field <code>string agent_description = 4;</code>

public getAgentDescription() : string
Return values
string

getAgentName()

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

public getAgentName() : string
Return values
string

getCreatedAt()

Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 6;</code>

public getCreatedAt() : Timestamp|null
Return values
Timestamp|null

getEndedAt()

Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 11;</code>

public getEndedAt() : Timestamp|null
Return values
Timestamp|null

getError()

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

public getError() : string
Return values
string

getFailedCount()

Generated from protobuf field <code>int32 failed_count = 14;</code>

public getFailedCount() : int
Return values
int

getId()

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

public getId() : string
Return values
string

getJobCount()

Generated from protobuf field <code>int32 job_count = 12;</code>

public getJobCount() : int
Return values
int

getJobs()

Generated from protobuf field <code>repeated .livekit.SimulationRun.Job jobs = 7;</code>

public getJobs() : RepeatedField<string|int, Job>
Return values
RepeatedField<string|int, Job>

getNumSimulations()

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

public getNumSimulations() : int
Return values
int

getPassedCount()

Generated from protobuf field <code>int32 passed_count = 13;</code>

public getPassedCount() : int
Return values
int

getProjectId()

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

public getProjectId() : string
Return values
string

getStatus()

Generated from protobuf field <code>.livekit.SimulationRun.Status status = 3;</code>

public getStatus() : int
Return values
int

setAgentDescription()

Generated from protobuf field <code>string agent_description = 4;</code>

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

setAgentName()

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

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

setCreatedAt()

Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 6;</code>

public setCreatedAt(Timestamp $var) : $this
Parameters
$var : Timestamp
Return values
$this

setEndedAt()

Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 11;</code>

public setEndedAt(Timestamp $var) : $this
Parameters
$var : Timestamp
Return values
$this

setError()

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

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

setFailedCount()

Generated from protobuf field <code>int32 failed_count = 14;</code>

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

setId()

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

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

setJobCount()

Generated from protobuf field <code>int32 job_count = 12;</code>

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

setJobs()

Generated from protobuf field <code>repeated .livekit.SimulationRun.Job jobs = 7;</code>

public setJobs(array<string|int, Job$var) : $this
Parameters
$var : array<string|int, Job>
Return values
$this

setNumSimulations()

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

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

setPassedCount()

Generated from protobuf field <code>int32 passed_count = 13;</code>

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

setProjectId()

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

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

setScenarioGroup()

Generated from protobuf field <code>.livekit.ScenarioGroup scenario_group = 10;</code>

public setScenarioGroup(ScenarioGroup $var) : $this
Parameters
$var : ScenarioGroup
Return values
$this

setStatus()

Generated from protobuf field <code>.livekit.SimulationRun.Status status = 3;</code>

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

        
On this page

Search results