Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::LaunchTemplateParameters.
Parameters to provide to the template being launched.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#environment
def environment() -> ::Google::Cloud::Dataflow::V1beta3::RuntimeEnvironment
Returns
- (::Google::Cloud::Dataflow::V1beta3::RuntimeEnvironment) — The runtime environment for the job.
#environment=
def environment=(value) -> ::Google::Cloud::Dataflow::V1beta3::RuntimeEnvironment
Parameter
- value (::Google::Cloud::Dataflow::V1beta3::RuntimeEnvironment) — The runtime environment for the job.
Returns
- (::Google::Cloud::Dataflow::V1beta3::RuntimeEnvironment) — The runtime environment for the job.
#job_name
def job_name() -> ::String
Returns
- (::String) — Required. The job name to use for the created job.
#job_name=
def job_name=(value) -> ::String
Parameter
- value (::String) — Required. The job name to use for the created job.
Returns
- (::String) — Required. The job name to use for the created job.
#parameters
def parameters() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — The runtime parameters to pass to the job.
#parameters=
def parameters=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — The runtime parameters to pass to the job.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — The runtime parameters to pass to the job.
#transform_name_mapping
def transform_name_mapping() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
#transform_name_mapping=
def transform_name_mapping=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
#update
def update() -> ::Boolean
Returns
- (::Boolean) — If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
#update=
def update=(value) -> ::Boolean
Parameter
- value (::Boolean) — If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
Returns
- (::Boolean) — If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.