public sealed class UpdateServiceMethod : IMessage<UpdateServiceMethod>, IEquatable<UpdateServiceMethod>, IDeepCloneable<UpdateServiceMethod>, 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 documents the `UpdateServiceMethod` class, which is part of the `Google.Cloud.AppEngine.V1` namespace in the .NET library."],["The `UpdateServiceMethod` class, designed for updating App Engine services, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This page shows a historical listing of prior versions, ranging from `1.0.0` to `2.4.0` with `2.4.0` being the latest, providing details and links for each iteration of the class."],["The `UpdateServiceMethod` class can be instantiated using two constructors, a default constructor, and one that takes another `UpdateServiceMethod` as a parameter."],["The `UpdateServiceMethod` class has one accessible property called `Request` of type `UpdateServiceRequest`, used for service update operations."]]],[]]