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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]