ProjectsLocationsIntegrationsExecutionsResource class

Constructors

ProjectsLocationsIntegrationsExecutionsResource(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
suspensions ProjectsLocationsIntegrationsExecutionsSuspensionsResource
no setter

Methods

download(String name, {String? $fields}) Future<GoogleCloudIntegrationsV1alphaDownloadExecutionResponse>
Download the execution.
get(String name, {String? $fields}) Future<GoogleCloudIntegrationsV1alphaExecution>
Get an execution in the specified project.
list(String parent, {String? filter, String? filterParams_customFilter, String? filterParams_endTime, List<String>? filterParams_eventStatuses, String? filterParams_executionId, String? filterParams_parameterKey, String? filterParams_parameterPairKey, String? filterParams_parameterPairValue, String? filterParams_parameterType, String? filterParams_parameterValue, String? filterParams_startTime, List<String>? filterParams_taskStatuses, String? filterParams_workflowName, String? orderBy, int? pageSize, String? pageToken, String? readMask, bool? refreshAcl, bool? snapshotMetadataWithoutParams, bool? truncateParams, String? $fields}) Future<GoogleCloudIntegrationsV1alphaListExecutionsResponse>
Lists the results of all the integration executions.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replay(GoogleCloudIntegrationsV1alphaReplayExecutionRequest request, String name, {String? $fields}) Future<GoogleCloudIntegrationsV1alphaReplayExecutionResponse>
Re-execute an existing execution, with same request parameters and execution strategy
toString() String
A string representation of this object.
inherited

Operators

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