30 #ifndef GOOGLE_CONTAINER_API_BIG_QUERY_DESTINATION_H_ 31 #define GOOGLE_CONTAINER_API_BIG_QUERY_DESTINATION_H_ 34 #include "googleapis/base/macros.h" 35 #include "googleapis/client/data/jsoncpp_data.h" 36 #include "googleapis/strings/stringpiece.h" 84 return StringPiece(
"google_container_api::BigQueryDestination");
93 return Storage().isMember(
"datasetId");
100 MutableStorage()->removeMember(
"datasetId");
108 const Json::Value& v = Storage(
"datasetId");
109 if (v == Json::Value::null)
return StringPiece(
"");
110 return StringPiece(v.asCString());
121 *MutableStorage(
"datasetId") = value.data();
128 #endif // GOOGLE_CONTAINER_API_BIG_QUERY_DESTINATION_H_ const StringPiece GetTypeName() const
Definition: big_query_destination.h:83
bool has_dataset_id() const
Definition: big_query_destination.h:92
void set_dataset_id(const StringPiece &value)
Definition: big_query_destination.h:120
Definition: big_query_destination.h:50
Definition: accelerator_config.h:39
Definition: accelerator_config.cc:41
const StringPiece get_dataset_id() const
Definition: big_query_destination.h:107
void clear_dataset_id()
Definition: big_query_destination.h:99