public sealed class GetAutonomousDatabaseRequest : IMessage<GetAutonomousDatabaseRequest>, IEquatable<GetAutonomousDatabaseRequest>, IDeepCloneable<GetAutonomousDatabaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GetAutonomousDatabaseRequest.
Required. The name of the Autonomous Database in the following format:
projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.
[[["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 documentation details the `GetAutonomousDatabaseRequest` class within the Google Cloud Oracle Database v1 API, specifically for version 1.0.0."],["The `GetAutonomousDatabaseRequest` class is a request type used for retrieving information about an Autonomous Database, through the `AutonomousDatabase.Get` method."],["It inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `AutonomousDatabaseName` and `Name`, where `Name` is a required string property specifying the Autonomous Database's resource name in a specific format."],["There are two constructors for creating a `GetAutonomousDatabaseRequest` object: a default constructor and one that takes another `GetAutonomousDatabaseRequest` object as a parameter."]]],[]]