public sealed class RemoveControlRequest : IMessage<RemoveControlRequest>, IEquatable<RemoveControlRequest>, IDeepCloneable<RemoveControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class RemoveControlRequest.
Required. The id of the control to apply. Assumed to be in the same catalog
as the serving config.
Property Value
Type
Description
System.String
ServingConfig
public string ServingConfig { get; set; }
Required. The source ServingConfig resource name . Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}
Property Value
Type
Description
System.String
ServingConfigAsServingConfigName
public ServingConfigName ServingConfigAsServingConfigName { get; set; }
[[["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 page provides documentation for the `RemoveControlRequest` class within the Google Cloud Retail v2 API, with the latest version being 2.12.0."],["The `RemoveControlRequest` class is used to remove a control from a serving configuration in the Retail API, with implementation details of the class being shown, including inheritance and interface implementations."],["The page includes documentation for several older versions of the API, ranging from version 1.0.0 to 2.11.0, which are accessible through links to different pages for each version."],["The `RemoveControlRequest` class has two constructors, and three properties: `ControlId`, `ServingConfig`, and `ServingConfigAsServingConfigName`, which are detailed in the documentation."],["The documentation provides details on the implementation of the `RemoveControlRequest` class, outlining its constructors and properties, along with necessary information about its inheritance, interfaces and usage."]]],[]]