30 #ifndef GOOGLE_BIGQUERY_API_TABLE_SCHEMA_H_ 31 #define GOOGLE_BIGQUERY_API_TABLE_SCHEMA_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_field_schema.h" 85 return StringPiece(
"google_bigquery_api::TableSchema");
94 return Storage().isMember(
"fields");
101 MutableStorage()->removeMember(
"fields");
108 const client::JsonCppArray<TableFieldSchema > get_fields()
const;
117 client::JsonCppArray<TableFieldSchema > mutable_fields();
123 #endif // GOOGLE_BIGQUERY_API_TABLE_SCHEMA_H_ const StringPiece GetTypeName() const
Definition: table_schema.h:84
void clear_fields()
Definition: table_schema.h:100
Definition: table_schema.h:51
Definition: aggregate_classification_metrics.cc:39
bool has_fields() const
Definition: table_schema.h:93
Definition: aggregate_classification_metrics.h:37