Reference documentation and code samples for the Cloud Bigtable V2 Client class PartialUpdateClusterRequest.
Request message for BigtableInstanceAdmin.PartialUpdateCluster.
Generated from protobuf message google.bigtable.admin.v2.PartialUpdateClusterRequest
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cluster |
Google\Cloud\Bigtable\Admin\V2\Cluster
Required. The Cluster which contains the partial updates to be applied, subject to the update_mask. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The subset of Cluster fields which should be replaced. |
getCluster
Required. The Cluster which contains the partial updates to be applied, subject to the update_mask.
Returns | |
---|---|
Type | Description |
Google\Cloud\Bigtable\Admin\V2\Cluster|null |
hasCluster
clearCluster
setCluster
Required. The Cluster which contains the partial updates to be applied, subject to the update_mask.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Bigtable\Admin\V2\Cluster
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. The subset of Cluster fields which should be replaced.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The subset of Cluster fields which should be replaced.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
cluster |
Google\Cloud\Bigtable\Admin\V2\Cluster
Required. The Cluster which contains the partial updates to be applied, subject to the update_mask. |
updateMask |
Google\Protobuf\FieldMask
Required. The subset of Cluster fields which should be replaced. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Bigtable\Admin\V2\PartialUpdateClusterRequest |