#include <pubsub_snapshot_metadata.h>
Represents a Pubsub snapshot.
◆ PubsubSnapshotMetadata() [1/2]
google_dataflow_api::PubsubSnapshotMetadata::PubsubSnapshotMetadata |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ PubsubSnapshotMetadata() [2/2]
google_dataflow_api::PubsubSnapshotMetadata::PubsubSnapshotMetadata |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~PubsubSnapshotMetadata()
google_dataflow_api::PubsubSnapshotMetadata::~PubsubSnapshotMetadata |
( |
| ) |
|
|
virtual |
◆ clear_expire_time()
void google_dataflow_api::PubsubSnapshotMetadata::clear_expire_time |
( |
| ) |
|
|
inline |
Clears the 'expireTime
' attribute.
◆ clear_snapshot_name()
void google_dataflow_api::PubsubSnapshotMetadata::clear_snapshot_name |
( |
| ) |
|
|
inline |
Clears the 'snapshotName
' attribute.
◆ clear_topic_name()
void google_dataflow_api::PubsubSnapshotMetadata::clear_topic_name |
( |
| ) |
|
|
inline |
Clears the 'topicName
' attribute.
◆ get_expire_time()
const StringPiece google_dataflow_api::PubsubSnapshotMetadata::get_expire_time |
( |
| ) |
const |
|
inline |
Get the value of the 'expireTime
' attribute.
◆ get_snapshot_name()
const StringPiece google_dataflow_api::PubsubSnapshotMetadata::get_snapshot_name |
( |
| ) |
const |
|
inline |
Get the value of the 'snapshotName
' attribute.
◆ get_topic_name()
const StringPiece google_dataflow_api::PubsubSnapshotMetadata::get_topic_name |
( |
| ) |
const |
|
inline |
Get the value of the 'topicName
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::PubsubSnapshotMetadata::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_expire_time()
bool google_dataflow_api::PubsubSnapshotMetadata::has_expire_time |
( |
| ) |
const |
|
inline |
Determine if the 'expireTime
' attribute was set.
- Returns
- true if the '
expireTime
' attribute was set.
◆ has_snapshot_name()
bool google_dataflow_api::PubsubSnapshotMetadata::has_snapshot_name |
( |
| ) |
const |
|
inline |
Determine if the 'snapshotName
' attribute was set.
- Returns
- true if the '
snapshotName
' attribute was set.
◆ has_topic_name()
bool google_dataflow_api::PubsubSnapshotMetadata::has_topic_name |
( |
| ) |
const |
|
inline |
Determine if the 'topicName
' attribute was set.
- Returns
- true if the '
topicName
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_expire_time()
void google_dataflow_api::PubsubSnapshotMetadata::set_expire_time |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'expireTime
' attribute.
The expire time of the Pubsub snapshot.
- Parameters
-
◆ set_snapshot_name()
void google_dataflow_api::PubsubSnapshotMetadata::set_snapshot_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'snapshotName
' attribute.
The name of the Pubsub snapshot.
- Parameters
-
◆ set_topic_name()
void google_dataflow_api::PubsubSnapshotMetadata::set_topic_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'topicName
' attribute.
The name of the Pubsub topic.
- Parameters
-
The documentation for this class was generated from the following files: