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-21 UTC."],[[["The `GenerateAutonomousDatabaseWalletResponse` class is part of the Oracle Database@Google Cloud v1 API and is used to handle the response for `AutonomousDatabase.GenerateWallet`."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides a constructor for creating a new instance and another for cloning an existing `GenerateAutonomousDatabaseWalletResponse` object."],["The `ArchiveContent` property, of type `ByteString`, holds the base64 encoded wallet files and is output-only."],["The latest version of the class is `1.1.0`, while an older version `1.0.0` is also available, and it resides within the `Google.Cloud.OracleDatabase.V1` namespace in the `Google.Cloud.OracleDatabase.V1.dll` assembly."]]],[]]