Class UpdateLogicalViewRequest
Request message for BigtableInstanceAdmin.UpdateLogicalView.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class UpdateLogicalViewRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LogicalView
Required. The logical view to update. The logical view's name
field is used to identify the view to
update. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}
.
Declaration
[JsonProperty("logicalView")]
public virtual LogicalView LogicalView { get; set; }
Property Value
Type | Description |
---|---|
LogicalView |
UpdateMask
Optional. The list of fields to update.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |