Method: projects.locations.lakes.zones.entities.update

Update a metadata entity. Only supports full resource update.

HTTP request

PUT https://dataplex.googleapis.com/v1/{entity.name=projects/*/locations/*/lakes/*/zones/*/entities/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
entity.name

string

Output only. The resource name of the entity, of the form: projects/{project_number}/locations/{locationId}/lakes/{lakeId}/zones/{zoneId}/entities/{id}.

Query parameters

Parameters
validateOnly

boolean

Optional. Only validate the request, but do not perform mutations. The default is false.

Request body

The request body contains an instance of Entity.

Response body

If successful, the response body contains an instance of Entity.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.