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}
clearCreatedAt()
public
clearCreatedAt() : mixed
clearDeployedAt()
public
clearDeployedAt() : mixed
getAttributes()
Generated from protobuf field <code>map<string, string> attributes = 5;</code>
public
getAttributes() : MapField
Return values
MapFieldgetCreatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
public
getCreatedAt() : Timestamp|null
Return values
Timestamp|nullgetCurrent()
Generated from protobuf field <code>bool current = 2;</code>
public
getCurrent() : bool
Return values
boolgetDeployedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp deployed_at = 4;</code>
public
getDeployedAt() : Timestamp|null
Return values
Timestamp|nullgetOwner()
Generated from protobuf field <code>string owner = 7;</code>
public
getOwner() : string
Return values
stringgetStatus()
Generated from protobuf field <code>string status = 6;</code>
public
getStatus() : string
Return values
stringgetVersion()
Generated from protobuf field <code>string version = 1;</code>
public
getVersion() : string
Return values
stringhasCreatedAt()
public
hasCreatedAt() : mixed
hasDeployedAt()
public
hasDeployedAt() : mixed
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
$thissetCreatedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp created_at = 3;</code>
public
setCreatedAt(Timestamp $var) : $this
Parameters
- $var : Timestamp
Return values
$thissetCurrent()
Generated from protobuf field <code>bool current = 2;</code>
public
setCurrent(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetDeployedAt()
Generated from protobuf field <code>.google.protobuf.Timestamp deployed_at = 4;</code>
public
setDeployedAt(Timestamp $var) : $this
Parameters
- $var : Timestamp
Return values
$thissetOwner()
Generated from protobuf field <code>string owner = 7;</code>
public
setOwner(string $var) : $this
Parameters
- $var : string
Return values
$thissetStatus()
Generated from protobuf field <code>string status = 6;</code>
public
setStatus(string $var) : $this
Parameters
- $var : string
Return values
$thissetVersion()
Generated from protobuf field <code>string version = 1;</code>
public
setVersion(string $var) : $this
Parameters
- $var : string