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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `GetInstanceRequest` class is used to create request messages for retrieving instance information within the Google Cloud App Engine."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message management."],["The `GetInstanceRequest` class is part of the `Google.Cloud.AppEngine.V1` namespace, found in the `Google.Cloud.AppEngine.V1.dll` assembly, version 2.0.0."],["It inherits from the `Object` class and offers two constructors: a default constructor and one that accepts another `GetInstanceRequest` object as a parameter."],["The class has a `Name` property, a string, used to specify the resource name of the requested instance, like `apps/myapp/services/default/versions/v1/instances/instance-1`."]]],[]]