Documentation

AgentVersion extends Message
in package

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

Table of Contents

Properties

$created_at  : mixed
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
$current  : mixed
Generated from protobuf field <code>bool current = 2;</code>
$deployed_at  : mixed
Generated from protobuf field <code>.google.protobuf.Timestamp deployed_at = 4;</code>
$owner  : mixed
Generated from protobuf field <code>string owner = 7;</code>
$status  : mixed
Generated from protobuf field <code>string status = 6;</code>
$version  : mixed
Generated from protobuf field <code>string version = 1;</code>
$attributes  : mixed
Generated from protobuf field <code>map<string, string> attributes = 5;</code>

Methods

__construct()  : mixed
Constructor.
clearCreatedAt()  : mixed
clearDeployedAt()  : mixed
getAttributes()  : MapField
Generated from protobuf field <code>map<string, string> attributes = 5;</code>
getCreatedAt()  : Timestamp|null
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
getCurrent()  : bool
Generated from protobuf field <code>bool current = 2;</code>
getDeployedAt()  : Timestamp|null
Generated from protobuf field <code>.google.protobuf.Timestamp deployed_at = 4;</code>
getOwner()  : string
Generated from protobuf field <code>string owner = 7;</code>
getStatus()  : string
Generated from protobuf field <code>string status = 6;</code>
getVersion()  : string
Generated from protobuf field <code>string version = 1;</code>
hasCreatedAt()  : mixed
hasDeployedAt()  : mixed
setAttributes()  : $this
Generated from protobuf field <code>map<string, string> attributes = 5;</code>
setCreatedAt()  : $this
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
setCurrent()  : $this
Generated from protobuf field <code>bool current = 2;</code>
setDeployedAt()  : $this
Generated from protobuf field <code>.google.protobuf.Timestamp deployed_at = 4;</code>
setOwner()  : $this
Generated from protobuf field <code>string owner = 7;</code>
setStatus()  : $this
Generated from protobuf field <code>string status = 6;</code>
setVersion()  : $this
Generated from protobuf field <code>string version = 1;</code>

Properties

$created_at

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

protected mixed $created_at = null

$current

Generated from protobuf field <code>bool current = 2;</code>

protected mixed $current = false

$deployed_at

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

protected mixed $deployed_at = null

$owner

Generated from protobuf field <code>string owner = 7;</code>

protected mixed $owner = ''

$status

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

protected mixed $status = ''

$version

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

protected mixed $version = ''

$attributes

Generated from protobuf field <code>map<string, string> attributes = 5;</code>

private mixed $attributes

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 $version
@type bool $current
@type \Google\Protobuf\Timestamp $created_at
@type \Google\Protobuf\Timestamp $deployed_at
@type array|\Google\Protobuf\Internal\MapField $attributes
@type string $status
@type string $owner

}

getAttributes()

Generated from protobuf field <code>map<string, string> attributes = 5;</code>

public getAttributes() : MapField
Return values
MapField

getCreatedAt()

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

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

getCurrent()

Generated from protobuf field <code>bool current = 2;</code>

public getCurrent() : bool
Return values
bool

getDeployedAt()

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

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

getOwner()

Generated from protobuf field <code>string owner = 7;</code>

public getOwner() : string
Return values
string

getStatus()

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

public getStatus() : string
Return values
string

getVersion()

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

public getVersion() : string
Return values
string

setAttributes()

Generated from protobuf field <code>map<string, string> attributes = 5;</code>

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

setCreatedAt()

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

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

setCurrent()

Generated from protobuf field <code>bool current = 2;</code>

public setCurrent(bool $var) : $this
Parameters
$var : bool
Return values
$this

setDeployedAt()

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

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

setOwner()

Generated from protobuf field <code>string owner = 7;</code>

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

setStatus()

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

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

setVersion()

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

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

        
On this page

Search results