Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1StorageFormatIcebergOptions

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1StorageFormatIcebergOptions

Returns a new instance of GoogleCloudDataplexV1StorageFormatIcebergOptions.



5265
5266
5267
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5265

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#metadata_locationString

Optional. The location of where the iceberg metadata is present, must be within the table path Corresponds to the JSON property metadataLocation

Returns:

  • (String)


5263
5264
5265
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5263

def 
  @metadata_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5270
5271
5272
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5270

def update!(**args)
  @metadata_location = args[:metadata_location] if args.key?(:metadata_location)
end