public sealed class GetServingConfigRequest : IMessage<GetServingConfigRequest>, IEquatable<GetServingConfigRequest>, IDeepCloneable<GetServingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class GetServingConfigRequest.
Required. The resource name of the ServingConfig to get. 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 `GetServingConfigRequest` class within the Google Cloud Retail v2 API."],["The `GetServingConfigRequest` class is used to request a specific serving configuration, accessible through the method GetServingConfig."],["The latest version of the Google.Cloud.Retail.V2 API documented here is 2.12.0, however this document specifically details version 2.7.0, which was one of several previous releases."],["The `GetServingConfigRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetServingConfigRequest` class has properties for Name, a string, and ServingConfigName, a `ServingConfigName` type."]]],[]]