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}
clearUpdatedAt()
public
clearUpdatedAt() : mixed
getReason()
Generated from protobuf field <code>string reason = 3;</code>
public
getReason() : string
Return values
stringgetStatus()
Generated from protobuf field <code>.livekit.PrivateLinkStatus.Status status = 1;</code>
public
getStatus() : int
Return values
intgetUpdatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 2;</code>
public
getUpdatedAt() : Timestamp|null
Return values
Timestamp|nullhasUpdatedAt()
public
hasUpdatedAt() : mixed
setReason()
Generated from protobuf field <code>string reason = 3;</code>
public
setReason(string $var) : $this
Parameters
- $var : string
Return values
$thissetStatus()
Generated from protobuf field <code>.livekit.PrivateLinkStatus.Status status = 1;</code>
public
setStatus(int $var) : $this
Parameters
- $var : int
Return values
$thissetUpdatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 2;</code>
public
setUpdatedAt(Timestamp $var) : $this
Parameters
- $var : Timestamp