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 webpage details the `GetInstanceRequest` class, which is used to request a specific instance within the Google Cloud App Engine."],["The latest version available for `GetInstanceRequest` is 2.4.0, while the current version of the documentation is 1.2.0, with versions ranging from 1.0.0 to 2.4.0 also listed."],["`GetInstanceRequest` inherits from the `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInstanceRequest` class has a `Name` property, which is a string representing the name of the requested resource in the format: `apps/myapp/services/default/versions/v1/instances/instance-1`."],["There are two constructors available for creating `GetInstanceRequest` objects: a parameterless constructor and a constructor that takes another `GetInstanceRequest` instance as an argument."]]],[]]