Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1BigQueryRoutineSpec

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

Instance Method Summary collapse

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_librariesArray<String>

Paths of the imported libraries. Corresponds to the JSON property importedLibraries

Returns:

  • (Array<String>)


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