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