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 page provides reference documentation for the `GetInstanceRequest` class within the Google Cloud AlloyDB v1 API, specifically for version 1.5.0 of the .NET library."],["The `GetInstanceRequest` class is used to retrieve information about a specific AlloyDB instance and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are ten versions available for this document, with `1.9.0` being the latest version, all other versions being older."],["The class includes constructors for default initialization and copying from another `GetInstanceRequest` object, allowing for the creation of new request instances."],["Key properties of `GetInstanceRequest` include `InstanceName` (a strongly-typed representation of the instance name), `Name` (a string for the resource name), and `View` (to specify the desired view of the instance)."]]],[]]