TransferOperationsResource class

Constructors

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

cancel(CancelOperationRequest request, String name, {String? $fields}) Future<Empty>
Cancels a transfer.
get(String name, {String? $fields}) Future<Operation>
Gets the latest state of a long-running operation.
list(String name, String filter, {int? pageSize, String? pageToken, String? $fields}) Future<ListOperationsResponse>
Lists transfer operations.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause(PauseTransferOperationRequest request, String name, {String? $fields}) Future<Empty>
Pauses a transfer operation.
resume(ResumeTransferOperationRequest request, String name, {String? $fields}) Future<Empty>
Resumes a transfer operation that is paused.
toString() String
A string representation of this object.
inherited

Operators

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