public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class GetInstanceRequest.
[[["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-04-17 UTC."],[[["This webpage provides reference documentation for the `GetInstanceRequest` class within the Google Cloud AlloyDB v1 API, specifically for version 1.8.0, with links to other versions as well."],["`GetInstanceRequest` is a class used to request information about a specific AlloyDB instance, as seen by its description, and is part of the `Google.Cloud.AlloyDb.V1` namespace."],["The class `GetInstanceRequest` inherits from `object` and implements `IMessage`, `IEquatable\u003cGetInstanceRequest\u003e`, `IDeepCloneable\u003cGetInstanceRequest\u003e`, and `IBufferMessage`, and has properties such as `InstanceName`, `Name`, and `View`."],["There are two constructors, one default and another that accepts a `GetInstanceRequest` parameter, allowing the creation of an instance of the class."]]],[]]