Class: Google::Cloud::DiscoveryEngine::V1::BigQuerySource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::BigQuerySource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/import_config.rb
Overview
BigQuery source import data from.
Instance Attribute Summary collapse
-
#data_schema ⇒ ::String
The schema to use when parsing the data from the source.
-
#dataset_id ⇒ ::String
Required.
-
#gcs_staging_dir ⇒ ::String
Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters.
-
#partition_date ⇒ ::Google::Type::Date
BigQuery time partitioned table's _PARTITIONDATE in YYYY-MM-DD format.
-
#project_id ⇒ ::String
The project ID or the project number that contains the BigQuery source.
-
#table_id ⇒ ::String
Required.
Instance Attribute Details
#data_schema ⇒ ::String
108 109 110 111 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 108 class BigQuerySource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dataset_id ⇒ ::String
108 109 110 111 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 108 class BigQuerySource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_staging_dir ⇒ ::String
108 109 110 111 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 108 class BigQuerySource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partition_date ⇒ ::Google::Type::Date
108 109 110 111 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 108 class BigQuerySource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
108 109 110 111 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 108 class BigQuerySource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_id ⇒ ::String
108 109 110 111 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 108 class BigQuerySource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |