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

#include <datastore_iod_etails.h>

Inheritance diagram for google_dataflow_api::DatastoreIODetails:

Public Member Functions

 DatastoreIODetails (const Json::Value &storage)
 
 DatastoreIODetails (Json::Value *storage)
 
virtual ~DatastoreIODetails ()
 
const StringPiece GetTypeName () const
 
bool has_namespace () const
 
void clear_namespace ()
 
const StringPiece get_namespace () const
 
void set_namespace (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 DatastoreIODetailsNew ()
 

Detailed Description

Metadata for a Datastore connector used by the job.

Constructor & Destructor Documentation

◆ DatastoreIODetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ DatastoreIODetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~DatastoreIODetails()

google_dataflow_api::DatastoreIODetails::~DatastoreIODetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_namespace()

void google_dataflow_api::DatastoreIODetails::clear_namespace ( )
inline

Clears the 'namespace' attribute.

◆ clear_project_id()

void google_dataflow_api::DatastoreIODetails::clear_project_id ( )
inline

Clears the 'projectId' attribute.

◆ get_namespace()

const StringPiece google_dataflow_api::DatastoreIODetails::get_namespace ( ) const
inline

Get the value of the 'namespace' attribute.

◆ get_project_id()

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

Get the value of the 'projectId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::DatastoreIODetails

◆ has_namespace()

bool google_dataflow_api::DatastoreIODetails::has_namespace ( ) const
inline

Determine if the 'namespace' attribute was set.

Returns
true if the 'namespace' attribute was set.

◆ has_project_id()

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

Determine if the 'projectId' attribute was set.

Returns
true if the 'projectId' attribute was set.

◆ New()

DatastoreIODetails * google_dataflow_api::DatastoreIODetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_namespace()

void google_dataflow_api::DatastoreIODetails::set_namespace ( const StringPiece &  value)
inline

Change the 'namespace' attribute.

Namespace used in the connection.

Parameters
[in]valueThe new value.

◆ set_project_id()

void google_dataflow_api::DatastoreIODetails::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: