Class: Google::Cloud::OracleDatabase::V1::GenerateAutonomousDatabaseWalletResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#archive_content::String (readonly)

Returns Output only. The base64 encoded wallet files.

Returns:

  • (::String)

    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