public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class GetInstanceRequest.
[[["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."],[[["The latest version available for the `GetInstanceRequest` API is 2.4.0, with a history of versions down to 1.0.0."],["`GetInstanceRequest` is a class used within the App Engine v1 API, specifically for requesting an instance via `Instances.GetInstance`."],["The class `GetInstanceRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `GetInstanceRequest` class has two constructors: a default constructor and one that takes another `GetInstanceRequest` object as a parameter."],["The `GetInstanceRequest` class features a `Name` property, which is a string representing the name of the requested resource, such as `apps/myapp/services/default/versions/v1/instances/instance-1`."]]],[]]