Uses of Class
com.google.spanner.admin.database.v1.Database
-
-
Uses of Database in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return Database Modifier and Type Method Description DatabaseDatabase.Builder. build()DatabaseDatabase.Builder. buildPartial()DatabaseListDatabasesResponse.Builder. getDatabases(int index)Databases that matched the request.DatabaseListDatabasesResponse. getDatabases(int index)Databases that matched the request.DatabaseListDatabasesResponseOrBuilder. getDatabases(int index)Databases that matched the request.static DatabaseDatabase. getDefaultInstance()DatabaseDatabase.Builder. getDefaultInstanceForType()DatabaseDatabase. getDefaultInstanceForType()static DatabaseDatabase. parseDelimitedFrom(InputStream input)static DatabaseDatabase. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseDatabase. parseFrom(byte[] data)static DatabaseDatabase. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseDatabase. parseFrom(com.google.protobuf.ByteString data)static DatabaseDatabase. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseDatabase. parseFrom(com.google.protobuf.CodedInputStream input)static DatabaseDatabase. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseDatabase. parseFrom(InputStream input)static DatabaseDatabase. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseDatabase. parseFrom(ByteBuffer data)static DatabaseDatabase. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.spanner.admin.database.v1 that return types with arguments of type Database Modifier and Type Method Description List<Database>ListDatabasesResponse.Builder. getDatabasesList()Databases that matched the request.List<Database>ListDatabasesResponse. getDatabasesList()Databases that matched the request.List<Database>ListDatabasesResponseOrBuilder. getDatabasesList()Databases that matched the request.com.google.protobuf.Parser<Database>Database. getParserForType()static com.google.protobuf.Parser<Database>Database. parser()Methods in com.google.spanner.admin.database.v1 with parameters of type Database Modifier and Type Method Description ListDatabasesResponse.BuilderListDatabasesResponse.Builder. addDatabases(int index, Database value)Databases that matched the request.ListDatabasesResponse.BuilderListDatabasesResponse.Builder. addDatabases(Database value)Databases that matched the request.Database.BuilderDatabase.Builder. mergeFrom(Database other)static Database.BuilderDatabase. newBuilder(Database prototype)ListDatabasesResponse.BuilderListDatabasesResponse.Builder. setDatabases(int index, Database value)Databases that matched the request.Method parameters in com.google.spanner.admin.database.v1 with type arguments of type Database Modifier and Type Method Description ListDatabasesResponse.BuilderListDatabasesResponse.Builder. addAllDatabases(Iterable<? extends Database> values)Databases that matched the request.
-