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 `UpdateServiceRequest` class is part of the Google Cloud Monitoring v3 API and is used to request updates to a service."],["This documentation provides reference for the `UpdateServiceRequest` class, detailing its implementation of interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as its inheritance from `object`."],["The document covers multiple versions of the API, with version 3.15.0 being the latest and 3.6.0 being the main focus within the code samples."],["The `UpdateServiceRequest` class includes properties for `Service` and `UpdateMask`, allowing specification of which service to update and the fields to modify."],["Constructors are provided for creating instances of `UpdateServiceRequest`, either default or by copying from another `UpdateServiceRequest` object."]]],[]]