class ProjectsLocationsProductsIntegrationsExecutions extends Resource (View source)

The "executions" collection of methods.

Typical usage is:

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

Methods

cancel(string $name, GoogleCloudIntegrationsV1alphaCancelExecutionRequest $postBody, array $optParams = [])

Cancellation of an execution (executions.cancel)

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

Download the execution. (executions.download)

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

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

listProjectsLocationsProductsIntegrationsExecutions(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.

Details

GoogleCloudIntegrationsV1alphaCancelExecutionResponse cancel(string $name, GoogleCloudIntegrationsV1alphaCancelExecutionRequest $postBody, array $optParams = [])

Cancellation of an execution (executions.cancel)

Parameters

string $name

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

GoogleCloudIntegrationsV1alphaCancelExecutionRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaCancelExecutionResponse

Exceptions

Exception

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 listProjectsLocationsProductsIntegrationsExecutions(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.listProjectsLocationsProductsIntegrationsExecutions)

Parameters

string $parent

Required. The parent resource name of the integration execution.

array $optParams

Optional parameters.

Return Value

GoogleCloudIntegrationsV1alphaListExecutionsResponse

Exceptions

Exception