dataflow
v1b3
|
#include <read_instruction.h>
Public Member Functions | |
ReadInstruction (const Json::Value &storage) | |
ReadInstruction (Json::Value *storage) | |
virtual | ~ReadInstruction () |
const StringPiece | GetTypeName () const |
bool | has_source () const |
void | clear_source () |
const Source | get_source () const |
Source | mutable_source () |
Static Public Member Functions | |
static ReadInstruction * | New () |
An instruction that reads records. Takes no inputs, produces one output.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'source
' attribute.
const Source google_dataflow_api::ReadInstruction::get_source | ( | ) | const |
Get a reference to the value of the 'source
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'source
' attribute was set.
source
' attribute was set. Source google_dataflow_api::ReadInstruction::mutable_source | ( | ) |
Gets a reference to a mutable value of the 'source
' property.
The source to read from.
|
static |
Creates a new default instance.