ProjectsLocationsInstancesResource class

Constructors

ProjectsLocationsInstancesResource(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

Methods

create(DatabaseInstance request, String parent, {String? databaseId, bool? validateOnly, String? $fields}) Future<DatabaseInstance>
Requests that a new DatabaseInstance be created.
delete(String name, {String? $fields}) Future<DatabaseInstance>
Marks a DatabaseInstance to be deleted.
disable(DisableDatabaseInstanceRequest request, String name, {String? $fields}) Future<DatabaseInstance>
Disables a DatabaseInstance.
get(String name, {String? $fields}) Future<DatabaseInstance>
Gets the DatabaseInstance identified by the specified resource name.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListDatabaseInstancesResponse>
Lists each DatabaseInstance associated with the specified parent project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reenable(ReenableDatabaseInstanceRequest request, String name, {String? $fields}) Future<DatabaseInstance>
Enables a DatabaseInstance.
toString() String
A string representation of this object.
inherited

Operators

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