public sealed class DeleteFeatureOnlineStoreRequest : IMessage<DeleteFeatureOnlineStoreRequest>, IEquatable<DeleteFeatureOnlineStoreRequest>, IDeepCloneable<DeleteFeatureOnlineStoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteFeatureOnlineStoreRequest.
Request message for [FeatureOnlineStoreAdminService.DeleteFeatureOnlineStore][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreAdminService.DeleteFeatureOnlineStore].
Implements
IMessageDeleteFeatureOnlineStoreRequest, IEquatableDeleteFeatureOnlineStoreRequest, IDeepCloneableDeleteFeatureOnlineStoreRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeleteFeatureOnlineStoreRequest()
public DeleteFeatureOnlineStoreRequest()
DeleteFeatureOnlineStoreRequest(DeleteFeatureOnlineStoreRequest)
public DeleteFeatureOnlineStoreRequest(DeleteFeatureOnlineStoreRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteFeatureOnlineStoreRequest |
Properties
FeatureOnlineStoreName
public FeatureOnlineStoreName FeatureOnlineStoreName { get; set; }
FeatureOnlineStoreName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
FeatureOnlineStoreName |
Force
public bool Force { get; set; }
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.)
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Required. The name of the FeatureOnlineStore to be deleted.
Format:
projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}
Property Value | |
---|---|
Type | Description |
string |