TransferJobsResource class
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(TransferJob request, {String? $fields})
→ Future<TransferJob>
-
Creates a transfer job that runs periodically.
-
delete(String jobName, String projectId, {String? $fields})
→ Future<Empty>
-
Deletes a transfer job.
-
get(String jobName, String projectId, {String? $fields})
→ Future<TransferJob>
-
Gets a transfer job.
-
list(String filter, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListTransferJobsResponse>
-
Lists transfer jobs.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(UpdateTransferJobRequest request, String jobName, {String? $fields})
→ Future<TransferJob>
-
Updates a transfer job.
-
run(RunTransferJobRequest request, String jobName, {String? $fields})
→ Future<Operation>
-
Starts a new operation for the specified transfer job.
-
toString()
→ String
-
A string representation of this object.
inherited