public sealed class DeleteServingConfigRequest : IMessage<DeleteServingConfigRequest>, IEquatable<DeleteServingConfigRequest>, IDeepCloneable<DeleteServingConfigRequest>, IBufferMessage, IMessage
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 details the `DeleteServingConfigRequest` class, which is used to request the deletion of a ServingConfig in the Google Cloud Retail API."],["The latest version of the API is 2.12.0, and there are multiple previous versions available, from 2.11.0 down to 1.0.0, all linked to their specific documentation pages."],["The `DeleteServingConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET environment."],["The `DeleteServingConfigRequest` class has two constructors: a default constructor and another that accepts an existing `DeleteServingConfigRequest` object for copying, and contains properties to retrieve or set the name of a `ServingConfig`."],["The `Name` property of the `DeleteServingConfigRequest` class is a string that is the required resource name of the serving config to be deleted, while the `ServingConfigName` property is a typed view of the `Name` property."]]],[]]