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 documentation provides details for the `DeleteControlRequest` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.3.0, which is not the latest, with version 1.6.0 being the newest."],["The `DeleteControlRequest` class is used to formulate a request to delete a control within the Discovery Engine, and is implemented with the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and has properties like `ControlName` and `Name`, with the `Name` property requiring the full resource name of the control to be deleted."],["The documentation shows that `DeleteControlRequest` inherits from `object` and displays the methods that it inherits from that object, namely `GetHashCode()`, `GetType()`, and `ToString()`."],["The different available versions for this method are displayed with the latest version being 1.6.0 and going down to version 1.0.0-beta06."]]],[]]