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, specifically within the `Google.Cloud.Retail.V2` namespace."],["This class is used to handle requests for updating a `ServingConfig`, as indicated by the \"Request for UpdateServingConfig method\" description."],["It supports various versions of the API, ranging from version 1.0.0 to the latest version 2.12.0."],["The `UpdateServingConfigRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class contains a required `ServingConfig` property, which is what is to be updated and an optional `UpdateMask` property, which indicates which fields should be updated, excluding the `ServingConfig.name`."]]],[]]