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

#include <pub_sub_iod_etails.h>

Inheritance diagram for google_dataflow_api::PubSubIODetails:

Public Member Functions

 PubSubIODetails (const Json::Value &storage)
 
 PubSubIODetails (Json::Value *storage)
 
virtual ~PubSubIODetails ()
 
const StringPiece GetTypeName () const
 
bool has_subscription () const
 
void clear_subscription ()
 
const StringPiece get_subscription () const
 
void set_subscription (const StringPiece &value)
 
bool has_topic () const
 
void clear_topic ()
 
const StringPiece get_topic () const
 
void set_topic (const StringPiece &value)
 

Static Public Member Functions

static PubSubIODetailsNew ()
 

Detailed Description

Metadata for a PubSub connector used by the job.

Constructor & Destructor Documentation

◆ PubSubIODetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ PubSubIODetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~PubSubIODetails()

google_dataflow_api::PubSubIODetails::~PubSubIODetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_subscription()

void google_dataflow_api::PubSubIODetails::clear_subscription ( )
inline

Clears the 'subscription' attribute.

◆ clear_topic()

void google_dataflow_api::PubSubIODetails::clear_topic ( )
inline

Clears the 'topic' attribute.

◆ get_subscription()

const StringPiece google_dataflow_api::PubSubIODetails::get_subscription ( ) const
inline

Get the value of the 'subscription' attribute.

◆ get_topic()

const StringPiece google_dataflow_api::PubSubIODetails::get_topic ( ) const
inline

Get the value of the 'topic' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::PubSubIODetails

◆ has_subscription()

bool google_dataflow_api::PubSubIODetails::has_subscription ( ) const
inline

Determine if the 'subscription' attribute was set.

Returns
true if the 'subscription' attribute was set.

◆ has_topic()

bool google_dataflow_api::PubSubIODetails::has_topic ( ) const
inline

Determine if the 'topic' attribute was set.

Returns
true if the 'topic' attribute was set.

◆ New()

PubSubIODetails * google_dataflow_api::PubSubIODetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_subscription()

void google_dataflow_api::PubSubIODetails::set_subscription ( const StringPiece &  value)
inline

Change the 'subscription' attribute.

Subscription used in the connection.

Parameters
[in]valueThe new value.

◆ set_topic()

void google_dataflow_api::PubSubIODetails::set_topic ( const StringPiece &  value)
inline

Change the 'topic' attribute.

Topic accessed in the connection.

Parameters
[in]valueThe new value.

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