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-03-21 UTC."],[[["This document provides reference information for the `DeleteServingConfigRequest` class within the Google Cloud Retail v2 API."],["The `DeleteServingConfigRequest` class is used to request the deletion of a serving configuration in the Retail API, and the latest version is 2.12.0, while the current version is 2.6.0."],["The document outlines the class's inheritance hierarchy, listing its inherited members, namespace, and assembly information, along with the list of all previous versions."],["The document details the constructors and properties of the `DeleteServingConfigRequest` class, including `Name` (a required string) and `ServingConfigName` (a typed view of the name property), and how they relate to the deletion of a serving config."]]],[]]