public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstanceRequest.
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-04-09 UTC."],[[["The provided content details the `GetInstanceRequest` class within the Google Cloud Compute Engine v1 API, showing a range of versions from 1.0.0 to the latest 3.6.0."],["`GetInstanceRequest` is a request message used for retrieving details of a specific instance, as part of the Compute Engine v1 API, and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Instance`, `Project`, and `Zone`, which are used to specify the instance and its location within a Google Cloud project."],["The `GetInstanceRequest` class offers two constructors, a parameterless one, and one that takes another `GetInstanceRequest` object, allowing the creation of a new object with the same values."],["The documentation showcases the class's inheritance from `object`, along with inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, from the parent `object` class."]]],[]]