ProjectsLocationsCatalogsDatabasesResource class

Constructors

ProjectsLocationsCatalogsDatabasesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tables ProjectsLocationsCatalogsDatabasesTablesResource
no setter

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

Operators

operator ==(Object other) bool
The equality operator.
inherited