Dataform API (dataform:v1beta1)

2022-12-24

5 new methods

Additions

    Methods
  • dataform.projects.locations.repositories.workflowConfigs.patch

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}

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

      Path : v1beta1/{+name}

      Parameter Order : name

      HTTP Method : PATCH

      Parameters :

        name

          Required : Yes

          Description : Output only. The workflow config's name.

          Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$

          Type : string

          Location : path

        updateMask

          Description : Optional. Specifies the fields to be updated in the workflow config. If left unset, all fields will be updated.

          Format : google-fieldmask

          Type : string

          Location : query

      Description : Updates a single WorkflowConfig.

  • dataform.projects.locations.repositories.workflowConfigs.get

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}

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

      Parameter Order : name

      Path : v1beta1/{+name}

      HTTP Method : GET

      Description : Fetches a single WorkflowConfig.

      Parameters :

        name

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$

          Description : Required. The workflow config's name.

          Location : path

          Type : string

  • dataform.projects.locations.repositories.workflowConfigs.list

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs

      Description : Lists WorkflowConfigs in a given Repository.

      HTTP Method : GET

      Parameters :

        pageSize

          Location : query

          Type : integer

          Format : int32

          Description : Optional. Maximum number of workflow configs to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

        pageToken

          Type : string

          Description : Optional. Page token received from a previous `ListWorkflowConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListWorkflowConfigs` must match the call that provided the page token.

          Location : query

        parent

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

          Type : string

          Required : Yes

          Location : path

          Description : Required. The repository in which to list workflow configs. Must be in the format `projects/*/locations/*/repositories/*`.

      Path : v1beta1/{+parent}/workflowConfigs

      Parameter Order : parent

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

  • dataform.projects.locations.repositories.workflowConfigs.delete

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$

          Type : string

          Location : path

          Required : Yes

          Description : Required. The workflow config's name.

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs/{workflowConfigsId}

      Parameter Order : name

      HTTP Method : DELETE

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

      Path : v1beta1/{+name}

      Description : Deletes a single WorkflowConfig.

  • dataform.projects.locations.repositories.workflowConfigs.create

      Path : v1beta1/{+parent}/workflowConfigs

      Parameters :

        parent

          Type : string

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

          Required : Yes

          Description : Required. The repository in which to create the workflow config. Must be in the format `projects/*/locations/*/repositories/*`.

          Location : path

        workflowConfigId

          Description : Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name.

          Type : string

          Location : query

      Description : Creates a new WorkflowConfig in a given Repository.

      HTTP Method : POST

      Parameter Order : parent

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workflowConfigs

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