Class DeleteEntityRequest (1.0.0)

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

Delete a metadata entity request.

Attributes

NameDescription
name str
Required. The resource name of the entity: ``projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}``.
etag str
Required. The etag associated with the partition if it was previously retrieved.

Inheritance

builtins.object > proto.message.Message > DeleteEntityRequest