Class DeleteFeaturestoreRequest (2.2.0)

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

Request message for [FeaturestoreService.DeleteFeaturestore][google.cloud.aiplatform.v1.FeaturestoreService.DeleteFeaturestore].

Inheritance

Object > DeleteFeaturestoreRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteFeaturestoreRequest()

public DeleteFeaturestoreRequest()

DeleteFeaturestoreRequest(DeleteFeaturestoreRequest)

public DeleteFeaturestoreRequest(DeleteFeaturestoreRequest other)
Parameter
NameDescription
otherDeleteFeaturestoreRequest

Properties

FeaturestoreName

public FeaturestoreName FeaturestoreName { get; set; }

FeaturestoreName-typed view over the Name resource name property.

Property Value
TypeDescription
FeaturestoreName

Force

public bool Force { get; set; }

If set to true, any EntityTypes and Features for this Featurestore will also be deleted. (Otherwise, the request will only work if the Featurestore has no EntityTypes.)

Property Value
TypeDescription
Boolean

Name

public string Name { get; set; }

Required. The name of the Featurestore to be deleted. Format: projects/{project}/locations/{location}/featurestores/{featurestore}

Property Value
TypeDescription
String