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` in the Compute Engine v1 API is 3.6.0, with version 3.0.0 being the current version of the documentation."],["The `GetInstanceRequest` class is used to request details about a specific instance from the Compute Engine v1 API and is found within the namespace `Google.Cloud.Compute.V1`."],["The `GetInstanceRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` making it a robust type."],["It also inherits from `object`, and has the constructors `GetInstanceRequest()` and `GetInstanceRequest(GetInstanceRequest other)` available to create a new instance."],["The class has the properties of `Instance`, `Project`, and `Zone`, all of type string, and each being required to make a request for a specific compute engine instance."]]],[]]