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_number}/locations/{location_id}/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.2.0."],["`DeleteControlRequest` is a class that serves as a request type for the `DeleteControl` method, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new `DeleteControlRequest` object, either default or based on another `DeleteControlRequest` instance."],["It contains two key properties: `ControlName`, which provides a typed view over the resource name, and `Name`, a string property that represents the resource name of the control to be deleted."],["The latest version of the api is version 1.6.0, and there are multiple versions of the api before the 1.2.0 documentation, going as far back as version 1.0.0-beta06."]]],[]]