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-21 UTC."],[[["The `GetInstanceRequest` class is a request message for retrieving instance details in Google Cloud Compute Engine, and is part of the `Google.Cloud.Compute.V1` namespace."],["The latest version available for this class is 3.6.0, but there are a variety of older versions available dating back to 1.0.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as message handling, equality checks, deep cloning, and buffered message operations."],["The `GetInstanceRequest` class has properties like `Instance`, `Project`, and `Zone`, all of type `String`, that are used to specify the instance, project, and zone for which to retrieve details."],["The class has two constructors: a default one `GetInstanceRequest()` and a copy constructor `GetInstanceRequest(GetInstanceRequest other)` that creates a new instance based on another `GetInstanceRequest`."]]],[]]