2022-12-03
▼ ▲ metastore.projects.locations.services.queryMetadata
HTTP Method : POST
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 : v1alpha/{+service}:queryMetadata
Parameter Order : service
Description : Query DPMS metadata.
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:queryMetadata
▼ ▲ metastore.projects.locations.services.alterLocation
HTTP Method : POST
Parameters :
service
Location : path
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/services/[^/]+$
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}.
Path : v1alpha/{+service}:alterLocation
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:alterLocation
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : service
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.
▼ ▲ metastore.projects.locations.services.moveTableToDatabase
Path : v1alpha/{+service}:moveTableToDatabase
Flat Path : v1alpha/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}.
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/services/[^/]+$
Location : path
Parameter Order : service
Description : Move a table to another database.
HTTP Method : POST