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}
Property Value
Type
Description
System.String
ServingConfigName
public ServingConfigName ServingConfigName { get; set; }
[[["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."],[[["The latest version of the `GetServingConfigRequest` is 2.12.0, as part of the Retail v2 API, which is accessible through the provided link."],["This document provides reference information for the `GetServingConfigRequest` class, including its constructors, properties, and inherited members, within the Google Cloud Retail v2 API."],["The `GetServingConfigRequest` class is part of the `Google.Cloud.Retail.V2` namespace and is used to request serving configuration details."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The document contains links to different versions of the `GetServingConfigRequest` documentation, starting from version 1.0.0 up to the latest 2.12.0."]]],[]]