class ProjectsLocationsIntegrationsExecutions extends Resource (View source)

The "executions" collection of methods.

Typical usage is:

 $integrationsService = new Google\Service\Integrations(...);
 $executions = $integrationsService->projects_locations_integrations_executions;

Methods

download(string $name, array $optParams = [])

Download the execution. (executions.download)

get(string $name, array $optParams = [])

Get an execution in the specified project. (executions.get)

listProjectsLocationsIntegrationsExecutions(string $parent, array $optParams = [])

Lists the results of all the integration executions. The response includes the same information as the execution log in the Integration UI. (executions.listProjectsLocationsIntegrationsExecutions)

replay(string $name, GoogleCloudIntegrationsV1alphaReplayExecutionRequest $postBody, array $optParams = [])

Re-execute an existing execution, with same request parameters and execution strategy (executions.replay)

Details

GoogleCloudIntegrationsV1alphaDownloadExecutionResponse download(string $name, array $optParams = [])

Download the execution. (executions.download)

Parameters

string $name

Required. The execution resource name. Format: projects/{ gcp_project_id}/locations/{location}/products/{product}/integrations/{integra tion_id}/executions/{execution_id}

array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaDownloadExecutionResponse

Exceptions

Exception

GoogleCloudIntegrationsV1alphaExecution get(string $name, array $optParams = [])

Get an execution in the specified project. (executions.get)

Parameters

string $name

Required. The execution resource name. Format: projects/{ gcp_project_id}/locations/{location}/products/{product}/integrations/{integra tion_id}/executions/{execution_id}

array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaExecution

Exceptions

Exception

GoogleCloudIntegrationsV1alphaListExecutionsResponse listProjectsLocationsIntegrationsExecutions(string $parent, array $optParams = [])

Lists the results of all the integration executions. The response includes the same information as the execution log in the Integration UI. (executions.listProjectsLocationsIntegrationsExecutions)

Parameters

string $parent

Required. The parent resource name of the integration execution.

array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaListExecutionsResponse

Exceptions

Exception

GoogleCloudIntegrationsV1alphaReplayExecutionResponse replay(string $name, GoogleCloudIntegrationsV1alphaReplayExecutionRequest $postBody, array $optParams = [])

Re-execute an existing execution, with same request parameters and execution strategy (executions.replay)

Parameters

string $name

Required. The execution resource name. Format: projects/{ gcp_project_id}/locations/{location}/integrations/{integration}/executions/{e xecution_id}

GoogleCloudIntegrationsV1alphaReplayExecutionRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaReplayExecutionResponse

Exceptions

Exception