Package com.google.bigtable.admin.v2
Interface ListAuthorizedViewsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAuthorizedViewsResponse,ListAuthorizedViewsResponse.Builder
public interface ListAuthorizedViewsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthorizedViews(int index) The AuthorizedViews present in the requested table.intThe AuthorizedViews present in the requested table.The AuthorizedViews present in the requested table.getAuthorizedViewsOrBuilder(int index) The AuthorizedViews present in the requested table.List<? extends AuthorizedViewOrBuilder>The AuthorizedViews present in the requested table.Set if not all tables could be returned in a single response.com.google.protobuf.ByteStringSet if not all tables could be returned in a single response.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAuthorizedViewsList
List<AuthorizedView> getAuthorizedViewsList()The AuthorizedViews present in the requested table.
repeated .google.bigtable.admin.v2.AuthorizedView authorized_views = 1; -
getAuthorizedViews
The AuthorizedViews present in the requested table.
repeated .google.bigtable.admin.v2.AuthorizedView authorized_views = 1; -
getAuthorizedViewsCount
int getAuthorizedViewsCount()The AuthorizedViews present in the requested table.
repeated .google.bigtable.admin.v2.AuthorizedView authorized_views = 1; -
getAuthorizedViewsOrBuilderList
List<? extends AuthorizedViewOrBuilder> getAuthorizedViewsOrBuilderList()The AuthorizedViews present in the requested table.
repeated .google.bigtable.admin.v2.AuthorizedView authorized_views = 1; -
getAuthorizedViewsOrBuilder
The AuthorizedViews present in the requested table.
repeated .google.bigtable.admin.v2.AuthorizedView authorized_views = 1; -
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-