Documentation

AnalyticsNodeRooms extends Message
in package

Generated from protobuf message <code>livekit.AnalyticsNodeRooms</code>

Table of Contents

Properties

$node_id  : mixed
Generated from protobuf field <code>string node_id = 1;</code>
$sequence_number  : mixed
Generated from protobuf field <code>uint64 sequence_number = 2;</code>
$timestamp  : mixed
Generated from protobuf field <code>.google.protobuf.Timestamp timestamp = 3;</code>
$rooms  : mixed
Generated from protobuf field <code>repeated .livekit.AnalyticsRoom rooms = 4;</code>

Methods

__construct()  : mixed
Constructor.
clearTimestamp()  : mixed
getNodeId()  : string
Generated from protobuf field <code>string node_id = 1;</code>
getRooms()  : RepeatedField<string|int, AnalyticsRoom>
Generated from protobuf field <code>repeated .livekit.AnalyticsRoom rooms = 4;</code>
getSequenceNumber()  : int|string
Generated from protobuf field <code>uint64 sequence_number = 2;</code>
getTimestamp()  : Timestamp|null
Generated from protobuf field <code>.google.protobuf.Timestamp timestamp = 3;</code>
hasTimestamp()  : mixed
setNodeId()  : $this
Generated from protobuf field <code>string node_id = 1;</code>
setRooms()  : $this
Generated from protobuf field <code>repeated .livekit.AnalyticsRoom rooms = 4;</code>
setSequenceNumber()  : $this
Generated from protobuf field <code>uint64 sequence_number = 2;</code>
setTimestamp()  : $this
Generated from protobuf field <code>.google.protobuf.Timestamp timestamp = 3;</code>

Properties

$node_id

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

protected mixed $node_id = ''

$sequence_number

Generated from protobuf field <code>uint64 sequence_number = 2;</code>

protected mixed $sequence_number = 0

$timestamp

Generated from protobuf field <code>.google.protobuf.Timestamp timestamp = 3;</code>

protected mixed $timestamp = null

$rooms

Generated from protobuf field <code>repeated .livekit.AnalyticsRoom rooms = 4;</code>

private mixed $rooms

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 $node_id
@type int|string $sequence_number
@type \Google\Protobuf\Timestamp $timestamp
@type \Livekit\AnalyticsRoom[] $rooms

}

getNodeId()

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

public getNodeId() : string
Return values
string

getRooms()

Generated from protobuf field <code>repeated .livekit.AnalyticsRoom rooms = 4;</code>

public getRooms() : RepeatedField<string|int, AnalyticsRoom>
Return values
RepeatedField<string|int, AnalyticsRoom>

getSequenceNumber()

Generated from protobuf field <code>uint64 sequence_number = 2;</code>

public getSequenceNumber() : int|string
Return values
int|string

getTimestamp()

Generated from protobuf field <code>.google.protobuf.Timestamp timestamp = 3;</code>

public getTimestamp() : Timestamp|null
Return values
Timestamp|null

setNodeId()

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

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

setRooms()

Generated from protobuf field <code>repeated .livekit.AnalyticsRoom rooms = 4;</code>

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

setSequenceNumber()

Generated from protobuf field <code>uint64 sequence_number = 2;</code>

public setSequenceNumber(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setTimestamp()

Generated from protobuf field <code>.google.protobuf.Timestamp timestamp = 3;</code>

public setTimestamp(Timestamp $var) : $this
Parameters
$var : Timestamp
Return values
$this

        
On this page

Search results