Cloud AI Platform v1 API - Class DeleteFeatureOnlineStoreRequest (2.27.0)

public sealed class DeleteFeatureOnlineStoreRequest : IMessage<DeleteFeatureOnlineStoreRequest>, IEquatable<DeleteFeatureOnlineStoreRequest>, IDeepCloneable<DeleteFeatureOnlineStoreRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class DeleteFeatureOnlineStoreRequest.

Request message for [FeatureOnlineStoreAdminService.DeleteFeatureOnlineStore][google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.DeleteFeatureOnlineStore].

Inheritance

object > DeleteFeatureOnlineStoreRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteFeatureOnlineStoreRequest()

public DeleteFeatureOnlineStoreRequest()

DeleteFeatureOnlineStoreRequest(DeleteFeatureOnlineStoreRequest)

public DeleteFeatureOnlineStoreRequest(DeleteFeatureOnlineStoreRequest other)
Parameter
NameDescription
otherDeleteFeatureOnlineStoreRequest

Properties

FeatureOnlineStoreName

public FeatureOnlineStoreName FeatureOnlineStoreName { get; set; }

FeatureOnlineStoreName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string