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 DatabaseModifier and TypeMethodDescriptionDatabase.Builder.build()Database.Builder.buildPartial()UpdateDatabaseRequest.Builder.getDatabase()Required.UpdateDatabaseRequest.getDatabase()Required.UpdateDatabaseRequestOrBuilder.getDatabase()Required.ListDatabasesResponse.Builder.getDatabases(int index) Databases that matched the request.ListDatabasesResponse.getDatabases(int index) Databases that matched the request.ListDatabasesResponseOrBuilder.getDatabases(int index) Databases that matched the request.static DatabaseDatabase.getDefaultInstance()Database.Builder.getDefaultInstanceForType()Database.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 DatabaseModifier and TypeMethodDescriptionListDatabasesResponse.Builder.getDatabasesList()Databases that matched the request.ListDatabasesResponse.getDatabasesList()Databases that matched the request.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 DatabaseModifier and TypeMethodDescriptionListDatabasesResponse.Builder.addDatabases(int index, Database value) Databases that matched the request.ListDatabasesResponse.Builder.addDatabases(Database value) Databases that matched the request.UpdateDatabaseRequest.Builder.mergeDatabase(Database value) Required.static Database.BuilderDatabase.newBuilder(Database prototype) UpdateDatabaseRequest.Builder.setDatabase(Database value) Required.ListDatabasesResponse.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 DatabaseModifier and TypeMethodDescriptionListDatabasesResponse.Builder.addAllDatabases(Iterable<? extends Database> values) Databases that matched the request.