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-03-31 UTC."],[[["The `GetInstanceRequest` class is part of the Google Cloud Compute Engine v1 API for .NET, used to request details about a specific instance."],["This documentation covers versions of the API ranging from 1.0.0 to the latest 3.6.0, including the current version 3.4.0, with links for each version."],["`GetInstanceRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality comparison, deep cloning, and buffered message operations."],["The class has constructors for default initialization and creating a copy from an existing `GetInstanceRequest` object, along with the properties `Instance`, `Project`, and `Zone`, which are used to define the specific resource being requested."],["The `GetInstanceRequest` message is implemented using inheritance, starting from the base object, and has several other inherited members including `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]