#include <pub_sub_iod_etails.h>
Metadata for a PubSub connector used by the job.
◆ PubSubIODetails() [1/2]
google_dataflow_api::PubSubIODetails::PubSubIODetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~PubSubIODetails()
google_dataflow_api::PubSubIODetails::~PubSubIODetails |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ set_topic()
void google_dataflow_api::PubSubIODetails::set_topic |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'topic
' attribute.
Topic accessed in the connection.
- Parameters
-
The documentation for this class was generated from the following files: