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-04-17 UTC."],[[["This webpage details the `UpdateServiceRequest` class, which is used to request updates to a service."],["The latest version available is 3.15.0, but the page specifically details version 2.5.0, and lists all versions in between."],["`UpdateServiceRequest` inherits from Object and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and another that takes another `UpdateServiceRequest` object as a parameter."],["The `UpdateServiceRequest` has two key properties: `Service`, which specifies the service to update, and `UpdateMask`, which defines which fields to update."]]],[]]