Class UpdateEntityRequest (1.4.1)

UpdateEntityRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Update a metadata entity request. The exiting entity will be fully replaced by the entity in the request. The entity ID is mutable. To modify the ID, use the current entity ID in the request URL and specify the new ID in the request body.

Attributes

NameDescription
entity google.cloud.dataplex_v1.types.Entity
Required. Update description.
validate_only bool
Optional. Only validate the request, but do not perform mutations. The default is false.