Request
extends Message
in package
Generated from protobuf message <code>livekit.Scenario.CreateFromSession.Request</code>
Table of Contents
Properties
- $project_id : mixed
- Generated from protobuf field <code>string project_id = 1;</code>
- $region : mixed
- Generated from protobuf field <code>string region = 3;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getProjectId() : string
- Generated from protobuf field <code>string project_id = 1;</code>
- getRegion() : string
- Generated from protobuf field <code>string region = 3;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 2;</code>
- setProjectId() : $this
- Generated from protobuf field <code>string project_id = 1;</code>
- setRegion() : $this
- Generated from protobuf field <code>string region = 3;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 2;</code>
Properties
$project_id
Generated from protobuf field <code>string project_id = 1;</code>
protected
mixed
$project_id
= ''
$region
Generated from protobuf field <code>string region = 3;</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 $region}
getProjectId()
Generated from protobuf field <code>string project_id = 1;</code>
public
getProjectId() : string
Return values
stringgetRegion()
Generated from protobuf field <code>string region = 3;</code>
public
getRegion() : string
Return values
stringgetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
getRoomId() : string
Return values
stringsetProjectId()
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 = 3;</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