30 #ifndef GOOGLE_BIGQUERY_API_CATEGORICAL_VALUE_H_ 31 #define GOOGLE_BIGQUERY_API_CATEGORICAL_VALUE_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/category_count.h" 85 return StringPiece(
"google_bigquery_api::CategoricalValue");
94 return Storage().isMember(
"categoryCounts");
101 MutableStorage()->removeMember(
"categoryCounts");
109 const client::JsonCppArray<CategoryCount > get_category_counts()
const;
122 client::JsonCppArray<CategoryCount > mutable_categoryCounts();
128 #endif // GOOGLE_BIGQUERY_API_CATEGORICAL_VALUE_H_ void clear_category_counts()
Definition: categorical_value.h:100
Definition: categorical_value.h:51
bool has_category_counts() const
Definition: categorical_value.h:93
Definition: aggregate_classification_metrics.cc:39
Definition: aggregate_classification_metrics.h:37
const StringPiece GetTypeName() const
Definition: categorical_value.h:84