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 page provides documentation for the `DeleteDataStoreRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.4.0, which is used to request the deletion of a data store."],["The `DeleteDataStoreRequest` class is a request message for the `DataStoreService.DeleteDataStore` method, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `DeleteDataStoreRequest` object as a parameter for copying, and also includes properties `DataStoreName` and `Name`."],["The `Name` property of the `DeleteDataStoreRequest` is required and should contain the full resource name of the DataStore to be deleted, following the format `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`."],["There are several versions of this documentation available, spanning from version 1.0.0-beta06 up to the latest release of version 1.6.0."]]],[]]