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"]],[["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-03-25 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`."]]],[]]