Class DeleteFeatureGroupRequest (1.48.0)

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

Request message for FeatureRegistryService.DeleteFeatureGroup.

Attributes

NameDescription
name str
Required. The name of the FeatureGroup to be deleted. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}
force bool
If set to true, any Features under this FeatureGroup will also be deleted. (Otherwise, the request will only work if the FeatureGroup has no Features.)

Methods

DeleteFeatureGroupRequest

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

Request message for FeatureRegistryService.DeleteFeatureGroup.