public sealed class GetServingConfigRequest : IMessage<GetServingConfigRequest>, IEquatable<GetServingConfigRequest>, IDeepCloneable<GetServingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class GetServingConfigRequest.
Required. The resource name of the ServingConfig to get. Format:
projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}/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 documentation for the `GetServingConfigRequest` class within the Google Cloud Discovery Engine v1beta API, specifically for version 1.0.0-beta17."],["`GetServingConfigRequest` is a request class used for the `GetServingConfig` method and inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains two constructors: a default one and another that takes a `GetServingConfigRequest` object as a parameter for creating a copy."],["It includes two properties, `Name` (a string) and `ServingConfigName` (a typed view), both related to the resource name of the `ServingConfig` to be retrieved."],["The `GetServingConfigRequest` is found in the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is part of the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]