Google Cloud Bigtable Administration v2 API - Class DeleteLogicalViewRequest (3.25.0)

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

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

Request message for BigtableInstanceAdmin.DeleteLogicalView.

Inheritance

object > DeleteLogicalViewRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

DeleteLogicalViewRequest()

public DeleteLogicalViewRequest()

DeleteLogicalViewRequest(DeleteLogicalViewRequest)

public DeleteLogicalViewRequest(DeleteLogicalViewRequest other)
Parameter
Name Description
other DeleteLogicalViewRequest

Properties

Etag

public string Etag { get; set; }

Optional. The current etag of the logical view. If an etag is provided and does not match the current etag of the logical view, deletion will be blocked and an ABORTED error will be returned.

Property Value
Type Description
string

LogicalViewName

public LogicalViewName LogicalViewName { get; set; }

LogicalViewName-typed view over the Name resource name property.

Property Value
Type Description
LogicalViewName

Name

public string Name { get; set; }

Required. The unique name of the logical view to be deleted. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}.

Property Value
Type Description
string