Class: Google::Cloud::Dataflow::V1beta3::BigQueryIODetails

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

Instance Attribute Details

#dataset::String

Returns Dataset accessed in the connection.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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