Class PartialUpdateClusterRequest
Request message for BigtableInstanceAdmin.PartialUpdateCluster.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class PartialUpdateClusterRequest : IDirectResponseSchema
Properties
Cluster
Required. The Cluster which contains the partial updates to be applied, subject to the update_mask.
Declaration
[JsonProperty("cluster")]
public virtual Cluster Cluster { get; set; }
Property Value
Type | Description |
---|---|
Cluster |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateMask
Required. The subset of Cluster fields which should be replaced.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |