public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, 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-03-21 UTC."],[[["This webpage details the `GetServiceRequest` class within the `Google.Cloud.AppEngine.V1` namespace, a request message for retrieving service information in Google App Engine."],["The `GetServiceRequest` class, which is version 1.2.0, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetServiceRequest` class has a property called `Name` of string type, representing the name of the requested resource (e.g., `apps/myapp/services/default`)."],["The class offers two constructors, one being a default constructor and the other allowing for a `GetServiceRequest` object to be used as a parameter."],["This page provides access to documentation on different versions of the class, ranging from version 1.0.0 to the latest version, 2.4.0, of `GetServiceRequest`."]]],[]]