|
dataflow
v1b3
|
#include <launch_template_response.h>
Public Member Functions | |
| LaunchTemplateResponse (const Json::Value &storage) | |
| LaunchTemplateResponse (Json::Value *storage) | |
| virtual | ~LaunchTemplateResponse () |
| const StringPiece | GetTypeName () const |
| bool | has_job () const |
| void | clear_job () |
| const Job | get_job () const |
| Job | mutable_job () |
Static Public Member Functions | |
| static LaunchTemplateResponse * | New () |
Response to the request to launch a 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::LaunchTemplateResponse::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::LaunchTemplateResponse::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.