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 webpage provides reference documentation for the `DeleteServingConfigRequest` class within the Google Cloud Retail v2 API."],["The `DeleteServingConfigRequest` class is used to construct requests for deleting a ServingConfig, as detailed within the Retail v2 API."],["The page lists different versions of the API, from 1.0.0 all the way up to the latest 2.12.0, and you can access documentation about them via provided links."],["The `DeleteServingConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the `object` class."],["The `Name` and `ServingConfigName` properties in the `DeleteServingConfigRequest` class allow you to set the name of the serving config to be deleted, as well as an object view of the name."]]],[]]