|
dataflow
v1b3
|
#include <launch_flex_template_request.h>
Public Member Functions | |
| LaunchFlexTemplateRequest (const Json::Value &storage) | |
| LaunchFlexTemplateRequest (Json::Value *storage) | |
| virtual | ~LaunchFlexTemplateRequest () |
| const StringPiece | GetTypeName () const |
| bool | has_launch_parameter () const |
| void | clear_launch_parameter () |
| const LaunchFlexTemplateParameter | get_launch_parameter () const |
| LaunchFlexTemplateParameter | mutable_launchParameter () |
| bool | has_validate_only () const |
| void | clear_validate_only () |
| bool | get_validate_only () const |
| void | set_validate_only (bool value) |
Static Public Member Functions | |
| static LaunchFlexTemplateRequest * | New () |
A request to launch a Cloud Dataflow job from a FlexTemplate.
|
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 'launchParameter' attribute.
|
inline |
Clears the 'validateOnly' attribute.
| const LaunchFlexTemplateParameter google_dataflow_api::LaunchFlexTemplateRequest::get_launch_parameter | ( | ) | const |
Get a reference to the value of the 'launchParameter' attribute.
|
inline |
Get the value of the 'validateOnly' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'launchParameter' attribute was set.
launchParameter' attribute was set.
|
inline |
Determine if the 'validateOnly' attribute was set.
validateOnly' attribute was set. | LaunchFlexTemplateParameter google_dataflow_api::LaunchFlexTemplateRequest::mutable_launchParameter | ( | ) |
Gets a reference to a mutable value of the 'launchParameter' property.
Required. Parameter to launch a job form Flex Template.
|
static |
Creates a new default instance.
|
inline |
Change the 'validateOnly' attribute.
If true, the request is validated but not actually executed. Defaults to false.
| [in] | value | The new value. |