|
dataflow
v1b3
|
#include <job_execution_info.h>
Public Member Functions | |
| JobExecutionInfo (const Json::Value &storage) | |
| JobExecutionInfo (Json::Value *storage) | |
| virtual | ~JobExecutionInfo () |
| const StringPiece | GetTypeName () const |
| bool | has_stages () const |
| void | clear_stages () |
| const client::JsonCppAssociativeArray< JobExecutionStageInfo > | get_stages () const |
| client::JsonCppAssociativeArray< JobExecutionStageInfo > | mutable_stages () |
Static Public Member Functions | |
| static JobExecutionInfo * | New () |
Additional information about how a Cloud Dataflow job will be executed that isn't contained in the submitted job.
|
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 'stages' attribute.
| const client::JsonCppAssociativeArray<JobExecutionStageInfo > google_dataflow_api::JobExecutionInfo::get_stages | ( | ) | const |
Get a reference to the value of the 'stages' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'stages' attribute was set.
stages' attribute was set. | client::JsonCppAssociativeArray<JobExecutionStageInfo > google_dataflow_api::JobExecutionInfo::mutable_stages | ( | ) |
Gets a reference to a mutable value of the 'stages' property.
A mapping from each stage to the information about that stage.
|
static |
Creates a new default instance.