public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class UpdateServiceRequest.
[[["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 latest version of the Google Cloud Monitoring v3 API class `UpdateServiceRequest` is 3.15.0, with a range of previous versions available, from 3.14.0 down to 2.3.0."],["The `UpdateServiceRequest` class is used to send requests for updating services within the Google Cloud Monitoring v3 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `UpdateServiceRequest` class includes properties such as `Service` and `UpdateMask` to define the service being updated and which fields are being used for the update, respectively."],["Two constructors are available for the `UpdateServiceRequest` class: a default constructor and one that takes another `UpdateServiceRequest` instance."]]],[]]