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."],[[["This webpage provides documentation for the `GetInstanceRequest` class within the Google Cloud App Engine v1 API, specifically for version 2.3.0."],["`GetInstanceRequest` is a request message used to retrieve instance information via `Instances.GetInstance`, and it inherits from the base object class while implementing several interfaces."],["The documentation outlines the class's properties, such as `Name`, which is a string representing the requested resource's name (e.g., `apps/myapp/services/default/versions/v1/instances/instance-1`)."],["The page includes links to documentation for various previous versions of the `GetInstanceRequest` class, ranging from 1.0.0 up to 2.4.0, the latest version."],["The `GetInstanceRequest` class has two constructors, one default constructor and one that takes another `GetInstanceRequest` object as an argument for initialization."]]],[]]