Class: Google::Cloud::OracleDatabase::V1::GlueIcebergCatalog
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GlueIcebergCatalog
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb
Overview
The Glue Iceberg catalog.
Instance Attribute Summary collapse
-
#glue_id ⇒ ::String
Required.
Instance Attribute Details
#glue_id ⇒ ::String
Returns Required. The catalog ID of Glue.
1872 1873 1874 1875 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 1872 class GlueIcebergCatalog include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |