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."],[[["The `GetInstanceRequest` class is a request message for retrieving instance information within the Google Cloud App Engine, as part of the `Google.Cloud.AppEngine.V1` namespace."],["This class is the child of the base `Object` class, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support serialization, comparison, deep cloning, and buffering."],["It has two constructors, a default one and another that accepts an existing `GetInstanceRequest` object, effectively allowing for object duplication."],["The `Name` property, of type string, is used to identify the specific instance being requested, using a resource name format."],["The latest version of the API covered in the documentation is 2.4.0, while the current page is in context of version 1.1.0."]]],[]]