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"]],[["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 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."]]],[]]