dataflow
v1b3
|
#include <launch_flex_template_response.h>
Public Member Functions | |
LaunchFlexTemplateResponse (const Json::Value &storage) | |
LaunchFlexTemplateResponse (Json::Value *storage) | |
virtual | ~LaunchFlexTemplateResponse () |
const StringPiece | GetTypeName () const |
bool | has_job () const |
void | clear_job () |
const Job | get_job () const |
Job | mutable_job () |
Static Public Member Functions | |
static LaunchFlexTemplateResponse * | New () |
Response to the request to launch a job from Flex Template.
|
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 'job
' attribute.
const Job google_dataflow_api::LaunchFlexTemplateResponse::get_job | ( | ) | const |
Get a reference to the value of the 'job
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'job
' attribute was set.
job
' attribute was set. Job google_dataflow_api::LaunchFlexTemplateResponse::mutable_job | ( | ) |
Gets a reference to a mutable value of the 'job
' property.
The job that was launched, if the request was not a dry run and the job was successfully launched.
|
static |
Creates a new default instance.