30 #ifndef GOOGLE_DATAFLOW_API_INTEGER_LIST_H_ 31 #define GOOGLE_DATAFLOW_API_INTEGER_LIST_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/split_int64.h" 85 return StringPiece(
"google_dataflow_api::IntegerList");
94 return Storage().isMember(
"elements");
101 MutableStorage()->removeMember(
"elements");
108 const client::JsonCppArray<SplitInt64 > get_elements()
const;
118 client::JsonCppArray<SplitInt64 > mutable_elements();
124 #endif // GOOGLE_DATAFLOW_API_INTEGER_LIST_H_ bool has_elements() const
Definition: integer_list.h:93
Definition: integer_list.h:51
Definition: approximate_progress.h:40
Definition: approximate_progress.cc:42
const StringPiece GetTypeName() const
Definition: integer_list.h:84
void clear_elements()
Definition: integer_list.h:100