dataflow  v1b3
Public Member Functions | Static Public Member Functions | List of all members
google_dataflow_api::BigQueryIODetails Class Reference

#include <big_query_iod_etails.h>

Inheritance diagram for google_dataflow_api::BigQueryIODetails:

Public Member Functions

 BigQueryIODetails (const Json::Value &storage)
 
 BigQueryIODetails (Json::Value *storage)
 
virtual ~BigQueryIODetails ()
 
const StringPiece GetTypeName () const
 
bool has_dataset () const
 
void clear_dataset ()
 
const StringPiece get_dataset () const
 
void set_dataset (const StringPiece &value)
 
bool has_project_id () const
 
void clear_project_id ()
 
const StringPiece get_project_id () const
 
void set_project_id (const StringPiece &value)
 
bool has_query () const
 
void clear_query ()
 
const StringPiece get_query () const
 
void set_query (const StringPiece &value)
 
bool has_table () const
 
void clear_table ()
 
const StringPiece get_table () const
 
void set_table (const StringPiece &value)
 

Static Public Member Functions

static BigQueryIODetailsNew ()
 

Detailed Description

Metadata for a BigQuery connector used by the job.

Constructor & Destructor Documentation

◆ BigQueryIODetails() [1/2]

google_dataflow_api::BigQueryIODetails::BigQueryIODetails ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ BigQueryIODetails() [2/2]

google_dataflow_api::BigQueryIODetails::BigQueryIODetails ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~BigQueryIODetails()

google_dataflow_api::BigQueryIODetails::~BigQueryIODetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_dataset()

void google_dataflow_api::BigQueryIODetails::clear_dataset ( )
inline

Clears the 'dataset' attribute.

◆ clear_project_id()

void google_dataflow_api::BigQueryIODetails::clear_project_id ( )
inline

Clears the 'projectId' attribute.

◆ clear_query()

void google_dataflow_api::BigQueryIODetails::clear_query ( )
inline

Clears the 'query' attribute.

◆ clear_table()

void google_dataflow_api::BigQueryIODetails::clear_table ( )
inline

Clears the 'table' attribute.

◆ get_dataset()

const StringPiece google_dataflow_api::BigQueryIODetails::get_dataset ( ) const
inline

Get the value of the 'dataset' attribute.

◆ get_project_id()

const StringPiece google_dataflow_api::BigQueryIODetails::get_project_id ( ) const
inline

Get the value of the 'projectId' attribute.

◆ get_query()

const StringPiece google_dataflow_api::BigQueryIODetails::get_query ( ) const
inline

Get the value of the 'query' attribute.

◆ get_table()

const StringPiece google_dataflow_api::BigQueryIODetails::get_table ( ) const
inline

Get the value of the 'table' attribute.

◆ GetTypeName()

const StringPiece google_dataflow_api::BigQueryIODetails::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::BigQueryIODetails

◆ has_dataset()

bool google_dataflow_api::BigQueryIODetails::has_dataset ( ) const
inline

Determine if the 'dataset' attribute was set.

Returns
true if the 'dataset' attribute was set.

◆ has_project_id()

bool google_dataflow_api::BigQueryIODetails::has_project_id ( ) const
inline

Determine if the 'projectId' attribute was set.

Returns
true if the 'projectId' attribute was set.

◆ has_query()

bool google_dataflow_api::BigQueryIODetails::has_query ( ) const
inline

Determine if the 'query' attribute was set.

Returns
true if the 'query' attribute was set.

◆ has_table()

bool google_dataflow_api::BigQueryIODetails::has_table ( ) const
inline

Determine if the 'table' attribute was set.

Returns
true if the 'table' attribute was set.

◆ New()

BigQueryIODetails * google_dataflow_api::BigQueryIODetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_dataset()

void google_dataflow_api::BigQueryIODetails::set_dataset ( const StringPiece &  value)
inline

Change the 'dataset' attribute.

Dataset accessed in the connection.

Parameters
[in]valueThe new value.

◆ set_project_id()

void google_dataflow_api::BigQueryIODetails::set_project_id ( const StringPiece &  value)
inline

Change the 'projectId' attribute.

Project accessed in the connection.

Parameters
[in]valueThe new value.

◆ set_query()

void google_dataflow_api::BigQueryIODetails::set_query ( const StringPiece &  value)
inline

Change the 'query' attribute.

Query used to access data in the connection.

Parameters
[in]valueThe new value.

◆ set_table()

void google_dataflow_api::BigQueryIODetails::set_table ( const StringPiece &  value)
inline

Change the 'table' attribute.

Table accessed in the connection.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: