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, specifically found in version 2.1.0 within the `Google.Cloud.AppEngine.V1` namespace."],["This class, `GetServiceRequest`, is a request message used for retrieving service information via `Services.GetService` within the App Engine API."],["`GetServiceRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `Name` property, which is a string representing the name of the requested resource, such as `apps/myapp/services/default`."],["The latest version available of the API is 2.4.0 with 9 previous versions listed going back to 1.0.0."]]],[]]