@Generated
public interface ListAuthorizedViewsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AuthorizedView |
getAuthorizedViews(int index)
The AuthorizedViews present in the requested table.
|
int |
getAuthorizedViewsCount()
The AuthorizedViews present in the requested table.
|
List<AuthorizedView> |
getAuthorizedViewsList()
The AuthorizedViews present in the requested table.
|
AuthorizedViewOrBuilder |
getAuthorizedViewsOrBuilder(int index)
The AuthorizedViews present in the requested table.
|
List<? extends AuthorizedViewOrBuilder> |
getAuthorizedViewsOrBuilderList()
The AuthorizedViews present in the requested table.
|
String |
getNextPageToken()
Set if not all tables could be returned in a single response.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Set if not all tables could be returned in a single response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AuthorizedView> getAuthorizedViewsList()
The AuthorizedViews present in the requested table.
repeated .google.bigtable.admin.v2.AuthorizedView authorized_views = 1;AuthorizedView getAuthorizedViews(int index)
The AuthorizedViews present in the requested table.
repeated .google.bigtable.admin.v2.AuthorizedView authorized_views = 1;int getAuthorizedViewsCount()
The AuthorizedViews present in the requested table.
repeated .google.bigtable.admin.v2.AuthorizedView authorized_views = 1;List<? extends AuthorizedViewOrBuilder> getAuthorizedViewsOrBuilderList()
The AuthorizedViews present in the requested table.
repeated .google.bigtable.admin.v2.AuthorizedView authorized_views = 1;AuthorizedViewOrBuilder getAuthorizedViewsOrBuilder(int index)
The AuthorizedViews present in the requested table.
repeated .google.bigtable.admin.v2.AuthorizedView authorized_views = 1;String getNextPageToken()
Set if not all tables could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Set if not all tables could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 2;Copyright © 2026 Google LLC. All rights reserved.