class Google::Apis::DataflowV1b3::LaunchFlexTemplateRequest
A request to launch a Cloud Dataflow job from a FlexTemplate.
Attributes
launch_parameter[RW]
Launch FlexTemplate Parameter
. Corresponds to the JSON property `launchParameter` @return [Google::Apis::DataflowV1b3::LaunchFlexTemplateParameter]
validate_only[RW]
If true, the request is validated but not actually executed. Defaults to false. Corresponds to the JSON property `validateOnly` @return [Boolean]
validate_only?[RW]
If true, the request is validated but not actually executed. Defaults to false. Corresponds to the JSON property `validateOnly` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 2554 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataflow_v1b3/classes.rb, line 2559 def update!(**args) @launch_parameter = args[:launch_parameter] if args.key?(:launch_parameter) @validate_only = args[:validate_only] if args.key?(:validate_only) end