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-21 UTC."],[[["The documentation provides a comprehensive list of versions for the `GetInstanceRequest` class, ranging from version 1.0.0 to the latest version 3.6.0."],["`GetInstanceRequest` is a class within the `Google.Cloud.Compute.V1` namespace that serves as a request message for the Instances.Get method in the Compute Engine v1 API."],["The `GetInstanceRequest` class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has three key properties, `Instance`, `Project`, and `Zone`, all of which are of string type, which are utilized to specify the parameters of the instance being requested."],["The documentation provides information on how to construct the `GetInstanceRequest` via two differnet methods."]]],[]]