Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::BigQueryIODetails.
Metadata for a BigQuery connector used by the job.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset
def dataset() -> ::String
Returns
- (::String) — Dataset accessed in the connection.
#dataset=
def dataset=(value) -> ::String
Parameter
- value (::String) — Dataset accessed in the connection.
Returns
- (::String) — Dataset accessed in the connection.
#project_id
def project_id() -> ::String
Returns
- (::String) — Project accessed in the connection.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — Project accessed in the connection.
Returns
- (::String) — Project accessed in the connection.
#query
def query() -> ::String
Returns
- (::String) — Query used to access data in the connection.
#query=
def query=(value) -> ::String
Parameter
- value (::String) — Query used to access data in the connection.
Returns
- (::String) — Query used to access data in the connection.
#table
def table() -> ::String
Returns
- (::String) — Table accessed in the connection.
#table=
def table=(value) -> ::String
Parameter
- value (::String) — Table accessed in the connection.
Returns
- (::String) — Table accessed in the connection.