30 #ifndef GOOGLE_DATAFLOW_API_GET_DEBUG_CONFIG_RESPONSE_H_ 31 #define GOOGLE_DATAFLOW_API_GET_DEBUG_CONFIG_RESPONSE_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_dataflow_api::GetDebugConfigResponse");
93 return Storage().isMember(
"config");
100 MutableStorage()->removeMember(
"config");
108 const Json::Value& v = Storage(
"config");
109 if (v == Json::Value::null)
return StringPiece(
"");
110 return StringPiece(v.asCString());
121 *MutableStorage(
"config") = value.data();
128 #endif // GOOGLE_DATAFLOW_API_GET_DEBUG_CONFIG_RESPONSE_H_ const StringPiece GetTypeName() const
Definition: get_debug_config_response.h:83
const StringPiece get_config() const
Definition: get_debug_config_response.h:107
void clear_config()
Definition: get_debug_config_response.h:99
bool has_config() const
Definition: get_debug_config_response.h:92
Definition: approximate_progress.h:40
Definition: get_debug_config_response.h:50
void set_config(const StringPiece &value)
Definition: get_debug_config_response.h:120
Definition: approximate_progress.cc:42