Show / Hide Table of Contents

Class UpdateLogicalViewRequest

Request message for BigtableInstanceAdmin.UpdateLogicalView.

Inheritance
object
UpdateLogicalViewRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX