Class DeleteEntityRequest (1.1.2)

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 entity, which can be retrieved with a [GetEntity][] request.

Inheritance

builtins.object > proto.message.Message > DeleteEntityRequest