Class: Google::Cloud::OracleDatabase::V1::GenerateAutonomousDatabaseWalletResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GenerateAutonomousDatabaseWalletResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb
Overview
The response for AutonomousDatabase.GenerateWallet.
Instance Attribute Summary collapse
-
#archive_content ⇒ ::String
readonly
Output only.
Instance Attribute Details
#archive_content ⇒ ::String (readonly)
Returns Output only. The base64 encoded wallet files.
537 538 539 540 |
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 537 class GenerateAutonomousDatabaseWalletResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |