Workflows API (workflows:v1)

2023-09-14

1 removed method

Deletions

    Methods
  • workflows.projects.locations.workflows.listRevisions

      Description: Lists revisions for a given workflow.

      Path: v1/{+name}:listRevisions

      Parameter Order: name

      Parameters:

        pageToken

          Type: string

          Location: query

          Description: The page token, received from a previous ListWorkflowRevisions call. Provide this to retrieve the subsequent page.

        name

          Pattern: ^projects/[^/]+/locations/[^/]+/workflows/[^/]+$

          Location: path

          Required: Yes

          Description: Required. Workflow from which the revisions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}

          Type: string

        pageSize

          Type: integer

          Description: The maximum number of revisions to return per page. If a value is not specified, a default value of 20 is used. The maximum permitted value is 100 and values greater than 100 coerced down to 100.

          Location: query

          Format: int32

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/workflows/{workflowsId}:listRevisions

      HTTP Method: GET