class ProjectsLocationsRepositoriesWorkflowInvocations extends Resource (View source)

The "workflowInvocations" collection of methods.

Typical usage is:

 $dataformService = new Google\Service\Dataform(...);
 $workflowInvocations = $dataformService->projects_locations_repositories_workflowInvocations;

Methods

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

Requests cancellation of a running WorkflowInvocation.

create(string $parent, WorkflowInvocation $postBody, array $optParams = [])

Creates a new WorkflowInvocation in a given Repository.

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

Deletes a single WorkflowInvocation. (workflowInvocations.delete)

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

Fetches a single WorkflowInvocation. (workflowInvocations.get)

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

Lists WorkflowInvocations in a given Repository.

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

Returns WorkflowInvocationActions in a given WorkflowInvocation.

Details

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

Requests cancellation of a running WorkflowInvocation.

(workflowInvocations.cancel)

Parameters

string $name

Required. The workflow invocation resource's name.

CancelWorkflowInvocationRequest $postBody
array $optParams

Optional parameters.

Return Value

DataformEmpty

Exceptions

Exception

WorkflowInvocation create(string $parent, WorkflowInvocation $postBody, array $optParams = [])

Creates a new WorkflowInvocation in a given Repository.

(workflowInvocations.create)

Parameters

string $parent

Required. The repository in which to create the workflow invocation. Must be in the format projects/locations/repositories.

WorkflowInvocation $postBody
array $optParams

Optional parameters.

Return Value

WorkflowInvocation

Exceptions

Exception

DataformEmpty delete(string $name, array $optParams = [])

Deletes a single WorkflowInvocation. (workflowInvocations.delete)

Parameters

string $name

Required. The workflow invocation resource's name.

array $optParams

Optional parameters.

Return Value

DataformEmpty

Exceptions

Exception

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

Fetches a single WorkflowInvocation. (workflowInvocations.get)

Parameters

string $name

Required. The workflow invocation resource's name.

array $optParams

Optional parameters.

Return Value

WorkflowInvocation

Exceptions

Exception

ListWorkflowInvocationsResponse listProjectsLocationsRepositoriesWorkflowInvocations(string $parent, array $optParams = [])

Lists WorkflowInvocations in a given Repository.

(workflowInvocations.listProjectsLocationsRepositoriesWorkflowInvocations)

Parameters

string $parent

Required. The parent resource of the WorkflowInvocation type. Must be in the format projects/locations/repositories.

array $optParams

Optional parameters.

Return Value

ListWorkflowInvocationsResponse

Exceptions

Exception

QueryWorkflowInvocationActionsResponse query(string $name, array $optParams = [])

Returns WorkflowInvocationActions in a given WorkflowInvocation.

(workflowInvocations.query)

Parameters

string $name

Required. The workflow invocation's name.

array $optParams

Optional parameters.

Return Value

QueryWorkflowInvocationActionsResponse

Exceptions

Exception