30 #ifndef GOOGLE_BIGQUERY_API_TABLE_CELL_H_ 31 #define GOOGLE_BIGQUERY_API_TABLE_CELL_H_ 33 #include "googleapis/base/macros.h" 34 #include "googleapis/client/data/jsoncpp_data.h" 35 #include "googleapis/strings/stringpiece.h" 63 explicit TableCell(
const Json::Value& storage);
83 return StringPiece(
"google_bigquery_api::TableCell");
92 return Storage().isMember(
"v");
99 MutableStorage()->removeMember(
"v");
106 const client::JsonCppData
get_v()
const {
107 const Json::Value& storage = Storage(
"v");
108 return client::JsonValueToCppValueHelper<client::JsonCppData >(storage);
116 Json::Value* storage = MutableStorage(
"v");
117 return client::JsonValueToMutableCppValueHelper<client::JsonCppData >(storage);
124 #endif // GOOGLE_BIGQUERY_API_TABLE_CELL_H_ const client::JsonCppData get_v() const
Definition: table_cell.h:106
bool has_v() const
Definition: table_cell.h:91
Definition: aggregate_classification_metrics.cc:39
const StringPiece GetTypeName() const
Definition: table_cell.h:82
void clear_v()
Definition: table_cell.h:98
client::JsonCppData mutable_v()
Definition: table_cell.h:115
Definition: aggregate_classification_metrics.h:37
Definition: table_cell.h:49