public sealed class DeleteControlRequest : IMessage<DeleteControlRequest>, IEquatable<DeleteControlRequest>, IDeepCloneable<DeleteControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class DeleteControlRequest.
Required. The resource name of the Control to delete. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_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-04-17 UTC."],[[["This document provides reference documentation for the `DeleteControlRequest` class within the Google Cloud Retail v2 API."],["The latest version of the API documented is 2.12.0, and there is version information available for each release, ranging from 1.0.0 up to 2.12.0, with 2.4.0 also detailed in depth here."],["The `DeleteControlRequest` class is used to delete a control resource and includes properties such as `ControlName` and `Name` for specifying the resource to be deleted."],["The document outlines the inheritance hierarchy and interfaces implemented by the `DeleteControlRequest` class, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Constructors for the `DeleteControlRequest` class are provided, including a default constructor and one that accepts another `DeleteControlRequest` instance."]]],[]]