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

#include <pubsub_snapshot_metadata.h>

Inheritance diagram for google_dataflow_api::PubsubSnapshotMetadata:

Public Member Functions

 PubsubSnapshotMetadata (const Json::Value &storage)
 
 PubsubSnapshotMetadata (Json::Value *storage)
 
virtual ~PubsubSnapshotMetadata ()
 
const StringPiece GetTypeName () const
 
bool has_expire_time () const
 
void clear_expire_time ()
 
const StringPiece get_expire_time () const
 
void set_expire_time (const StringPiece &value)
 
bool has_snapshot_name () const
 
void clear_snapshot_name ()
 
const StringPiece get_snapshot_name () const
 
void set_snapshot_name (const StringPiece &value)
 
bool has_topic_name () const
 
void clear_topic_name ()
 
const StringPiece get_topic_name () const
 
void set_topic_name (const StringPiece &value)
 

Static Public Member Functions

static PubsubSnapshotMetadataNew ()
 

Detailed Description

Represents a Pubsub snapshot.

Constructor & Destructor Documentation

◆ PubsubSnapshotMetadata() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~PubsubSnapshotMetadata()

google_dataflow_api::PubsubSnapshotMetadata::~PubsubSnapshotMetadata ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::PubsubSnapshotMetadata

◆ 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()

PubsubSnapshotMetadata * google_dataflow_api::PubsubSnapshotMetadata::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

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