Class DeleteEntityTypeRequest (1.18.0)

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

Request message for [FeaturestoreService.DeleteEntityTypes][].

Attributes

NameDescription
name str
Required. The name of the EntityType to be deleted. Format: ``projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}``
force bool
If set to true, any Features for this EntityType will also be deleted. (Otherwise, the request will only work if the EntityType has no Features.)

Inheritance

builtins.object > proto.message.Message > DeleteEntityTypeRequest