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

#include <spanner_iod_etails.h>

Inheritance diagram for google_dataflow_api::SpannerIODetails:

Public Member Functions

 SpannerIODetails (const Json::Value &storage)
 
 SpannerIODetails (Json::Value *storage)
 
virtual ~SpannerIODetails ()
 
const StringPiece GetTypeName () const
 
bool has_database_id () const
 
void clear_database_id ()
 
const StringPiece get_database_id () const
 
void set_database_id (const StringPiece &value)
 
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)
 

Static Public Member Functions

static SpannerIODetailsNew ()
 

Detailed Description

Metadata for a Spanner connector used by the job.

Constructor & Destructor Documentation

◆ SpannerIODetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ SpannerIODetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~SpannerIODetails()

google_dataflow_api::SpannerIODetails::~SpannerIODetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_database_id()

void google_dataflow_api::SpannerIODetails::clear_database_id ( )
inline

Clears the 'databaseId' attribute.

◆ clear_instance_id()

void google_dataflow_api::SpannerIODetails::clear_instance_id ( )
inline

Clears the 'instanceId' attribute.

◆ clear_project_id()

void google_dataflow_api::SpannerIODetails::clear_project_id ( )
inline

Clears the 'projectId' attribute.

◆ get_database_id()

const StringPiece google_dataflow_api::SpannerIODetails::get_database_id ( ) const
inline

Get the value of the 'databaseId' attribute.

◆ get_instance_id()

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

Get the value of the 'instanceId' attribute.

◆ get_project_id()

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

Get the value of the 'projectId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SpannerIODetails

◆ has_database_id()

bool google_dataflow_api::SpannerIODetails::has_database_id ( ) const
inline

Determine if the 'databaseId' attribute was set.

Returns
true if the 'databaseId' attribute was set.

◆ has_instance_id()

bool google_dataflow_api::SpannerIODetails::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::SpannerIODetails::has_project_id ( ) const
inline

Determine if the 'projectId' attribute was set.

Returns
true if the 'projectId' attribute was set.

◆ New()

SpannerIODetails * google_dataflow_api::SpannerIODetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_database_id()

void google_dataflow_api::SpannerIODetails::set_database_id ( const StringPiece &  value)
inline

Change the 'databaseId' attribute.

DatabaseId accessed in the connection.

Parameters
[in]valueThe new value.

◆ set_instance_id()

void google_dataflow_api::SpannerIODetails::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::SpannerIODetails::set_project_id ( const StringPiece &  value)
inline

Change the 'projectId' attribute.

ProjectId accessed in the connection.

Parameters
[in]valueThe new value.

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