Documentation

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>
$environments  : mixed
Generated from protobuf field <code>repeated string environments = 6;</code>

Methods

__construct()  : mixed
Constructor.
clearCreatedAt()  : mixed
clearUpdatedAt()  : mixed
getCreatedAt()  : Timestamp|null
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
getEnvironments()  : RepeatedField<string|int, string>
Generated from protobuf field <code>repeated string environments = 6;</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>
setEnvironments()  : $this
Generated from protobuf field <code>repeated string environments = 6;</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 = ''

$environments

Generated from protobuf field <code>repeated string environments = 6;</code>

private mixed $environments

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
@type string[] $environments

}

getCreatedAt()

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

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

getEnvironments()

Generated from protobuf field <code>repeated string environments = 6;</code>

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

getKind()

Generated from protobuf field <code>.livekit.AgentSecretKind kind = 5;</code>

public getKind() : int
Return values
int

getName()

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

public getName() : string
Return values
string

getUpdatedAt()

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

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

getValue()

Generated from protobuf field <code>bytes value = 2;</code>

public getValue() : string
Return values
string

setCreatedAt()

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

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

setEnvironments()

Generated from protobuf field <code>repeated string environments = 6;</code>

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

setKind()

Generated from protobuf field <code>.livekit.AgentSecretKind kind = 5;</code>

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

setName()

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

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

setUpdatedAt()

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

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

setValue()

Generated from protobuf field <code>bytes value = 2;</code>

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

        
On this page

Search results