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 `UpdateServiceRequest` class is used to update a service within the Google Cloud Monitoring V3 API."],["This class is the latest version, 3.15.0, and you can access documentation from version 2.3.0 up to this latest release from the provided links."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring robust functionality and data handling."],["The class contains properties `Service` and `UpdateMask`, where `Service` specifies the service to update and `UpdateMask` determines which fields to update."],["It inherits several members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and it is found within the `Google.Cloud.Monitoring.V3` namespace."]]],[]]