Google Cloud Bigtable Administration v2 API - Class DeleteAuthorizedViewRequest (3.14.0)

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

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

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.DeleteAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.DeleteAuthorizedView]

Inheritance

object > DeleteAuthorizedViewRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

DeleteAuthorizedViewRequest()

public DeleteAuthorizedViewRequest()

DeleteAuthorizedViewRequest(DeleteAuthorizedViewRequest)

public DeleteAuthorizedViewRequest(DeleteAuthorizedViewRequest other)
Parameter
NameDescription
otherDeleteAuthorizedViewRequest

Properties

AuthorizedViewName

public AuthorizedViewName AuthorizedViewName { get; set; }

AuthorizedViewName-typed view over the Name resource name property.

Property Value
TypeDescription
AuthorizedViewName

Etag

public string Etag { get; set; }

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

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The unique name of the AuthorizedView to be deleted. Values are of the form projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}.

Property Value
TypeDescription
string