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