Class: Google::Cloud::Dataflow::V1beta3::BigQueryIODetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::BigQueryIODetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
Metadata for a BigQuery connector used by the job.
Instance Attribute Summary collapse
-
#dataset ⇒ ::String
Dataset accessed in the connection.
-
#project_id ⇒ ::String
Project accessed in the connection.
-
#query ⇒ ::String
Query used to access data in the connection.
-
#table ⇒ ::String
Table accessed in the connection.
Instance Attribute Details
#dataset ⇒ ::String
Returns Dataset accessed in the connection.
262 263 264 265 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 262 class BigQueryIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Project accessed in the connection.
262 263 264 265 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 262 class BigQueryIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::String
Returns Query used to access data in the connection.
262 263 264 265 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 262 class BigQueryIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table ⇒ ::String
Returns Table accessed in the connection.
262 263 264 265 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 262 class BigQueryIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |