ProjectsLocationsIntegrationsExecutions
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 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. (executions.listProjectsLocationsIntegrationsExecutions)
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)
GoogleCloudIntegrationsV1alphaExecution
get(string $name, array $optParams = [])
Get an execution in the specified project. (executions.get)
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)
GoogleCloudIntegrationsV1alphaReplayExecutionResponse
replay(string $name, GoogleCloudIntegrationsV1alphaReplayExecutionRequest $postBody, array $optParams = [])
Re-execute an existing execution, with same request parameters and execution strategy (executions.replay)