30 #ifndef GOOGLE_DATAFLOW_API_FLATTEN_INSTRUCTION_H_ 31 #define GOOGLE_DATAFLOW_API_FLATTEN_INSTRUCTION_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/instruction_input.h" 85 return StringPiece(
"google_dataflow_api::FlattenInstruction");
94 return Storage().isMember(
"inputs");
101 MutableStorage()->removeMember(
"inputs");
108 const client::JsonCppArray<InstructionInput > get_inputs()
const;
117 client::JsonCppArray<InstructionInput > mutable_inputs();
123 #endif // GOOGLE_DATAFLOW_API_FLATTEN_INSTRUCTION_H_ bool has_inputs() const
Definition: flatten_instruction.h:93
void clear_inputs()
Definition: flatten_instruction.h:100
Definition: approximate_progress.h:40
Definition: approximate_progress.cc:42
Definition: flatten_instruction.h:51
const StringPiece GetTypeName() const
Definition: flatten_instruction.h:84