Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1StorageFormatIcebergOptions
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1StorageFormatIcebergOptions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Overview
Describes Iceberg data format.
Instance Attribute Summary collapse
-
#metadata_location ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1StorageFormatIcebergOptions
constructor
A new instance of GoogleCloudDataplexV1StorageFormatIcebergOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1StorageFormatIcebergOptions
Returns a new instance of GoogleCloudDataplexV1StorageFormatIcebergOptions.
6807 6808 6809 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6807 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metadata_location ⇒ String
Optional. The location of where the iceberg metadata is present, must be
within the table path
Corresponds to the JSON property metadataLocation
6805 6806 6807 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6805 def @metadata_location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6812 6813 6814 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6812 def update!(**args) @metadata_location = args[:metadata_location] if args.key?(:metadata_location) end |