OperationsResource class

Constructors

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

advanceRelocateBucket(AdvanceRelocateBucketOperationRequest request, String bucket, String operationId, {String? $fields}) Future<void>
Starts asynchronous advancement of the relocate bucket operation in the case of required write downtime, to allow it to lock the bucket at the source location, and proceed with the bucket location swap.
cancel(String bucket, String operationId, {String? $fields}) Future<void>
Starts asynchronous cancellation on a long-running operation.
get(String bucket, String operationId, {String? $fields}) Future<GoogleLongrunningOperation>
Gets the latest state of a long-running operation.
list(String bucket, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleLongrunningListOperationsResponse>
Lists operations that match the specified filter in the request.
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