public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, 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."],[[["The webpage details the `UpdateServiceRequest` class within the `Google.Cloud.Monitoring.V3` namespace, providing documentation for its structure and usage."],["This class represents a request to update a `Service`, as indicated by the `UpdateServiceRequest` name and the included `Service` property."],["It implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, providing functionalities for message handling, equality comparison, and deep cloning."],["The class includes properties such as `Service` (the service to update) and `UpdateMask` (fields to update), and it offers two constructors."],["Multiple versions of the `UpdateServiceRequest` are listed, ranging from version 2.3.0 to the latest, 3.15.0, reflecting the evolution of the class."]]],[]]