ProjectsLocationsProductsIntegrationsExecutions
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
Cancellation of an execution (executions.cancel)
Download the execution. (executions.download)
Get an execution in the specified project. (executions.get)
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)
GoogleCloudIntegrationsV1alphaDownloadExecutionResponse
download(string $name, array $optParams = [])
Download the execution. (executions.download)
GoogleCloudIntegrationsV1alphaExecution
get(string $name, array $optParams = [])
Get an execution in the specified project. (executions.get)
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)