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}
clearCreatedAt()
public
clearCreatedAt() : mixed
clearEndedAt()
public
clearEndedAt() : mixed
clearScenarioGroup()
public
clearScenarioGroup() : mixed
clearSummary()
public
clearSummary() : mixed
getAgentDescription()
Generated from protobuf field <code>string agent_description = 4;</code>
public
getAgentDescription() : string
Return values
stringgetAgentName()
Generated from protobuf field <code>string agent_name = 9;</code>
public
getAgentName() : string
Return values
stringgetCreatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 6;</code>
public
getCreatedAt() : Timestamp|null
Return values
Timestamp|nullgetEndedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 11;</code>
public
getEndedAt() : Timestamp|null
Return values
Timestamp|nullgetError()
Generated from protobuf field <code>string error = 5;</code>
public
getError() : string
Return values
stringgetFailedCount()
Generated from protobuf field <code>int32 failed_count = 14;</code>
public
getFailedCount() : int
Return values
intgetId()
Generated from protobuf field <code>string id = 1;</code>
public
getId() : string
Return values
stringgetJobCount()
Generated from protobuf field <code>int32 job_count = 12;</code>
public
getJobCount() : int
Return values
intgetJobs()
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
intgetPassedCount()
Generated from protobuf field <code>int32 passed_count = 13;</code>
public
getPassedCount() : int
Return values
intgetProjectId()
Generated from protobuf field <code>string project_id = 2;</code>
public
getProjectId() : string
Return values
stringgetScenarioGroup()
Generated from protobuf field <code>.livekit.ScenarioGroup scenario_group = 10;</code>
public
getScenarioGroup() : ScenarioGroup|null
Return values
ScenarioGroup|nullgetStatus()
Generated from protobuf field <code>.livekit.SimulationRun.Status status = 3;</code>
public
getStatus() : int
Return values
intgetSummary()
Generated from protobuf field <code>.livekit.SimulationRunSummary summary = 8;</code>
public
getSummary() : SimulationRunSummary|null
Return values
SimulationRunSummary|nullhasCreatedAt()
public
hasCreatedAt() : mixed
hasEndedAt()
public
hasEndedAt() : mixed
hasScenarioGroup()
public
hasScenarioGroup() : mixed
hasSummary()
public
hasSummary() : mixed
setAgentDescription()
Generated from protobuf field <code>string agent_description = 4;</code>
public
setAgentDescription(string $var) : $this
Parameters
- $var : string
Return values
$thissetAgentName()
Generated from protobuf field <code>string agent_name = 9;</code>
public
setAgentName(string $var) : $this
Parameters
- $var : string
Return values
$thissetCreatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 6;</code>
public
setCreatedAt(Timestamp $var) : $this
Parameters
- $var : Timestamp
Return values
$thissetEndedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp ended_at = 11;</code>
public
setEndedAt(Timestamp $var) : $this
Parameters
- $var : Timestamp
Return values
$thissetError()
Generated from protobuf field <code>string error = 5;</code>
public
setError(string $var) : $this
Parameters
- $var : string
Return values
$thissetFailedCount()
Generated from protobuf field <code>int32 failed_count = 14;</code>
public
setFailedCount(int $var) : $this
Parameters
- $var : int
Return values
$thissetId()
Generated from protobuf field <code>string id = 1;</code>
public
setId(string $var) : $this
Parameters
- $var : string
Return values
$thissetJobCount()
Generated from protobuf field <code>int32 job_count = 12;</code>
public
setJobCount(int $var) : $this
Parameters
- $var : int
Return values
$thissetJobs()
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
$thissetNumSimulations()
Generated from protobuf field <code>int32 num_simulations = 15;</code>
public
setNumSimulations(int $var) : $this
Parameters
- $var : int
Return values
$thissetPassedCount()
Generated from protobuf field <code>int32 passed_count = 13;</code>
public
setPassedCount(int $var) : $this
Parameters
- $var : int
Return values
$thissetProjectId()
Generated from protobuf field <code>string project_id = 2;</code>
public
setProjectId(string $var) : $this
Parameters
- $var : string
Return values
$thissetScenarioGroup()
Generated from protobuf field <code>.livekit.ScenarioGroup scenario_group = 10;</code>
public
setScenarioGroup(ScenarioGroup $var) : $this
Parameters
- $var : ScenarioGroup
Return values
$thissetStatus()
Generated from protobuf field <code>.livekit.SimulationRun.Status status = 3;</code>
public
setStatus(int $var) : $this
Parameters
- $var : int
Return values
$thissetSummary()
Generated from protobuf field <code>.livekit.SimulationRunSummary summary = 8;</code>
public
setSummary(SimulationRunSummary $var) : $this
Parameters
- $var : SimulationRunSummary