Class: Google::Cloud::OracleDatabase::V1::NessieIcebergCatalog

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb

Overview

The Nessie Iceberg catalog.

Instance Attribute Summary collapse

Instance Attribute Details

#branch::String

Returns Required. The Nessie branch.

Returns:

  • (::String)

    Required. The Nessie branch.



1884
1885
1886
1887
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1884

class NessieIcebergCatalog
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns Required. The Nessie uri.

Returns:

  • (::String)

    Required. The Nessie uri.



1884
1885
1886
1887
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1884

class NessieIcebergCatalog
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end