public sealed class DeleteEngineRequest : IMessage<DeleteEngineRequest>, IEquatable<DeleteEngineRequest>, IDeepCloneable<DeleteEngineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class DeleteEngineRequest.
Request message for
[EngineService.DeleteEngine][google.cloud.discoveryengine.v1.EngineService.DeleteEngine]
method.
Required. Full resource name of
[Engine][google.cloud.discoveryengine.v1.Engine], such as
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}.
If the caller does not have permission to delete the
[Engine][google.cloud.discoveryengine.v1.Engine], regardless of whether or
not it exists, a PERMISSION_DENIED error is returned.
If the [Engine][google.cloud.discoveryengine.v1.Engine] 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 `DeleteEngineRequest` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.4.0, with links to other versions as well."],["`DeleteEngineRequest` is used to send a request to the `EngineService.DeleteEngine` method for deleting a specific Engine resource."],["The `DeleteEngineRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteEngineRequest` include `EngineName`, a typed view of the resource name, and `Name`, which is a string containing the full resource name of the Engine to be deleted."],["The required `Name` field contains the resource name of the engine to be deleted, and if permissions are lacking or the resource does not exist, either `PERMISSION_DENIED` or `NOT_FOUND` errors are returned."]]],[]]