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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `GetAutonomousDatabaseRequest` class is used to request information about an Autonomous Database within the Oracle Database@Google Cloud v1 API, specifically for the `AutonomousDatabase.Get` operation."],["This class, available in the `Google.Cloud.OracleDatabase.V1` namespace, inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, making it compatible with Google.Protobuf's messaging framework."],["The `GetAutonomousDatabaseRequest` class includes properties such as `AutonomousDatabaseName` (a typed view) and `Name` (a string) to specify the target Autonomous Database using its resource name."],["The API offers two versions, `1.1.0` being the latest version, as well as version `1.0.0`, both of which implement the `GetAutonomousDatabaseRequest` class."]]],[]]