public sealed class GetServingConfigRequest : IMessage<GetServingConfigRequest>, IEquatable<GetServingConfigRequest>, IDeepCloneable<GetServingConfigRequest>, IBufferMessage, IMessage
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 webpage details the `GetServingConfigRequest` class, which is used to request the retrieval of a `ServingConfig` in the Google Cloud Retail V2 service."],["The page provides access to various versions of the `GetServingConfigRequest`, ranging from version 1.0.0 up to the latest version, 2.12.0, for the Google.Cloud.Retail.V2 library."],["The `GetServingConfigRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing functionalities for message handling, equality checks, deep cloning, and buffer message handling."],["The `GetServingConfigRequest` class has two constructors, one being a parameterless constructor, and the other taking another `GetServingConfigRequest` object as a parameter."],["The class contains properties for the resource name of the `ServingConfig` to get, in both string (`Name`) and `ServingConfigName`-typed format (`ServingConfigName`)."]]],[]]