public sealed class DeleteFeaturestoreRequest : IMessage<DeleteFeaturestoreRequest>, IEquatable<DeleteFeaturestoreRequest>, IDeepCloneable<DeleteFeaturestoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeleteFeaturestoreRequest.
Request message for
[FeaturestoreService.DeleteFeaturestore][google.cloud.aiplatform.v1beta1.FeaturestoreService.DeleteFeaturestore].
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.)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eDeleteFeaturestoreRequest\u003c/code\u003e is a class within the Vertex AI v1beta1 API, specifically in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace, designed for requesting the deletion of a Featurestore.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its capabilities for message handling, equality checks, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and provides constructors for creating a new \u003ccode\u003eDeleteFeaturestoreRequest\u003c/code\u003e object, either empty or by copying another \u003ccode\u003eDeleteFeaturestoreRequest\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eFeaturestoreName\u003c/code\u003e, a typed representation of the resource name, \u003ccode\u003eForce\u003c/code\u003e which dictates if contained EntityTypes and Features are also to be deleted, and \u003ccode\u003eName\u003c/code\u003e, the string identifier of the Featurestore to delete.\u003c/p\u003e\n"],["\u003cp\u003eThis request message class is a part of the \u003ccode\u003eFeaturestoreService.DeleteFeaturestore\u003c/code\u003e function for deleting a specific featurestore.\u003c/p\u003e\n"]]],[],null,[]]