public sealed class UpdateServiceMethod : IMessage<UpdateServiceMethod>, IEquatable<UpdateServiceMethod>, IDeepCloneable<UpdateServiceMethod>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class UpdateServiceMethod.
[[["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 `UpdateServiceMethod` class in the App Engine v1 API is 2.4.0, with previous versions ranging from 2.3.0 down to 1.0.0 also available."],["`UpdateServiceMethod` is a class for updating App Engine services and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateServiceMethod` class inherits from the base `object` class and includes methods such as `GetHashCode`, `GetType`, and `ToString`."],["The class includes a `Request` property of type `UpdateServiceRequest`, which is used to manage and update service requests."],["There are two constructors for `UpdateServiceMethod`: a default one and one that takes another `UpdateServiceMethod` object as a parameter for cloning."]]],[]]