30 #ifndef GOOGLE_DATAFLOW_API_LAUNCH_TEMPLATE_RESPONSE_H_ 31 #define GOOGLE_DATAFLOW_API_LAUNCH_TEMPLATE_RESPONSE_H_ 33 #include "googleapis/base/macros.h" 34 #include "googleapis/client/data/jsoncpp_data.h" 35 #include "googleapis/strings/stringpiece.h" 37 #include "google/dataflow_api/job.h" 85 return StringPiece(
"google_dataflow_api::LaunchTemplateResponse");
94 return Storage().isMember(
"job");
101 MutableStorage()->removeMember(
"job");
108 const Job get_job()
const;
124 #endif // GOOGLE_DATAFLOW_API_LAUNCH_TEMPLATE_RESPONSE_H_ const StringPiece GetTypeName() const
Definition: launch_template_response.h:84
bool has_job() const
Definition: launch_template_response.h:93
Definition: launch_template_response.h:51
Definition: approximate_progress.h:40
void clear_job()
Definition: launch_template_response.h:100
Definition: approximate_progress.cc:42