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 latest version available for the `GetInstanceRequest` is 3.6.0, with various versions from 1.0.0 to 3.5.0 also accessible."],["`GetInstanceRequest` is a class used in the Compute Engine v1 API for requesting instance details, as it is a request message for `Instances.Get`."],["The `GetInstanceRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has constructors for both default initialization and creating a copy from another `GetInstanceRequest` object, and has properties for setting the `Instance`, `Project`, and `Zone` within the API request."],["This class is under the namespace `Google.Cloud.Compute.V1` and comes from the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]