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 `GetInstanceRequest` class is part of the Compute Engine v1 API, used to request details about a specific instance."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the Google Cloud .NET environment."],["The `GetInstanceRequest` class has a number of version releases, with 3.6.0 being the latest release and down to version 1.0.0 being the oldest listed."],["The `GetInstanceRequest` class includes constructors for creating new instances and allows users to specify `Instance`, `Project`, and `Zone` properties to configure the request."],["This documentation page details the class definition, inheritance, implemented interfaces, constructors, properties, namespace, and the assembly in which it is contained."]]],[]]