ScenarioGroup
extends Message
in package
Generated from protobuf message <code>livekit.ScenarioGroup</code>
Table of Contents
Properties
- $created_at : mixed
- Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 4;</code>
- $id : mixed
- Generated from protobuf field <code>string id = 1;</code>
- $label : mixed
- Generated from protobuf field <code>string label = 3;</code>
- $project_id : mixed
- Generated from protobuf field <code>string project_id = 2;</code>
- $scenario_count : mixed
- Generated from protobuf field <code>int32 scenario_count = 6;</code>
- $scenarios : mixed
- Generated from protobuf field <code>repeated .livekit.Scenario scenarios = 5;</code>
Methods
- __construct() : mixed
- Constructor.
- clearCreatedAt() : mixed
- getCreatedAt() : Timestamp|null
- Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 4;</code>
- getId() : string
- Generated from protobuf field <code>string id = 1;</code>
- getLabel() : string
- Generated from protobuf field <code>string label = 3;</code>
- getProjectId() : string
- Generated from protobuf field <code>string project_id = 2;</code>
- getScenarioCount() : int
- Generated from protobuf field <code>int32 scenario_count = 6;</code>
- getScenarios() : RepeatedField<string|int, Scenario>
- Generated from protobuf field <code>repeated .livekit.Scenario scenarios = 5;</code>
- hasCreatedAt() : mixed
- setCreatedAt() : $this
- Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 4;</code>
- setId() : $this
- Generated from protobuf field <code>string id = 1;</code>
- setLabel() : $this
- Generated from protobuf field <code>string label = 3;</code>
- setProjectId() : $this
- Generated from protobuf field <code>string project_id = 2;</code>
- setScenarioCount() : $this
- Generated from protobuf field <code>int32 scenario_count = 6;</code>
- setScenarios() : $this
- Generated from protobuf field <code>repeated .livekit.Scenario scenarios = 5;</code>
Properties
$created_at
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 4;</code>
protected
mixed
$created_at
= null
$id
Generated from protobuf field <code>string id = 1;</code>
protected
mixed
$id
= ''
$label
Generated from protobuf field <code>string label = 3;</code>
protected
mixed
$label
= ''
$project_id
Generated from protobuf field <code>string project_id = 2;</code>
protected
mixed
$project_id
= ''
$scenario_count
Generated from protobuf field <code>int32 scenario_count = 6;</code>
protected
mixed
$scenario_count
= 0
$scenarios
Generated from protobuf field <code>repeated .livekit.Scenario scenarios = 5;</code>
private
mixed
$scenarios
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 string $label @type \Google\Protobuf\Timestamp $created_at @type \Livekit\Scenario[] $scenarios @type int $scenario_count}
clearCreatedAt()
public
clearCreatedAt() : mixed
getCreatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 4;</code>
public
getCreatedAt() : Timestamp|null
Return values
Timestamp|nullgetId()
Generated from protobuf field <code>string id = 1;</code>
public
getId() : string
Return values
stringgetLabel()
Generated from protobuf field <code>string label = 3;</code>
public
getLabel() : string
Return values
stringgetProjectId()
Generated from protobuf field <code>string project_id = 2;</code>
public
getProjectId() : string
Return values
stringgetScenarioCount()
Generated from protobuf field <code>int32 scenario_count = 6;</code>
public
getScenarioCount() : int
Return values
intgetScenarios()
Generated from protobuf field <code>repeated .livekit.Scenario scenarios = 5;</code>
public
getScenarios() : RepeatedField<string|int, Scenario>
Return values
RepeatedField<string|int, Scenario>hasCreatedAt()
public
hasCreatedAt() : mixed
setCreatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 4;</code>
public
setCreatedAt(Timestamp $var) : $this
Parameters
- $var : Timestamp
Return values
$thissetId()
Generated from protobuf field <code>string id = 1;</code>
public
setId(string $var) : $this
Parameters
- $var : string
Return values
$thissetLabel()
Generated from protobuf field <code>string label = 3;</code>
public
setLabel(string $var) : $this
Parameters
- $var : string
Return values
$thissetProjectId()
Generated from protobuf field <code>string project_id = 2;</code>
public
setProjectId(string $var) : $this
Parameters
- $var : string
Return values
$thissetScenarioCount()
Generated from protobuf field <code>int32 scenario_count = 6;</code>
public
setScenarioCount(int $var) : $this
Parameters
- $var : int
Return values
$thissetScenarios()
Generated from protobuf field <code>repeated .livekit.Scenario scenarios = 5;</code>
public
setScenarios(array<string|int, Scenario> $var) : $this
Parameters
- $var : array<string|int, Scenario>