Data pipelines API (datapipelines:v1)

2022-12-14

3 removed methods

Deletions

    Methods
  • datapipelines.projects.locations.transformDescriptions.get

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/transformDescriptions/{transformDescriptionsId}

      Path: v1/{+name}

      Parameters:

        name

          Type: string

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

          Required: Yes

          Location: path

          Description: Required. The full name formatted as "projects/{your-project}/locations/{google-cloud-region}/transformdescriptions/{uniform-resource-name}".

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

      Parameter Order: name

      Description: Gets the transform description associated with the provided uniform resource name.

      HTTP Method: GET

  • datapipelines.projects.locations.transformDescriptions.batchGet

      Parameters:

        parent

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

          Location: path

          Type: string

          Required: Yes

          Description: Required. The project and location shared by all transform descriptions being retrieved, formatted as "projects/{project}/locations/{location}".

        names

          Description: Optional. The names of the transform descriptions being retrieved, formatted as "projects/{project}/locations/{location}/transformdescriptions/{transform_description}". If no name is provided, all of the transform descriptions will be returned.

          Type: string

          Location: query

          Repeated: Yes

      Path: v1/{+parent}/transformDescriptions:batchGet

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/transformDescriptions:batchGet

      HTTP Method: GET

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

      Parameter Order: parent

      Description: Gets transform descriptions in a batch, associated with a list of provided uniform resource names.

  • datapipelines.projects.locations.computeSchema

      HTTP Method: POST

      Description: Computes the schema for the transform. Computation from `raw_schema` will always occur if it is set. This requires that the transform supports that encoding. If no raw schema is provided and if the transform is for an IO, then this will attempt to connect to the resource using the details provided in `config` and infer the schema from that. If the transform is not an IO, is a sink that doesn't exist yet, or is a sink with no schema requirement, then this will fall back to basing the schema off the one provided in `input_schemas`. The computed schema will be validated.

      Parameters:

        location

          Required: Yes

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

          Location: path

          Type: string

          Description: Required. The full location formatted as "projects/{your-project}/locations/{google-cloud-region}". If attempting to infer the schema from an existing Google Cloud resource, the default Data Pipelines service account for this project will be used in making requests for the resource. If the region given for "{google-cloud-region}" is different than the region where the resource is stored, then the data will be transferred to and processed in the region specified here, but it will not be persistently stored in this region.

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}:computeSchema

      Path: v1/{+location}:computeSchema

      Parameter Order: location

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