public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, 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 details the `GetInstanceRequest` class within the `Google.Cloud.AppEngine.V1` namespace, used for requesting a specific instance in the Google Cloud App Engine."],["The `GetInstanceRequest` class is part of the `Google.Cloud.AppEngine.V1.dll` assembly and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 2.4.0, and the page lists versions ranging from 1.0.0 to 2.4.0, for the `GetInstanceRequest` resource."],["The class has two constructors: a default constructor `GetInstanceRequest()` and a copy constructor `GetInstanceRequest(GetInstanceRequest other)`."],["The `GetInstanceRequest` class includes a `Name` property, a string that specifies the name of the requested resource, following a defined pattern like `apps/myapp/services/default/versions/v1/instances/instance-1`."]]],[]]