public sealed class DeleteDataStoreRequest : IMessage<DeleteDataStoreRequest>, IEquatable<DeleteDataStoreRequest>, IDeepCloneable<DeleteDataStoreRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class DeleteDataStoreRequest.
Request message for
[DataStoreService.DeleteDataStore][google.cloud.discoveryengine.v1.DataStoreService.DeleteDataStore]
method.
Required. Full resource name of
[DataStore][google.cloud.discoveryengine.v1.DataStore], such as
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}.
If the caller does not have permission to delete the
[DataStore][google.cloud.discoveryengine.v1.DataStore], regardless of
whether or not it exists, a PERMISSION_DENIED error is returned.
If the [DataStore][google.cloud.discoveryengine.v1.DataStore] to delete
does not exist, a NOT_FOUND error is returned.
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `DeleteDataStoreRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.3.0."],["The `DeleteDataStoreRequest` class is used to construct a request to delete a data store using the `DataStoreService.DeleteDataStore` method, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes methods like `GetHashCode`, `GetType`, and `ToString` from its parent, but not listed in the inherited members section are the two constructors `DeleteDataStoreRequest()` and `DeleteDataStoreRequest(DeleteDataStoreRequest other)`."],["Key properties of this class are `DataStoreName`, which provides a typed view over the `Name` resource, and the `Name` property, a string representing the full resource name of the `DataStore` that is to be deleted."],["The documentation also lists older versions of the class, with 1.6.0 as the latest, 1.0.0-beta06 as the oldest, and the page focus being 1.3.0."]]],[]]