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-04-17 UTC."],[[["The latest version available for `UpdateServiceRequest` is 3.15.0, but multiple previous versions are also accessible, including all the way down to 2.3.0."],["The `UpdateServiceRequest` class is used to request updates to a `Service`, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class is a part of the `Google.Cloud.Monitoring.V3` namespace within the `Google.Cloud.Monitoring.V3.dll` assembly."],["`UpdateServiceRequest` objects can be constructed using a default constructor or by copying another `UpdateServiceRequest` instance."],["`UpdateServiceRequest` has two key properties: a `Service` property that represents the service to be updated, and an `UpdateMask` property to define which fields are to be used for updating."]]],[]]