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

#include <streaming_appliance_snapshot_config.h>

Inheritance diagram for google_dataflow_api::StreamingApplianceSnapshotConfig:

Public Member Functions

 StreamingApplianceSnapshotConfig (const Json::Value &storage)
 
 StreamingApplianceSnapshotConfig (Json::Value *storage)
 
virtual ~StreamingApplianceSnapshotConfig ()
 
const StringPiece GetTypeName () const
 
bool has_import_state_endpoint () const
 
void clear_import_state_endpoint ()
 
const StringPiece get_import_state_endpoint () const
 
void set_import_state_endpoint (const StringPiece &value)
 
bool has_snapshot_id () const
 
void clear_snapshot_id ()
 
const StringPiece get_snapshot_id () const
 
void set_snapshot_id (const StringPiece &value)
 

Static Public Member Functions

static StreamingApplianceSnapshotConfigNew ()
 

Detailed Description

Streaming appliance snapshot configuration.

Constructor & Destructor Documentation

◆ StreamingApplianceSnapshotConfig() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ StreamingApplianceSnapshotConfig() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~StreamingApplianceSnapshotConfig()

google_dataflow_api::StreamingApplianceSnapshotConfig::~StreamingApplianceSnapshotConfig ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_import_state_endpoint()

void google_dataflow_api::StreamingApplianceSnapshotConfig::clear_import_state_endpoint ( )
inline

Clears the 'importStateEndpoint' attribute.

◆ clear_snapshot_id()

void google_dataflow_api::StreamingApplianceSnapshotConfig::clear_snapshot_id ( )
inline

Clears the 'snapshotId' attribute.

◆ get_import_state_endpoint()

const StringPiece google_dataflow_api::StreamingApplianceSnapshotConfig::get_import_state_endpoint ( ) const
inline

Get the value of the 'importStateEndpoint' attribute.

◆ get_snapshot_id()

const StringPiece google_dataflow_api::StreamingApplianceSnapshotConfig::get_snapshot_id ( ) const
inline

Get the value of the 'snapshotId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::StreamingApplianceSnapshotConfig

◆ has_import_state_endpoint()

bool google_dataflow_api::StreamingApplianceSnapshotConfig::has_import_state_endpoint ( ) const
inline

Determine if the 'importStateEndpoint' attribute was set.

Returns
true if the 'importStateEndpoint' attribute was set.

◆ has_snapshot_id()

bool google_dataflow_api::StreamingApplianceSnapshotConfig::has_snapshot_id ( ) const
inline

Determine if the 'snapshotId' attribute was set.

Returns
true if the 'snapshotId' attribute was set.

◆ New()

StreamingApplianceSnapshotConfig * google_dataflow_api::StreamingApplianceSnapshotConfig::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_import_state_endpoint()

void google_dataflow_api::StreamingApplianceSnapshotConfig::set_import_state_endpoint ( const StringPiece &  value)
inline

Change the 'importStateEndpoint' attribute.

Indicates which endpoint is used to import appliance state.

Parameters
[in]valueThe new value.

◆ set_snapshot_id()

void google_dataflow_api::StreamingApplianceSnapshotConfig::set_snapshot_id ( const StringPiece &  value)
inline

Change the 'snapshotId' attribute.

If set, indicates the snapshot id for the snapshot being performed.

Parameters
[in]valueThe new value.

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