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 \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Name of the resource.
↳ create_time
↳ update_time
↳ labels
↳ 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.
string
setName
Output only. Name of the resource.
var
string
$this
getCreateTime
Output only. The create timestamp.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The create timestamp.
$this
getUpdateTime
Output only. The update timestamp.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The update timestamp.
$this
getLabels
Labels as key value pairs
setLabels
Labels as key value pairs
$this
getAnnotations
Annotations to allow clients to store small amounts of arbitrary data.
setAnnotations
Annotations to allow clients to store small amounts of arbitrary data.
$this
getDataplaneServiceEndpoint
Output only. The DNS name of the data plane service
string
setDataplaneServiceEndpoint
Output only. The DNS name of the data plane service
var
string
$this
getState
Output only. The current state of the cluster.
setState
Output only. The current state of the cluster.
$this
getPscTarget
Output only. The private service connection service target name.
string
setPscTarget
Output only. The private service connection service target name.
var
string
$this

