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, used for requesting a service in Google App Engine."],["The latest version of the `GetServiceRequest` class is 2.4.0, and the page covers versions from 1.0.0 to the latest."],["`GetServiceRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object`."],["The class has two constructors, a default constructor and one that takes another `GetServiceRequest` as a parameter."],["The `GetServiceRequest` class has one property called `Name` of type string, which represents the name of the resource being requested (e.g., \"apps/myapp/services/default\")."]]],[]]