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 latest version of the `GetInstanceRequest` API class is 3.6.0, with numerous prior versions available, ranging down to 1.0.0."],["`GetInstanceRequest` is part of the Google.Cloud.Compute.V1 namespace within the Google.Cloud.Compute.V1.dll assembly, and is utilized for retrieving instance details in the Compute Engine v1 API."],["This class inherits from the .NET `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInstanceRequest` class includes properties for `Instance`, `Project`, and `Zone`, which are used to specify the target instance and its location."],["There are two constructors available for the GetInstanceRequest class, one default and one which will take in another `GetInstanceRequest` object."]]],[]]