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 .NET class used for requesting details about a specific instance in Google Cloud's Compute Engine v1 API, and is contained within the `Google.Cloud.Compute.V1` namespace."],["The `GetInstanceRequest` class inherits from the `object` class and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["This class includes properties such as `Instance`, `Project`, and `Zone`, all of which take a string type to specify the instance and its location within the Google Cloud environment."],["The `GetInstanceRequest` class has two constructors, a default constructor, and a copy constructor that takes another `GetInstanceRequest` as a parameter."]]],[]]