public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class GetServiceRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides documentation for the `GetServiceRequest` class within the Google Cloud App Engine v1 API, specifically for version 2.2.0."],["`GetServiceRequest` is a class used for requesting service information via the `Services.GetService` method, which also implements various interfaces such as `IMessage` and `IEquatable`."],["The documentation lists all available versions of the `GetServiceRequest` class, ranging from the latest 2.4.0 down to 1.0.0, with links to each respective documentation page."],["The `GetServiceRequest` class has a `Name` property that is a string representing the resource name, like `apps/myapp/services/default`."],["There are two constructors for the GetServiceRequest class, a default one with no parameters, and one that accepts another GetServiceRequest as an argument."]]],[]]