Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1beta Client class UpdateClusterRequest.
Request message for UpdateCluster.
Generated from protobuf message google.cloud.hypercomputecluster.v1beta.UpdateClusterRequest
Namespace
Google \ Cloud \ HypercomputeCluster \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cluster |
Cluster
Required. Cluster to update. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. Mask specifying which fields in the cluster to update. All paths must be specified explicitly - wildcards are not supported. At least one path must be provided. |
↳ request_id |
string
Optional. A unique identifier for this request. A random UUID is recommended. This request is idempotent if and only if |
getCluster
Required. Cluster to update.
| Returns | |
|---|---|
| Type | Description |
Cluster|null |
|
hasCluster
clearCluster
setCluster
Required. Cluster to update.
| Parameter | |
|---|---|
| Name | Description |
var |
Cluster
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Optional. Mask specifying which fields in the cluster to update. All paths must be specified explicitly - wildcards are not supported. At least one path must be provided.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Mask specifying which fields in the cluster to update. All paths must be specified explicitly - wildcards are not supported. At least one path must be provided.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRequestId
Optional. A unique identifier for this request. A random UUID is
recommended. This request is idempotent if and only if request_id is
provided.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRequestId
Optional. A unique identifier for this request. A random UUID is
recommended. This request is idempotent if and only if request_id is
provided.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
cluster |
Cluster
Required. Cluster to update. |
updateMask |
Google\Protobuf\FieldMask
Optional. Mask specifying which fields in the cluster to update. All paths must be specified explicitly - wildcards are not supported. At least one path must be provided. |
| Returns | |
|---|---|
| Type | Description |
UpdateClusterRequest |
|