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

#include <big_table_iod_etails.h>

Inheritance diagram for google_dataflow_api::BigTableIODetails:

Public Member Functions

 BigTableIODetails (const Json::Value &storage)
 
 BigTableIODetails (Json::Value *storage)
 
virtual ~BigTableIODetails ()
 
const StringPiece GetTypeName () const
 
bool has_instance_id () const
 
void clear_instance_id ()
 
const StringPiece get_instance_id () const
 
void set_instance_id (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_table_id () const
 
void clear_table_id ()
 
const StringPiece get_table_id () const
 
void set_table_id (const StringPiece &value)
 

Static Public Member Functions

static BigTableIODetailsNew ()
 

Detailed Description

Metadata for a BigTable connector used by the job.

Constructor & Destructor Documentation

◆ BigTableIODetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ BigTableIODetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~BigTableIODetails()

google_dataflow_api::BigTableIODetails::~BigTableIODetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_instance_id()

void google_dataflow_api::BigTableIODetails::clear_instance_id ( )
inline

Clears the 'instanceId' attribute.

◆ clear_project_id()

void google_dataflow_api::BigTableIODetails::clear_project_id ( )
inline

Clears the 'projectId' attribute.

◆ clear_table_id()

void google_dataflow_api::BigTableIODetails::clear_table_id ( )
inline

Clears the 'tableId' attribute.

◆ get_instance_id()

const StringPiece google_dataflow_api::BigTableIODetails::get_instance_id ( ) const
inline

Get the value of the 'instanceId' attribute.

◆ get_project_id()

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

Get the value of the 'projectId' attribute.

◆ get_table_id()

const StringPiece google_dataflow_api::BigTableIODetails::get_table_id ( ) const
inline

Get the value of the 'tableId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::BigTableIODetails

◆ has_instance_id()

bool google_dataflow_api::BigTableIODetails::has_instance_id ( ) const
inline

Determine if the 'instanceId' attribute was set.

Returns
true if the 'instanceId' attribute was set.

◆ has_project_id()

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

Determine if the 'projectId' attribute was set.

Returns
true if the 'projectId' attribute was set.

◆ has_table_id()

bool google_dataflow_api::BigTableIODetails::has_table_id ( ) const
inline

Determine if the 'tableId' attribute was set.

Returns
true if the 'tableId' attribute was set.

◆ New()

BigTableIODetails * google_dataflow_api::BigTableIODetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_instance_id()

void google_dataflow_api::BigTableIODetails::set_instance_id ( const StringPiece &  value)
inline

Change the 'instanceId' attribute.

InstanceId accessed in the connection.

Parameters
[in]valueThe new value.

◆ set_project_id()

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

Change the 'projectId' attribute.

ProjectId accessed in the connection.

Parameters
[in]valueThe new value.

◆ set_table_id()

void google_dataflow_api::BigTableIODetails::set_table_id ( const StringPiece &  value)
inline

Change the 'tableId' attribute.

TableId accessed in the connection.

Parameters
[in]valueThe new value.

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