ProjectsLocationsIntegrationsExecutionsResource class
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