ProjectsLocationsTransferConfigsRunsResource class
Constructors
- ProjectsLocationsTransferConfigsRunsResource(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
- transferLogs → ProjectsLocationsTransferConfigsRunsTransferLogsResource
-
no setter
Methods
-
delete(
String name, {String? $fields}) → Future< Empty> - Deletes the specified transfer run.
-
get(
String name, {String? $fields}) → Future< TransferRun> - Returns information about the particular transfer run.
-
list(
String parent, {int? pageSize, String? pageToken, String? runAttempt, List< String> ? states, String? $fields}) → Future<ListTransferRunsResponse> - Returns information about running and completed transfer runs.
-
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