Documentation

PrivateLinkStatus extends Message
in package

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

Table of Contents

Properties

$reason  : mixed
Generated from protobuf field <code>string reason = 3;</code>
$status  : mixed
Generated from protobuf field <code>.livekit.PrivateLinkStatus.Status status = 1;</code>
$updated_at  : mixed
Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 2;</code>

Methods

__construct()  : mixed
Constructor.
clearUpdatedAt()  : mixed
getReason()  : string
Generated from protobuf field <code>string reason = 3;</code>
getStatus()  : int
Generated from protobuf field <code>.livekit.PrivateLinkStatus.Status status = 1;</code>
getUpdatedAt()  : Timestamp|null
Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 2;</code>
hasUpdatedAt()  : mixed
setReason()  : $this
Generated from protobuf field <code>string reason = 3;</code>
setStatus()  : $this
Generated from protobuf field <code>.livekit.PrivateLinkStatus.Status status = 1;</code>
setUpdatedAt()  : $this
Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 2;</code>

Properties

$reason

Generated from protobuf field <code>string reason = 3;</code>

protected mixed $reason = ''

$status

Generated from protobuf field <code>.livekit.PrivateLinkStatus.Status status = 1;</code>

protected mixed $status = 0

$updated_at

Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 2;</code>

protected mixed $updated_at = 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 int $status
@type \Google\Protobuf\Timestamp $updated_at
@type string $reason

}

getReason()

Generated from protobuf field <code>string reason = 3;</code>

public getReason() : string
Return values
string

getStatus()

Generated from protobuf field <code>.livekit.PrivateLinkStatus.Status status = 1;</code>

public getStatus() : int
Return values
int

getUpdatedAt()

Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 2;</code>

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

setReason()

Generated from protobuf field <code>string reason = 3;</code>

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

setStatus()

Generated from protobuf field <code>.livekit.PrivateLinkStatus.Status status = 1;</code>

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

setUpdatedAt()

Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 2;</code>

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

        
On this page

Search results