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."],[[["The `GetServiceRequest` class is part of the Google Cloud App Engine v1 API and is used to request a specific service."],["The latest version of the `GetServiceRequest` class is 2.4.0, with older versions available ranging from 2.3.0 down to 1.0.0."],["The `GetServiceRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains a `Name` property of type string that represents the resource name being requested, such as `apps/myapp/services/default`."],["There are two constructors available: a default constructor `GetServiceRequest()` and an overloaded constructor `GetServiceRequest(GetServiceRequest other)` that accepts another `GetServiceRequest` as a parameter."]]],[]]