Dataform API (dataform:v1beta1)

2024-08-29

2 new methods

Additions

    Methods
  • dataform.projects.locations.getConfig

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/config

      HTTP Method: GET

      Parameters:

        name

          Description: Required. The config name.

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

          Location: path

          Required: Yes

          Type: string

      Parameter Order: name

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

      Description: Get default config for a given project and location.

  • dataform.projects.locations.updateConfig

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/config

      HTTP Method: PATCH

      Parameters:

        name

          Description: Identifier. The config name.

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

          Location: path

          Required: Yes

          Type: string

        updateMask

          Description: Optional. Specifies the fields to be updated in the config.

          Location: query

          Type: string

          Format: google-fieldmask

      Parameter Order: name

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

      Description: Update default config for a given project and location.