Class: Google::Cloud::DataCatalog::V1::BigQueryRoutineSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::BigQueryRoutineSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/bigquery.rb
Overview
Fields specific for BigQuery routines.
Instance Attribute Summary collapse
-
#imported_libraries ⇒ ::Array<::String>
Paths of the imported libraries.
Instance Attribute Details
#imported_libraries ⇒ ::Array<::String>
Returns Paths of the imported libraries.
80 81 82 83 |
# File 'proto_docs/google/cloud/datacatalog/v1/bigquery.rb', line 80 class BigQueryRoutineSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |