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]
Implements
IMessageDeleteAuthorizedViewRequest, IEquatableDeleteAuthorizedViewRequest, IDeepCloneableDeleteAuthorizedViewRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
DeleteAuthorizedViewRequest()
public DeleteAuthorizedViewRequest()
DeleteAuthorizedViewRequest(DeleteAuthorizedViewRequest)
public DeleteAuthorizedViewRequest(DeleteAuthorizedViewRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteAuthorizedViewRequest |
Properties
AuthorizedViewName
public AuthorizedViewName AuthorizedViewName { get; set; }
AuthorizedViewName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |