@Generated
public interface AuthorizedViewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AuthorizedView.AuthorizedViewCase |
getAuthorizedViewCase() |
boolean |
getDeletionProtection()
Set to true to make the AuthorizedView protected against deletion.
|
String |
getEtag()
The etag for this AuthorizedView.
|
com.google.protobuf.ByteString |
getEtagBytes()
The etag for this AuthorizedView.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
AuthorizedView.SubsetView |
getSubsetView()
An AuthorizedView permitting access to an explicit subset of a Table.
|
AuthorizedView.SubsetViewOrBuilder |
getSubsetViewOrBuilder()
An AuthorizedView permitting access to an explicit subset of a Table.
|
boolean |
hasSubsetView()
An AuthorizedView permitting access to an explicit subset of a Table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Identifier. The name of this AuthorizedView.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. The name of this AuthorizedView.
Values are of the form
`projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];boolean hasSubsetView()
An AuthorizedView permitting access to an explicit subset of a Table.
.google.bigtable.admin.v2.AuthorizedView.SubsetView subset_view = 2;AuthorizedView.SubsetView getSubsetView()
An AuthorizedView permitting access to an explicit subset of a Table.
.google.bigtable.admin.v2.AuthorizedView.SubsetView subset_view = 2;AuthorizedView.SubsetViewOrBuilder getSubsetViewOrBuilder()
An AuthorizedView permitting access to an explicit subset of a Table.
.google.bigtable.admin.v2.AuthorizedView.SubsetView subset_view = 2;String getEtag()
The etag for this AuthorizedView. If this is provided on update, it must match the server's etag. The server returns ABORTED error on a mismatched etag.
string etag = 3;com.google.protobuf.ByteString getEtagBytes()
The etag for this AuthorizedView. If this is provided on update, it must match the server's etag. The server returns ABORTED error on a mismatched etag.
string etag = 3;boolean getDeletionProtection()
Set to true to make the AuthorizedView protected against deletion. The parent Table and containing Instance cannot be deleted if an AuthorizedView has this bit set.
bool deletion_protection = 4;AuthorizedView.AuthorizedViewCase getAuthorizedViewCase()
Copyright © 2026 Google LLC. All rights reserved.