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 webpage provides documentation for the `DeleteControlRequest` class within the Google Cloud Retail v2 API, detailing its usage and structure."],["The latest version of the API documented here is 2.12.0, with previous versions ranging from 2.11.0 down to 1.0.0, each with its own documentation link."],["The `DeleteControlRequest` class is used to request the deletion of a control within the Google Cloud Retail service and implements various interfaces for message handling and cloning."],["The documentation outlines the class's constructors, including a default constructor and one for creating a copy, alongside properties like `ControlName` and `Name` that are critical for identifying the control to be deleted."],["The class inherits from object and has inherited members like GetHashCode, GetType, and ToString."]]],[]]