ProjectsLocationsRepositoriesWorkflowInvocations
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
Requests cancellation of a running WorkflowInvocation.
Creates a new WorkflowInvocation in a given Repository.
Deletes a single WorkflowInvocation. (workflowInvocations.delete)
Fetches a single WorkflowInvocation. (workflowInvocations.get)
Lists WorkflowInvocations in a given Repository.
Returns WorkflowInvocationActions in a given WorkflowInvocation.
Details
        
                            DataformEmpty
    cancel(string $name, CancelWorkflowInvocationRequest $postBody, array $optParams = [])
        
    
    Requests cancellation of a running WorkflowInvocation.
(workflowInvocations.cancel)
        
                            WorkflowInvocation
    create(string $parent, WorkflowInvocation $postBody, array $optParams = [])
        
    
    Creates a new WorkflowInvocation in a given Repository.
(workflowInvocations.create)
        
                            DataformEmpty
    delete(string $name, array $optParams = [])
        
    
    Deletes a single WorkflowInvocation. (workflowInvocations.delete)
        
                            WorkflowInvocation
    get(string $name, array $optParams = [])
        
    
    Fetches a single WorkflowInvocation. (workflowInvocations.get)
        
                            ListWorkflowInvocationsResponse
    listProjectsLocationsRepositoriesWorkflowInvocations(string $parent, array $optParams = [])
        
    
    Lists WorkflowInvocations in a given Repository.
(workflowInvocations.listProjectsLocationsRepositoriesWorkflowInvocations)
        
                            QueryWorkflowInvocationActionsResponse
    query(string $name, array $optParams = [])
        
    
    Returns WorkflowInvocationActions in a given WorkflowInvocation.
(workflowInvocations.query)