public sealed class GenerateAutonomousDatabaseWalletResponse : IMessage<GenerateAutonomousDatabaseWalletResponse>, IEquatable<GenerateAutonomousDatabaseWalletResponse>, IDeepCloneable<GenerateAutonomousDatabaseWalletResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GenerateAutonomousDatabaseWalletResponse.
The response for AutonomousDatabase.GenerateWallet.
[[["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."],[[["This documentation provides details for the `GenerateAutonomousDatabaseWalletResponse` class within the Oracle Database@Google Cloud v1 API, specifically for versions 1.0.0 and 1.1.0 (latest)."],["The `GenerateAutonomousDatabaseWalletResponse` class is the response type for the `AutonomousDatabase.GenerateWallet` method, designed to handle the generation of a wallet."],["It inherits from the base `object` class and implements the interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances, either default or by copying another `GenerateAutonomousDatabaseWalletResponse` instance."],["It has one notable property named `ArchiveContent`, which is output only and provides the wallet files in a base64 encoded format as a `ByteString`."]]],[]]