Google Cloud Vision Ai V1 Client - Class Cluster (0.1.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class Cluster.

Message describing the Cluster object.

Generated from protobuf message google.cloud.visionai.v1.Cluster

Namespace

Google \ Cloud \ VisionAI \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Output only. Name of the resource.

↳ create_time Google\Protobuf\Timestamp

Output only. The create timestamp.

↳ update_time Google\Protobuf\Timestamp

Output only. The update timestamp.

↳ labels array|Google\Protobuf\Internal\MapField

Labels as key value pairs

↳ annotations array|Google\Protobuf\Internal\MapField

Annotations to allow clients to store small amounts of arbitrary data.

↳ dataplane_service_endpoint string

Output only. The DNS name of the data plane service

↳ state int

Output only. The current state of the cluster.

↳ psc_target string

Output only. The private service connection service target name.

getName

Output only. Name of the resource.

Returns
Type Description
string

setName

Output only. Name of the resource.

Parameter
Name Description
var string
Returns
Type Description
$this

getCreateTime

Output only. The create timestamp.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The create timestamp.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getUpdateTime

Output only. The update timestamp.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The update timestamp.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getLabels

Labels as key value pairs

Returns
Type Description
Google\Protobuf\Internal\MapField

setLabels

Labels as key value pairs

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this

getAnnotations

Annotations to allow clients to store small amounts of arbitrary data.

Returns
Type Description
Google\Protobuf\Internal\MapField

setAnnotations

Annotations to allow clients to store small amounts of arbitrary data.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this

getDataplaneServiceEndpoint

Output only. The DNS name of the data plane service

Returns
Type Description
string

setDataplaneServiceEndpoint

Output only. The DNS name of the data plane service

Parameter
Name Description
var string
Returns
Type Description
$this

getState

Output only. The current state of the cluster.

Returns
Type Description
int Enum of type State.

setState

Output only. The current state of the cluster.

Parameter
Name Description
var int

Enum of type State.

Returns
Type Description
$this

getPscTarget

Output only. The private service connection service target name.

Returns
Type Description
string

setPscTarget

Output only. The private service connection service target name.

Parameter
Name Description
var string
Returns
Type Description
$this