Class PartialUpdateInstanceRequest
Request message for BigtableInstanceAdmin.PartialUpdateInstance.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class PartialUpdateInstanceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Instance
Required. The Instance which will (partially) replace the current value.
Declaration
[JsonProperty("instance")]
public virtual Instance Instance { get; set; }
Property Value
Type | Description |
---|---|
Instance |
UpdateMask
Required. The subset of Instance fields which should be replaced. Must be explicitly set.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |