Lines Matching full:workflows
23 * Service definition for Workflows (v1).
26 * Manage workflow definitions. To execute workflows and manage executions, see
27 * the Workflows Executions API.</p>
31 * <a href="https://cloud.google.com/workflows" target="_blank">Documentation</a>
36 class Workflows extends \Google\Service class
47 * Constructs the internal representation of the Workflows service.
56 $this->rootUrl = $rootUrl ?: 'https://workflows.googleapis.com/';
60 $this->serviceName = 'workflows';
62 $this->projects_locations = new Workflows\Resource\ProjectsLocations(
104 $this->projects_locations_operations = new Workflows\Resource\ProjectsLocationsOperations(
156 $this->projects_locations_workflows = new Workflows\Resource\ProjectsLocationsWorkflows(
159 'workflows',
163 'path' => 'v1/{+parent}/workflows',
197 'path' => 'v1/{+parent}/workflows',
244 class_alias(Workflows::class, 'Google_Service_Workflows');