public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
A request message for Instances.Get. See the method description for details.
[[["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-31 UTC."],[[["The `GetInstanceRequest` class is used to request information about a specific instance in Google Cloud Compute Engine, and it is found within the Google.Cloud.Compute.V1 namespace."],["Version 3.6.0 is the latest version available for the `GetInstanceRequest`, although versions from 1.0.0 up until 3.5.0 are accessible in the documentation provided."],["The `GetInstanceRequest` class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `Instance`, `Project`, and `Zone`, all of which are strings, to specify which instance to retrieve and where it is located."],["The class has 2 constructors available, one default and one that accepts another `GetInstanceRequest` as a parameter."]]],[]]