Class DeleteEntityTypeRequest (1.3.0)

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

Request message for [FeaturestoreService.DeleteEntityTypes][]. .. attribute:: name

Required. The name of the EntityType to be deleted. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

:type: str

Attribute

NameDescription
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