OperationsResource class

Constructors

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

get(String project, String operation, {String? $fields}) Future<Operation>
Retrieves an instance operation that has been performed on an instance.
list(String project, {String? instance, int? maxResults, String? pageToken, String? $fields}) Future<OperationsListResponse>
Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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