Uses of Class
com.google.spanner.admin.database.v1.DatabaseRole
-
Packages that use DatabaseRole Package Description com.google.cloud.spanner.admin.database.v1 A client to Cloud Spanner APIcom.google.cloud.spanner.spi.v1 com.google.spanner.admin.database.v1 -
-
Uses of DatabaseRole in com.google.cloud.spanner.admin.database.v1
Method parameters in com.google.cloud.spanner.admin.database.v1 with type arguments of type DatabaseRole Modifier and Type Method Description static com.google.api.core.ApiFuture<DatabaseAdminClient.ListDatabaseRolesPagedResponse>
DatabaseAdminClient.ListDatabaseRolesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDatabaseRolesRequest,ListDatabaseRolesResponse,DatabaseRole> context, com.google.api.core.ApiFuture<ListDatabaseRolesResponse> futureResponse)
protected DatabaseAdminClient.ListDatabaseRolesPage
DatabaseAdminClient.ListDatabaseRolesPage. createPage(com.google.api.gax.rpc.PageContext<ListDatabaseRolesRequest,ListDatabaseRolesResponse,DatabaseRole> context, ListDatabaseRolesResponse response)
com.google.api.core.ApiFuture<DatabaseAdminClient.ListDatabaseRolesPage>
DatabaseAdminClient.ListDatabaseRolesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDatabaseRolesRequest,ListDatabaseRolesResponse,DatabaseRole> context, com.google.api.core.ApiFuture<ListDatabaseRolesResponse> futureResponse)
-
Uses of DatabaseRole in com.google.cloud.spanner.spi.v1
Methods in com.google.cloud.spanner.spi.v1 that return types with arguments of type DatabaseRole Modifier and Type Method Description SpannerRpc.Paginated<DatabaseRole>
GapicSpannerRpc. listDatabaseRoles(String databaseName, int pageSize, String pageToken)
SpannerRpc.Paginated<DatabaseRole>
SpannerRpc. listDatabaseRoles(String databaseName, int pageSize, String pageToken)
-
Uses of DatabaseRole in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return DatabaseRole Modifier and Type Method Description DatabaseRole
DatabaseRole.Builder. build()
DatabaseRole
DatabaseRole.Builder. buildPartial()
DatabaseRole
ListDatabaseRolesResponse.Builder. getDatabaseRoles(int index)
Database roles that matched the request.DatabaseRole
ListDatabaseRolesResponse. getDatabaseRoles(int index)
Database roles that matched the request.DatabaseRole
ListDatabaseRolesResponseOrBuilder. getDatabaseRoles(int index)
Database roles that matched the request.static DatabaseRole
DatabaseRole. getDefaultInstance()
DatabaseRole
DatabaseRole.Builder. getDefaultInstanceForType()
DatabaseRole
DatabaseRole. getDefaultInstanceForType()
static DatabaseRole
DatabaseRole. parseDelimitedFrom(InputStream input)
static DatabaseRole
DatabaseRole. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatabaseRole
DatabaseRole. parseFrom(byte[] data)
static DatabaseRole
DatabaseRole. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatabaseRole
DatabaseRole. parseFrom(com.google.protobuf.ByteString data)
static DatabaseRole
DatabaseRole. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatabaseRole
DatabaseRole. parseFrom(com.google.protobuf.CodedInputStream input)
static DatabaseRole
DatabaseRole. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatabaseRole
DatabaseRole. parseFrom(InputStream input)
static DatabaseRole
DatabaseRole. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatabaseRole
DatabaseRole. parseFrom(ByteBuffer data)
static DatabaseRole
DatabaseRole. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.spanner.admin.database.v1 that return types with arguments of type DatabaseRole Modifier and Type Method Description List<DatabaseRole>
ListDatabaseRolesResponse.Builder. getDatabaseRolesList()
Database roles that matched the request.List<DatabaseRole>
ListDatabaseRolesResponse. getDatabaseRolesList()
Database roles that matched the request.List<DatabaseRole>
ListDatabaseRolesResponseOrBuilder. getDatabaseRolesList()
Database roles that matched the request.com.google.protobuf.Parser<DatabaseRole>
DatabaseRole. getParserForType()
static com.google.protobuf.Parser<DatabaseRole>
DatabaseRole. parser()
Methods in com.google.spanner.admin.database.v1 with parameters of type DatabaseRole Modifier and Type Method Description ListDatabaseRolesResponse.Builder
ListDatabaseRolesResponse.Builder. addDatabaseRoles(int index, DatabaseRole value)
Database roles that matched the request.ListDatabaseRolesResponse.Builder
ListDatabaseRolesResponse.Builder. addDatabaseRoles(DatabaseRole value)
Database roles that matched the request.DatabaseRole.Builder
DatabaseRole.Builder. mergeFrom(DatabaseRole other)
static DatabaseRole.Builder
DatabaseRole. newBuilder(DatabaseRole prototype)
ListDatabaseRolesResponse.Builder
ListDatabaseRolesResponse.Builder. setDatabaseRoles(int index, DatabaseRole value)
Database roles that matched the request.Method parameters in com.google.spanner.admin.database.v1 with type arguments of type DatabaseRole Modifier and Type Method Description ListDatabaseRolesResponse.Builder
ListDatabaseRolesResponse.Builder. addAllDatabaseRoles(Iterable<? extends DatabaseRole> values)
Database roles that matched the request.
-