30 #ifndef GOOGLE_DATAFLOW_API_LIST_SNAPSHOTS_RESPONSE_H_ 31 #define GOOGLE_DATAFLOW_API_LIST_SNAPSHOTS_RESPONSE_H_ 33 #include "googleapis/base/macros.h" 34 #include "googleapis/client/data/jsoncpp_data.h" 35 #include "googleapis/strings/stringpiece.h" 37 #include "google/dataflow_api/snapshot.h" 85 return StringPiece(
"google_dataflow_api::ListSnapshotsResponse");
94 return Storage().isMember(
"snapshots");
101 MutableStorage()->removeMember(
"snapshots");
108 const client::JsonCppArray<Snapshot > get_snapshots()
const;
118 client::JsonCppArray<Snapshot > mutable_snapshots();
124 #endif // GOOGLE_DATAFLOW_API_LIST_SNAPSHOTS_RESPONSE_H_ Definition: list_snapshots_response.h:51
const StringPiece GetTypeName() const
Definition: list_snapshots_response.h:84
Definition: approximate_progress.h:40
bool has_snapshots() const
Definition: list_snapshots_response.h:93
void clear_snapshots()
Definition: list_snapshots_response.h:100
Definition: approximate_progress.cc:42