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."],[[["The `UpdateServingConfigRequest` class is part of the Google Cloud Retail v2 API and is used to request updates to a serving configuration."],["Version 2.12.0 is the latest version of the `UpdateServingConfigRequest` API, with a comprehensive history of previous versions from 2.11.0 all the way back to 1.0.0 being listed as well."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ServingConfig` property is required when updating, and it specifies which serving configuration will be updated."],["The `UpdateMask` property determines which specific fields within the `ServingConfig` are to be modified, with all supported fields being updated by default if it is not set."]]],[]]