public sealed class UpdateServingConfigRequest : IMessage<UpdateServingConfigRequest>, IEquatable<UpdateServingConfigRequest>, IDeepCloneable<UpdateServingConfigRequest>, IBufferMessage, IMessage
[[["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 `UpdateServingConfigRequest` class, which is used to request updates to a serving configuration within the Google Cloud Retail V2 API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The page lists available versions of the Google.Cloud.Retail.V2 library, with version 2.12.0 being the latest, and it contains versions going back to version 1.0.0."],["The `UpdateServingConfigRequest` class has properties for `ServingConfig` and `UpdateMask`, which are used to specify the serving configuration and which fields should be updated."],["There are two constructors provided for `UpdateServingConfigRequest`, one taking no parameters and the other taking an `UpdateServingConfigRequest` as a parameter."]]],[]]