public sealed class DeleteControlRequest : IMessage<DeleteControlRequest>, IEquatable<DeleteControlRequest>, IDeepCloneable<DeleteControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class DeleteControlRequest.
Required. The resource name of the Control to delete. Format:
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}/controls/{control_id}
[[["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 `DeleteControlRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.5.0."],["The `DeleteControlRequest` class is a request message used for the `DeleteControl` method and is part of the `Google.Cloud.DiscoveryEngine.V1` namespace."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It contains properties such as `ControlName` and `Name`, where the `Name` property is a required string that specifies the resource name of the Control to delete, following a defined format."],["There are also links to many different versions, such as the latest version being 1.6.0 and also 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0-beta06."]]],[]]