ListReplaysResponse
extends Message
in package
Generated from protobuf message <code>replay.ListReplaysResponse</code>
Table of Contents
Properties
- $next_page_token : mixed
- Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>
- $replays : mixed
- Generated from protobuf field <code>repeated .replay.ReplayInfo replays = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearNextPageToken() : mixed
- getNextPageToken() : TokenPagination|null
- Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>
- getReplays() : RepeatedField<string|int, ReplayInfo>
- Generated from protobuf field <code>repeated .replay.ReplayInfo replays = 1;</code>
- hasNextPageToken() : mixed
- setNextPageToken() : $this
- Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>
- setReplays() : $this
- Generated from protobuf field <code>repeated .replay.ReplayInfo replays = 1;</code>
Properties
$next_page_token
Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>
protected
mixed
$next_page_token
= null
$replays
Generated from protobuf field <code>repeated .replay.ReplayInfo replays = 1;</code>
private
mixed
$replays
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 \Replay\ReplayInfo[] $replays @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|nullgetReplays()
Generated from protobuf field <code>repeated .replay.ReplayInfo replays = 1;</code>
public
getReplays() : RepeatedField<string|int, ReplayInfo>
Return values
RepeatedField<string|int, ReplayInfo>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
$thissetReplays()
Generated from protobuf field <code>repeated .replay.ReplayInfo replays = 1;</code>
public
setReplays(array<string|int, ReplayInfo> $var) : $this
Parameters
- $var : array<string|int, ReplayInfo>