public sealed class UpdateServingConfigRequest : IMessage<UpdateServingConfigRequest>, IEquatable<UpdateServingConfigRequest>, IDeepCloneable<UpdateServingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class UpdateServingConfigRequest.
[[["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 `UpdateServingConfigRequest` class within the Google Cloud Retail v2 API, specifically for .NET developers."],["The `UpdateServingConfigRequest` class is used to send requests to update a `ServingConfig`, with the latest version being 2.12.0 and goes as far back as 1.0.0."],["The documentation outlines the class's inheritance, as well as its implemented interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It details the constructors available for creating `UpdateServingConfigRequest` instances, including a default constructor and a copy constructor."],["Key properties for `UpdateServingConfigRequest` are `ServingConfig` and `UpdateMask`, which define the configuration to be updated and the specific fields to modify, respectively."]]],[]]