public sealed class DeleteServingConfigRequest : IMessage<DeleteServingConfigRequest>, IEquatable<DeleteServingConfigRequest>, IDeepCloneable<DeleteServingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class DeleteServingConfigRequest.
Required. The resource name of the ServingConfig to delete. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_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 reference documentation for the `DeleteServingConfigRequest` class within the Google Cloud Retail v2 API, specifically for .NET developers."],["The latest version documented is 2.12.0, but it also includes links to documentation for versions ranging from 1.0.0 to 2.12.0, allowing developers to find the documentation that best fits their project."],["The `DeleteServingConfigRequest` class is used to construct requests for deleting a ServingConfig within the Retail API."],["The documentation specifies the parameters for the `DeleteServingConfigRequest` constructor, detailing their expected types and purposes, including the `other` parameter, which is also of type `DeleteServingConfigRequest`."],["It outlines the properties of the class, including `Name` which is the resource name of the ServingConfig to delete, and `ServingConfigName`, which is a typed view over the `Name`."]]],[]]