ProjectsLocationsCatalogsDatabasesResource class
Methods
-
create(Database request, String parent, {String? databaseId, String? $fields})
→ Future<Database>
-
Creates a new database.
-
delete(String name, {String? $fields})
→ Future<Database>
-
Deletes an existing database specified by the database ID.
-
get(String name, {String? $fields})
→ Future<Database>
-
Gets the database specified by the resource name.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListDatabasesResponse>
-
List all databases in a specified catalog.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Database request, String name, {String? updateMask, String? $fields})
→ Future<Database>
-
Updates an existing database specified by the database ID.
-
toString()
→ String
-
A string representation of this object.
inherited