Class DeleteFeatureOnlineStoreRequest (1.48.0)

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

Request message for FeatureOnlineStoreAdminService.DeleteFeatureOnlineStore.

Attributes

NameDescription
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.)

Methods

DeleteFeatureOnlineStoreRequest

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

Request message for FeatureOnlineStoreAdminService.DeleteFeatureOnlineStore.