Uses of Class
com.google.spanner.admin.database.v1.ListDatabaseRolesResponse.Builder
-
Uses of ListDatabaseRolesResponse.Builder in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return ListDatabaseRolesResponse.BuilderModifier and TypeMethodDescriptionListDatabaseRolesResponse.Builder.addAllDatabaseRoles(Iterable<? extends DatabaseRole> values) Database roles that matched the request.ListDatabaseRolesResponse.Builder.addDatabaseRoles(int index, DatabaseRole value) Database roles that matched the request.ListDatabaseRolesResponse.Builder.addDatabaseRoles(int index, DatabaseRole.Builder builderForValue) Database roles that matched the request.ListDatabaseRolesResponse.Builder.addDatabaseRoles(DatabaseRole value) Database roles that matched the request.ListDatabaseRolesResponse.Builder.addDatabaseRoles(DatabaseRole.Builder builderForValue) Database roles that matched the request.ListDatabaseRolesResponse.Builder.clear()ListDatabaseRolesResponse.Builder.clearDatabaseRoles()Database roles that matched the request.ListDatabaseRolesResponse.Builder.clearNextPageToken()`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.ListDatabaseRolesResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListDatabaseRolesResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListDatabaseRolesResponse.Builder.mergeFrom(ListDatabaseRolesResponse other) ListDatabaseRolesResponse.newBuilder()ListDatabaseRolesResponse.newBuilder(ListDatabaseRolesResponse prototype) ListDatabaseRolesResponse.newBuilderForType()protected ListDatabaseRolesResponse.BuilderListDatabaseRolesResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListDatabaseRolesResponse.Builder.removeDatabaseRoles(int index) Database roles that matched the request.ListDatabaseRolesResponse.Builder.setDatabaseRoles(int index, DatabaseRole value) Database roles that matched the request.ListDatabaseRolesResponse.Builder.setDatabaseRoles(int index, DatabaseRole.Builder builderForValue) Database roles that matched the request.ListDatabaseRolesResponse.Builder.setNextPageToken(String value) `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.ListDatabaseRolesResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) `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.ListDatabaseRolesResponse.toBuilder()