Google Cloud Bigtable Administration v2 API - Class UpdateLogicalViewRequest (3.24.0)

public sealed class UpdateLogicalViewRequest : IMessage<UpdateLogicalViewRequest>, IEquatable<UpdateLogicalViewRequest>, IDeepCloneable<UpdateLogicalViewRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateLogicalViewRequest.

Request message for BigtableInstanceAdmin.UpdateLogicalView.

Inheritance

object > UpdateLogicalViewRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

UpdateLogicalViewRequest()

public UpdateLogicalViewRequest()

UpdateLogicalViewRequest(UpdateLogicalViewRequest)

public UpdateLogicalViewRequest(UpdateLogicalViewRequest other)
Parameter
Name Description
other UpdateLogicalViewRequest

Properties

LogicalView

public LogicalView LogicalView { get; set; }

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}.

Property Value
Type Description
LogicalView

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The list of fields to update.

Property Value
Type Description
FieldMask