Documentation

Response extends Message
in package

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

Table of Contents

Properties

$next_page_token  : mixed
Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>
$runs  : mixed
Generated from protobuf field <code>repeated .livekit.SimulationRun runs = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearNextPageToken()  : mixed
getNextPageToken()  : TokenPagination|null
Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>
getRuns()  : RepeatedField<string|int, SimulationRun>
Generated from protobuf field <code>repeated .livekit.SimulationRun runs = 1;</code>
hasNextPageToken()  : mixed
setNextPageToken()  : $this
Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>
setRuns()  : $this
Generated from protobuf field <code>repeated .livekit.SimulationRun runs = 1;</code>

Properties

$next_page_token

Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>

protected mixed $next_page_token = null

$runs

Generated from protobuf field <code>repeated .livekit.SimulationRun runs = 1;</code>

private mixed $runs

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 \Livekit\SimulationRun[] $runs
@type \Livekit\TokenPagination $next_page_token

}

clearNextPageToken()

public clearNextPageToken() : mixed

getNextPageToken()

Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>

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

getRuns()

Generated from protobuf field <code>repeated .livekit.SimulationRun runs = 1;</code>

public getRuns() : RepeatedField<string|int, SimulationRun>
Return values
RepeatedField<string|int, SimulationRun>

hasNextPageToken()

public hasNextPageToken() : mixed

setNextPageToken()

Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>

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

setRuns()

Generated from protobuf field <code>repeated .livekit.SimulationRun runs = 1;</code>

public setRuns(array<string|int, SimulationRun$var) : $this
Parameters
$var : array<string|int, SimulationRun>
Return values
$this

        
On this page

Search results