#include <list_snapshots_response.h>
◆ ListSnapshotsResponse() [1/2]
google_dataflow_api::ListSnapshotsResponse::ListSnapshotsResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~ListSnapshotsResponse()
google_dataflow_api::ListSnapshotsResponse::~ListSnapshotsResponse |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: