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-04-17 UTC."],[[["This webpage provides documentation for the `UpdateServiceRequest` class within the Google Cloud Monitoring v3 API, specifically for version 3.11.0, but also links to other available versions."],["`UpdateServiceRequest` is a class used to request updates to a service, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateServiceRequest` class includes properties such as `Service` (the service to update) and `UpdateMask` (defining which fields to update)."],["The available versions of this class are listed, from the latest version, 3.15.0, back down to version 2.3.0."],["The page contains the code for two constructors for this class, one default and one to pass in another `UpdateServiceRequest` object."]]],[]]