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

#include <list_snapshots_response.h>

Inheritance diagram for google_dataflow_api::ListSnapshotsResponse:

Public Member Functions

 ListSnapshotsResponse (const Json::Value &storage)
 
 ListSnapshotsResponse (Json::Value *storage)
 
virtual ~ListSnapshotsResponse ()
 
const StringPiece GetTypeName () const
 
bool has_snapshots () const
 
void clear_snapshots ()
 
const client::JsonCppArray< Snapshotget_snapshots () const
 
client::JsonCppArray< Snapshotmutable_snapshots ()
 

Static Public Member Functions

static ListSnapshotsResponseNew ()
 

Detailed Description

List of snapshots.

Constructor & Destructor Documentation

◆ ListSnapshotsResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ListSnapshotsResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ListSnapshotsResponse()

google_dataflow_api::ListSnapshotsResponse::~ListSnapshotsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_snapshots()

void google_dataflow_api::ListSnapshotsResponse::clear_snapshots ( )
inline

Clears the 'snapshots' attribute.

◆ get_snapshots()

const client::JsonCppArray<Snapshot > google_dataflow_api::ListSnapshotsResponse::get_snapshots ( ) const

Get a reference to the value of the 'snapshots' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::ListSnapshotsResponse

◆ has_snapshots()

bool google_dataflow_api::ListSnapshotsResponse::has_snapshots ( ) const
inline

Determine if the 'snapshots' attribute was set.

Returns
true if the 'snapshots' attribute was set.

◆ mutable_snapshots()

client::JsonCppArray<Snapshot > google_dataflow_api::ListSnapshotsResponse::mutable_snapshots ( )

Gets a reference to a mutable value of the 'snapshots' property.

Returned snapshots.

Returns
The result can be modified to change the attribute value.

◆ New()

ListSnapshotsResponse * google_dataflow_api::ListSnapshotsResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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