Dataproc Metastore API (metastore:v1beta)

2022-12-03

3 new methods

Additions

    Methods
  • metastore.projects.locations.services.alterLocation

      Description: Alter metadata resource location. The metadata resource can be a database, table, or partition. This functionality only updates the parent directory for the respective metadata resource and does not transfer any existing data to the new location.

      Path: v1beta/{+service}:alterLocation

      HTTP Method: POST

      Parameter Order: service

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

      Flat Path: v1beta/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:alterLocation

      Parameters:

        service

          Location: path

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

          Required: Yes

          Description: Required. The relative resource name of the metastore service to mutate metadata, in the following format:projects/{project_id}/locations/{location_id}/services/{service_id}.

          Type: string

  • metastore.projects.locations.services.moveTableToDatabase

      Description: Move a table to another database.

      Flat Path: v1beta/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:moveTableToDatabase

      Parameters:

        service

          Description: Required. The relative resource name of the metastore service to mutate metadata, in the following format:projects/{project_id}/locations/{location_id}/services/{service_id}.

          Location: path

          Required: Yes

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

          Type: string

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

      Path: v1beta/{+service}:moveTableToDatabase

      Parameter Order: service

      HTTP Method: POST

  • metastore.projects.locations.services.queryMetadata

      Flat Path: v1beta/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:queryMetadata

      Parameter Order: service

      Description: Query DPMS metadata.

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

      Parameters:

        service

          Required: Yes

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

          Location: path

          Description: Required. The relative resource name of the metastore service to query metadata, in the following format:projects/{project_id}/locations/{location_id}/services/{service_id}.

          Type: string

      Path: v1beta/{+service}:queryMetadata

      HTTP Method: POST