Alter metadata table properties.
HTTP request
POST https://metastore.googleapis.com/v1/{service}:alterTableProperties
Path parameters
Parameters | |
---|---|
service |
Required. The relative resource name of the Dataproc Metastore service that's being used to mutate metadata table properties, in the following format:
Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "tableName": string, "updateMask": string, "properties": { string: string, ... } } |
Fields | |
---|---|
tableName |
Required. The name of the table containing the properties you're altering in the following format.
|
updateMask |
A field mask that specifies the metadata table properties that are overwritten by the update. Fields specified in the For example, given the target properties:
And an update properties:
then if the field mask is: paths: ["properties.b", "properties.c"] then the result will be:
This is a comma-separated list of fully qualified names of fields. Example: |
properties |
A map that describes the desired values to mutate. If updateMask is empty, the properties will not update. Otherwise, the properties only alters the value whose associated paths exist in the update mask An object containing a list of |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.