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 request the deletion of a ServingConfig and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `DeleteServingConfigRequest()` and `DeleteServingConfigRequest(DeleteServingConfigRequest other)`, to create an empty or copy of an instance."],["The class includes two key properties: `Name`, which is a required string representing the resource name of the ServingConfig, and `ServingConfigName`, which provides a typed view over the resource name."],["The page has documentation for the `DeleteServingConfigRequest` class for versions of the Google Cloud Retail V2 API, ranging from version 1.0.0 up to the latest version 2.12.0."]]],[]]