Interface ListDatabaseRolesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDatabaseRolesResponse,ListDatabaseRolesResponse.Builder
public interface ListDatabaseRolesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDatabaseRoles(int index) Database roles that matched the request.intDatabase roles that matched the request.Database roles that matched the request.getDatabaseRolesOrBuilder(int index) Database roles that matched the request.List<? extends DatabaseRoleOrBuilder>Database roles that matched the request.`next_page_token` can be sent in a subsequent [ListDatabaseRoles][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseRoles] call to fetch more of the matching roles.com.google.protobuf.ByteString`next_page_token` can be sent in a subsequent [ListDatabaseRoles][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseRoles] call to fetch more of the matching roles.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
-
getDatabaseRolesList
List<DatabaseRole> getDatabaseRolesList()Database roles that matched the request.
repeated .google.spanner.admin.database.v1.DatabaseRole database_roles = 1; -
getDatabaseRoles
Database roles that matched the request.
repeated .google.spanner.admin.database.v1.DatabaseRole database_roles = 1; -
getDatabaseRolesCount
int getDatabaseRolesCount()Database roles that matched the request.
repeated .google.spanner.admin.database.v1.DatabaseRole database_roles = 1; -
getDatabaseRolesOrBuilderList
List<? extends DatabaseRoleOrBuilder> getDatabaseRolesOrBuilderList()Database roles that matched the request.
repeated .google.spanner.admin.database.v1.DatabaseRole database_roles = 1; -
getDatabaseRolesOrBuilder
Database roles that matched the request.
repeated .google.spanner.admin.database.v1.DatabaseRole database_roles = 1; -
getNextPageToken
String getNextPageToken()`next_page_token` can be sent in a subsequent [ListDatabaseRoles][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseRoles] call to fetch more of the matching roles.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()`next_page_token` can be sent in a subsequent [ListDatabaseRoles][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseRoles] call to fetch more of the matching roles.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-