public sealed class DeleteControlRequest : IMessage<DeleteControlRequest>, IEquatable<DeleteControlRequest>, IDeepCloneable<DeleteControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta 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."],[[["The latest version of the `DeleteControlRequest` class is `1.0.0-beta18`, which is part of the Discovery Engine v1beta API."],["`DeleteControlRequest` is a class used to send requests for the `DeleteControl` method in the Google Cloud Discovery Engine API."],["The `DeleteControlRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities."],["It includes properties such as `ControlName` (a `ControlName`-typed view) and `Name` (a string), which represents the resource name of the Control to be deleted."],["`DeleteControlRequest` includes two constructors, one default and another that takes in another instance of `DeleteControlRequest`."]]],[]]