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 Type
    Method
    Description
    getDatabaseRoles(int index)
    Database roles that matched the request.
    int
    Database roles that matched the request.
    Database roles that matched the request.
    Database roles that matched the request.
    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

    isInitialized

    Methods 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

      DatabaseRole getDatabaseRoles(int index)
       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

      DatabaseRoleOrBuilder getDatabaseRolesOrBuilder(int index)
       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.