Documentation

Request extends Message
in package

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

Table of Contents

Properties

$page_token  : mixed
Generated from protobuf field <code>optional .livekit.TokenPagination page_token = 3;</code>
$project_id  : mixed
Generated from protobuf field <code>string project_id = 1;</code>
$status  : mixed
Generated from protobuf field <code>optional .livekit.SimulationRun.Status status = 2;</code>

Methods

__construct()  : mixed
Constructor.
clearPageToken()  : mixed
clearStatus()  : mixed
getPageToken()  : TokenPagination|null
Generated from protobuf field <code>optional .livekit.TokenPagination page_token = 3;</code>
getProjectId()  : string
Generated from protobuf field <code>string project_id = 1;</code>
getStatus()  : int
Generated from protobuf field <code>optional .livekit.SimulationRun.Status status = 2;</code>
hasPageToken()  : mixed
hasStatus()  : mixed
setPageToken()  : $this
Generated from protobuf field <code>optional .livekit.TokenPagination page_token = 3;</code>
setProjectId()  : $this
Generated from protobuf field <code>string project_id = 1;</code>
setStatus()  : $this
Generated from protobuf field <code>optional .livekit.SimulationRun.Status status = 2;</code>

Properties

$page_token

Generated from protobuf field <code>optional .livekit.TokenPagination page_token = 3;</code>

protected mixed $page_token = null

$project_id

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

protected mixed $project_id = ''

$status

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

protected mixed $status = null

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 int $status
@type \Livekit\TokenPagination $page_token

}

clearPageToken()

public clearPageToken() : mixed

clearStatus()

public clearStatus() : mixed

getPageToken()

Generated from protobuf field <code>optional .livekit.TokenPagination page_token = 3;</code>

public getPageToken() : TokenPagination|null
Return values
TokenPagination|null

getProjectId()

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

public getProjectId() : string
Return values
string

getStatus()

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

public getStatus() : int
Return values
int

hasPageToken()

public hasPageToken() : mixed

hasStatus()

public hasStatus() : mixed

setPageToken()

Generated from protobuf field <code>optional .livekit.TokenPagination page_token = 3;</code>

public setPageToken(TokenPagination $var) : $this
Parameters
$var : TokenPagination
Return values
$this

setProjectId()

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

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

setStatus()

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

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

        
On this page

Search results