Show / Hide Table of Contents

Class PartialUpdateClusterRequest

Request message for BigtableInstanceAdmin.PartialUpdateCluster.

Inheritance
object
PartialUpdateClusterRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX