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 page documents the `GetServiceRequest` class, which is used as a request message for the `Services.GetService` operation within the Google.Cloud.AppEngine.V1 namespace."],["The `GetServiceRequest` class is part of the Google.Cloud.AppEngine.V1.dll assembly and is implemented as a sealed class."],["The latest version documented is 2.4.0, and previous versions dating back to 1.0.0 are also accessible."],["The `GetServiceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `Name` property for specifying the resource name, as well as constructors for creating a new `GetServiceRequest` or cloning an existing one."]]],[]]