Class: Google::Apis::OracledatabaseV1::GlueIcebergCatalog
- Inherits:
-
Object
- Object
- Google::Apis::OracledatabaseV1::GlueIcebergCatalog
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/oracledatabase_v1/classes.rb,
lib/google/apis/oracledatabase_v1/representations.rb,
lib/google/apis/oracledatabase_v1/representations.rb
Overview
The Glue Iceberg catalog.
Instance Attribute Summary collapse
-
#glue_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GlueIcebergCatalog
constructor
A new instance of GlueIcebergCatalog.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GlueIcebergCatalog
Returns a new instance of GlueIcebergCatalog.
3773 3774 3775 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3773 def initialize(**args) update!(**args) end |
Instance Attribute Details
#glue_id ⇒ String
Required. The catalog ID of Glue.
Corresponds to the JSON property glueId
3771 3772 3773 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3771 def glue_id @glue_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3778 3779 3780 |
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 3778 def update!(**args) @glue_id = args[:glue_id] if args.key?(:glue_id) end |