Request
extends Message
in package
Generated from protobuf message <code>livekit.Scenario.CreateFromSession.Request</code>
Table of Contents
Properties
- $group_id : mixed
- Generated from protobuf field <code>string group_id = 3;</code>
- $label : mixed
- Generated from protobuf field <code>string label = 4;</code>
- $project_id : mixed
- Generated from protobuf field <code>string project_id = 1;</code>
- $region : mixed
- Generated from protobuf field <code>string region = 5;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getGroupId() : string
- Generated from protobuf field <code>string group_id = 3;</code>
- getLabel() : string
- Generated from protobuf field <code>string label = 4;</code>
- getProjectId() : string
- Generated from protobuf field <code>string project_id = 1;</code>
- getRegion() : string
- Generated from protobuf field <code>string region = 5;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 2;</code>
- setGroupId() : $this
- Generated from protobuf field <code>string group_id = 3;</code>
- setLabel() : $this
- Generated from protobuf field <code>string label = 4;</code>
- setProjectId() : $this
- Generated from protobuf field <code>string project_id = 1;</code>
- setRegion() : $this
- Generated from protobuf field <code>string region = 5;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 2;</code>
Properties
$group_id
Generated from protobuf field <code>string group_id = 3;</code>
protected
mixed
$group_id
= ''
$label
Generated from protobuf field <code>string label = 4;</code>
protected
mixed
$label
= ''
$project_id
Generated from protobuf field <code>string project_id = 1;</code>
protected
mixed
$project_id
= ''
$region
Generated from protobuf field <code>string region = 5;</code>
protected
mixed
$region
= ''
$room_id
Generated from protobuf field <code>string room_id = 2;</code>
protected
mixed
$room_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 $room_id @type string $group_id @type string $label @type string $region}
getGroupId()
Generated from protobuf field <code>string group_id = 3;</code>
public
getGroupId() : string
Return values
stringgetLabel()
Generated from protobuf field <code>string label = 4;</code>
public
getLabel() : string
Return values
stringgetProjectId()
Generated from protobuf field <code>string project_id = 1;</code>
public
getProjectId() : string
Return values
stringgetRegion()
Generated from protobuf field <code>string region = 5;</code>
public
getRegion() : string
Return values
stringgetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
getRoomId() : string
Return values
stringsetGroupId()
Generated from protobuf field <code>string group_id = 3;</code>
public
setGroupId(string $var) : $this
Parameters
- $var : string
Return values
$thissetLabel()
Generated from protobuf field <code>string label = 4;</code>
public
setLabel(string $var) : $this
Parameters
- $var : string
Return values
$thissetProjectId()
Generated from protobuf field <code>string project_id = 1;</code>
public
setProjectId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRegion()
Generated from protobuf field <code>string region = 5;</code>
public
setRegion(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string