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"]],[["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 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."]]],[]]