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."],[[["This webpage details the `UpdateServiceRequest` class within the `Google.Cloud.Monitoring.V3` namespace, part of the Google Cloud Monitoring .NET library."],["The latest version available for `Google.Cloud.Monitoring.V3` is 3.15.0, with other versions available ranging back to version 2.3.0."],["The `UpdateServiceRequest` class is used to request updates to a service and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, one default constructor and one that takes another `UpdateServiceRequest` object, and has properties such as `Service` and `UpdateMask` for service updates."],["This class inherits members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]