AgentSecret
extends Message
in package
Generated from protobuf message <code>livekit.AgentSecret</code>
Table of Contents
Properties
- $created_at : mixed
- Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
- $kind : mixed
- Generated from protobuf field <code>.livekit.AgentSecretKind kind = 5;</code>
- $name : mixed
- Generated from protobuf field <code>string name = 1;</code>
- $updated_at : mixed
- Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 4;</code>
- $value : mixed
- Generated from protobuf field <code>bytes value = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- clearCreatedAt() : mixed
- clearUpdatedAt() : mixed
- getCreatedAt() : Timestamp|null
- Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
- getKind() : int
- Generated from protobuf field <code>.livekit.AgentSecretKind kind = 5;</code>
- getName() : string
- Generated from protobuf field <code>string name = 1;</code>
- getUpdatedAt() : Timestamp|null
- Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 4;</code>
- getValue() : string
- Generated from protobuf field <code>bytes value = 2;</code>
- hasCreatedAt() : mixed
- hasUpdatedAt() : mixed
- setCreatedAt() : $this
- Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
- setKind() : $this
- Generated from protobuf field <code>.livekit.AgentSecretKind kind = 5;</code>
- setName() : $this
- Generated from protobuf field <code>string name = 1;</code>
- setUpdatedAt() : $this
- Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 4;</code>
- setValue() : $this
- Generated from protobuf field <code>bytes value = 2;</code>
Properties
$created_at
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
protected
mixed
$created_at
= null
$kind
Generated from protobuf field <code>.livekit.AgentSecretKind kind = 5;</code>
protected
mixed
$kind
= 0
$name
Generated from protobuf field <code>string name = 1;</code>
protected
mixed
$name
= ''
$updated_at
Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 4;</code>
protected
mixed
$updated_at
= null
$value
Generated from protobuf field <code>bytes value = 2;</code>
protected
mixed
$value
= ''
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 $name @type string $value @type \Google\Protobuf\Timestamp $created_at @type \Google\Protobuf\Timestamp $updated_at @type int $kind}
clearCreatedAt()
public
clearCreatedAt() : mixed
clearUpdatedAt()
public
clearUpdatedAt() : mixed
getCreatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
public
getCreatedAt() : Timestamp|null
Return values
Timestamp|nullgetKind()
Generated from protobuf field <code>.livekit.AgentSecretKind kind = 5;</code>
public
getKind() : int
Return values
intgetName()
Generated from protobuf field <code>string name = 1;</code>
public
getName() : string
Return values
stringgetUpdatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 4;</code>
public
getUpdatedAt() : Timestamp|null
Return values
Timestamp|nullgetValue()
Generated from protobuf field <code>bytes value = 2;</code>
public
getValue() : string
Return values
stringhasCreatedAt()
public
hasCreatedAt() : mixed
hasUpdatedAt()
public
hasUpdatedAt() : mixed
setCreatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
public
setCreatedAt(Timestamp $var) : $this
Parameters
- $var : Timestamp
Return values
$thissetKind()
Generated from protobuf field <code>.livekit.AgentSecretKind kind = 5;</code>
public
setKind(int $var) : $this
Parameters
- $var : int
Return values
$thissetName()
Generated from protobuf field <code>string name = 1;</code>
public
setName(string $var) : $this
Parameters
- $var : string
Return values
$thissetUpdatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp updated_at = 4;</code>
public
setUpdatedAt(Timestamp $var) : $this
Parameters
- $var : Timestamp
Return values
$thissetValue()
Generated from protobuf field <code>bytes value = 2;</code>
public
setValue(string $var) : $this
Parameters
- $var : string