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-31 UTC."],[[["The documentation covers various versions of the `GetInstanceRequest` class, ranging from version 1.0.0 to the latest version 3.6.0, within the Google.Cloud.Compute.V1 API."],["`GetInstanceRequest` is a class used to make requests for retrieving instance details in the Compute Engine v1 API, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInstanceRequest` class has constructors for creating instances and properties to define the instance, project, and zone, where `Instance` , `Project`, and `Zone` are all `string` types."],["There are multiple inherited members, `object.GetHashCode()`, `object.GetType()`, and `object.ToString()`, which are accessible via the `object` class."]]],[]]