30 #ifndef GOOGLE_BIGQUERY_API_TABLE_ROW_H_ 31 #define GOOGLE_BIGQUERY_API_TABLE_ROW_H_ 33 #include "googleapis/base/macros.h" 34 #include "googleapis/client/data/jsoncpp_data.h" 35 #include "googleapis/strings/stringpiece.h" 37 #include "google/bigquery_api/table_cell.h" 65 explicit TableRow(
const Json::Value& storage);
72 explicit TableRow(Json::Value* storage);
85 return StringPiece(
"google_bigquery_api::TableRow");
94 return Storage().isMember(
"f");
101 MutableStorage()->removeMember(
"f");
108 const client::JsonCppArray<TableCell > get_f()
const;
118 client::JsonCppArray<TableCell > mutable_f();
124 #endif // GOOGLE_BIGQUERY_API_TABLE_ROW_H_ const StringPiece GetTypeName() const
Definition: table_row.h:84
Definition: table_row.h:51
bool has_f() const
Definition: table_row.h:93
Definition: aggregate_classification_metrics.cc:39
void clear_f()
Definition: table_row.h:100
Definition: aggregate_classification_metrics.h:37