Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1BigQueryRoutineSpec
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1BigQueryRoutineSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datacatalog_v1beta1/classes.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb
Overview
Fields specific for BigQuery routines.
Instance Attribute Summary collapse
-
#imported_libraries ⇒ Array<String>
Paths of the imported libraries.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1BigQueryRoutineSpec
constructor
A new instance of GoogleCloudDatacatalogV1BigQueryRoutineSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1BigQueryRoutineSpec
Returns a new instance of GoogleCloudDatacatalogV1BigQueryRoutineSpec.
329 330 331 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 329 def initialize(**args) update!(**args) end |
Instance Attribute Details
#imported_libraries ⇒ Array<String>
Paths of the imported libraries.
Corresponds to the JSON property importedLibraries
327 328 329 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 327 def imported_libraries @imported_libraries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
334 335 336 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 334 def update!(**args) @imported_libraries = args[:imported_libraries] if args.key?(:imported_libraries) end |