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."],[[["This webpage details the `GetInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting information about a specific instance in Google Cloud Compute."],["The latest version of `GetInstanceRequest` is 3.6.0, with a list of all versions going back to 1.0.0 available to view."],["`GetInstanceRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object cloning within the .NET environment."],["The class has three main properties, `Instance`, `Project`, and `Zone`, all of which are strings used to identify the target instance."],["This class contains two constructors, the default constructor, and a second one that takes another `GetInstanceRequest` object as a parameter."]]],[]]