public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
[[["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 webpage details the `GetServiceRequest` class within the `Google.Cloud.AppEngine.V1` namespace, part of the `Google.Cloud.AppEngine.V1.dll` assembly."],["`GetServiceRequest` is a request message used for retrieving service details via `Services.GetService`, and it inherits from the base `Object` class."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["It offers two constructors: a default constructor and one that accepts another `GetServiceRequest` object as a parameter to create a new object."],["The `Name` property of type `string` in `GetServiceRequest` specifies the resource name to be retrieved, such as `apps/myapp/services/default`."]]],[]]