30 #ifndef GOOGLE_FITNESS_API_AGGREGATE_RESPONSE_H_ 31 #define GOOGLE_FITNESS_API_AGGREGATE_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/fitness_api/aggregate_bucket.h" 85 return StringPiece(
"google_fitness_api::AggregateResponse");
94 return Storage().isMember(
"bucket");
101 MutableStorage()->removeMember(
"bucket");
108 const client::JsonCppArray<AggregateBucket > get_bucket()
const;
117 client::JsonCppArray<AggregateBucket > mutable_bucket();
123 #endif // GOOGLE_FITNESS_API_AGGREGATE_RESPONSE_H_ bool has_bucket() const
Definition: aggregate_response.h:93
Definition: aggregate_bucket.h:42
Definition: aggregate_response.h:51
const StringPiece GetTypeName() const
Definition: aggregate_response.h:84
Definition: aggregate_bucket.cc:44
void clear_bucket()
Definition: aggregate_response.h:100