Class DeleteFeatureOnlineStoreRequest (1.35.0)

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

Request message for FeatureOnlineStoreAdminService.DeleteFeatureOnlineStore.

Attributes

Name Description
name str
Required. The name of the FeatureOnlineStore to be deleted. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}
force bool
If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted. (Otherwise, the request will only work if the FeatureOnlineStore has no FeatureViews.)