ProjectsLocationsRepositoriesWorkflowConfigs
class ProjectsLocationsRepositoriesWorkflowConfigs extends Resource (View source)
The "workflowConfigs" collection of methods.
Typical usage is:
$dataformService = new Google\Service\Dataform(...);
$workflowConfigs = $dataformService->projects_locations_repositories_workflowConfigs;
Methods
Creates a new WorkflowConfig in a given Repository. (workflowConfigs.create)
Deletes a single WorkflowConfig. (workflowConfigs.delete)
Fetches a single WorkflowConfig. (workflowConfigs.get)
Lists WorkflowConfigs in a given Repository.
Updates a single WorkflowConfig. (workflowConfigs.patch)
Details
WorkflowConfig
create(string $parent, WorkflowConfig $postBody, array $optParams = [])
Creates a new WorkflowConfig in a given Repository. (workflowConfigs.create)
DataformEmpty
delete(string $name, array $optParams = [])
Deletes a single WorkflowConfig. (workflowConfigs.delete)
WorkflowConfig
get(string $name, array $optParams = [])
Fetches a single WorkflowConfig. (workflowConfigs.get)
ListWorkflowConfigsResponse
listProjectsLocationsRepositoriesWorkflowConfigs(string $parent, array $optParams = [])
Lists WorkflowConfigs in a given Repository.
(workflowConfigs.listProjectsLocationsRepositoriesWorkflowConfigs)
WorkflowConfig
patch(string $name, WorkflowConfig $postBody, array $optParams = [])
Updates a single WorkflowConfig. (workflowConfigs.patch)