Note: The following fields are mutually exclusive: container_spec, container_spec_gcs_path. If a field in that set is populated, all other fields in the set will automatically be cleared.
Note: The following fields are mutually exclusive: container_spec, container_spec_gcs_path. If a field in that set is populated, all other fields in the set will automatically be cleared.
Note: The following fields are mutually exclusive: container_spec, container_spec_gcs_path. If a field in that set is populated, all other fields in the set will automatically be cleared.
#container_spec_gcs_path
defcontainer_spec_gcs_path()->::String
Returns
(::String) — Cloud Storage path to a file with json serialized ContainerSpec as
content.
Note: The following fields are mutually exclusive: container_spec_gcs_path, container_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.
#container_spec_gcs_path=
defcontainer_spec_gcs_path=(value)->::String
Parameter
value (::String) — Cloud Storage path to a file with json serialized ContainerSpec as
content.
Note: The following fields are mutually exclusive: container_spec_gcs_path, container_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
(::String) — Cloud Storage path to a file with json serialized ContainerSpec as
content.
Note: The following fields are mutually exclusive: container_spec_gcs_path, container_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.
(::Google::Protobuf::Map{::String => ::String}) — Launch options for this flex template job. This is a common set of options
across languages and templates. This should not be used to pass job
parameters.
value (::Google::Protobuf::Map{::String => ::String}) — Launch options for this flex template job. This is a common set of options
across languages and templates. This should not be used to pass job
parameters.
Returns
(::Google::Protobuf::Map{::String => ::String}) — Launch options for this flex template job. This is a common set of options
across languages and templates. This should not be used to pass job
parameters.
(::Google::Protobuf::Map{::String => ::String}) — Use this to pass transform_name_mappings for streaming update jobs.
Ex:{"oldTransformName":"newTransformName",...}'
value (::Google::Protobuf::Map{::String => ::String}) — Use this to pass transform_name_mappings for streaming update jobs.
Ex:{"oldTransformName":"newTransformName",...}'
Returns
(::Google::Protobuf::Map{::String => ::String}) — Use this to pass transform_name_mappings for streaming update jobs.
Ex:{"oldTransformName":"newTransformName",...}'
#update
defupdate()->::Boolean
Returns
(::Boolean) — Set this to true if you are sending a request to update a running
streaming job. When set, the job name should be the same as the
running job.
#update=
defupdate=(value)->::Boolean
Parameter
value (::Boolean) — Set this to true if you are sending a request to update a running
streaming job. When set, the job name should be the same as the
running job.
Returns
(::Boolean) — Set this to true if you are sending a request to update a running
streaming job. When set, the job name should be the same as the
running job.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Dataflow V1beta3 API - Class Google::Cloud::Dataflow::V1beta3::LaunchFlexTemplateParameter (v0.13.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.13.1 (latest)](/ruby/docs/reference/google-cloud-dataflow-v1beta3/latest/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter)\n- [0.13.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.13.0/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter)\n- [0.12.1](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.12.1/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter)\n- [0.11.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.11.0/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter)\n- [0.10.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.10.0/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter)\n- [0.9.1](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.9.1/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter)\n- [0.8.2](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.8.2/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter)\n- [0.7.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.7.0/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter)\n- [0.6.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.6.0/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter)\n- [0.5.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.5.0/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter)\n- [0.4.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.4.0/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter)\n- [0.3.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.3.0/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter)\n- [0.2.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.2.0/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter)\n- [0.1.4](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.1.4/Google-Cloud-Dataflow-V1beta3-LaunchFlexTemplateParameter) \nReference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::LaunchFlexTemplateParameter.\n\nLaunch FlexTemplate Parameter. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #container_spec\n\n def container_spec() -\u003e ::Google::Cloud::Dataflow::V1beta3::ContainerSpec\n\n**Returns**\n\n- ([::Google::Cloud::Dataflow::V1beta3::ContainerSpec](./Google-Cloud-Dataflow-V1beta3-ContainerSpec)) --- Spec about the container image to launch.\n\n\n Note: The following fields are mutually exclusive: `container_spec`, `container_spec_gcs_path`. If a field in that set is populated, all other fields in the set will automatically be cleared.\n\n### #container_spec=\n\n def container_spec=(value) -\u003e ::Google::Cloud::Dataflow::V1beta3::ContainerSpec\n\n**Parameter**\n\n- **value** ([::Google::Cloud::Dataflow::V1beta3::ContainerSpec](./Google-Cloud-Dataflow-V1beta3-ContainerSpec)) --- Spec about the container image to launch.\n\n\nNote: The following fields are mutually exclusive: `container_spec`, `container_spec_gcs_path`. If a field in that set is populated, all other fields in the set will automatically be cleared. \n**Returns**\n\n- ([::Google::Cloud::Dataflow::V1beta3::ContainerSpec](./Google-Cloud-Dataflow-V1beta3-ContainerSpec)) --- Spec about the container image to launch.\n\n\n Note: The following fields are mutually exclusive: `container_spec`, `container_spec_gcs_path`. If a field in that set is populated, all other fields in the set will automatically be cleared.\n\n### #container_spec_gcs_path\n\n def container_spec_gcs_path() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Cloud Storage path to a file with json serialized ContainerSpec as content.\n\n Note: The following fields are mutually exclusive: `container_spec_gcs_path`, `container_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.\n\n### #container_spec_gcs_path=\n\n def container_spec_gcs_path=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Cloud Storage path to a file with json serialized ContainerSpec as content.\n\n\nNote: The following fields are mutually exclusive: `container_spec_gcs_path`, `container_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared. \n**Returns**\n\n- (::String) --- Cloud Storage path to a file with json serialized ContainerSpec as content.\n\n Note: The following fields are mutually exclusive: `container_spec_gcs_path`, `container_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.\n\n### #environment\n\n def environment() -\u003e ::Google::Cloud::Dataflow::V1beta3::FlexTemplateRuntimeEnvironment\n\n**Returns**\n\n- ([::Google::Cloud::Dataflow::V1beta3::FlexTemplateRuntimeEnvironment](./Google-Cloud-Dataflow-V1beta3-FlexTemplateRuntimeEnvironment)) --- The runtime environment for the FlexTemplate job\n\n### #environment=\n\n def environment=(value) -\u003e ::Google::Cloud::Dataflow::V1beta3::FlexTemplateRuntimeEnvironment\n\n**Parameter**\n\n- **value** ([::Google::Cloud::Dataflow::V1beta3::FlexTemplateRuntimeEnvironment](./Google-Cloud-Dataflow-V1beta3-FlexTemplateRuntimeEnvironment)) --- The runtime environment for the FlexTemplate job \n**Returns**\n\n- ([::Google::Cloud::Dataflow::V1beta3::FlexTemplateRuntimeEnvironment](./Google-Cloud-Dataflow-V1beta3-FlexTemplateRuntimeEnvironment)) --- The runtime environment for the FlexTemplate job\n\n### #job_name\n\n def job_name() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The job name to use for the created job. For update job request, job name should be same as the existing running job.\n\n### #job_name=\n\n def job_name=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. The job name to use for the created job. For update job request, job name should be same as the existing running job. \n**Returns**\n\n- (::String) --- Required. The job name to use for the created job. For update job request, job name should be same as the existing running job.\n\n### #launch_options\n\n def launch_options() -\u003e ::Google::Protobuf::Map{::String =\u003e ::String}\n\n**Returns**\n\n- (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- Launch options for this flex template job. This is a common set of options across languages and templates. This should not be used to pass job parameters.\n\n### #launch_options=\n\n def launch_options=(value) -\u003e ::Google::Protobuf::Map{::String =\u003e ::String}\n\n**Parameter**\n\n- **value** (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- Launch options for this flex template job. This is a common set of options across languages and templates. This should not be used to pass job parameters. \n**Returns**\n\n- (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- Launch options for this flex template job. This is a common set of options across languages and templates. This should not be used to pass job parameters.\n\n### #parameters\n\n def parameters() -\u003e ::Google::Protobuf::Map{::String =\u003e ::String}\n\n**Returns**\n\n- (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- The parameters for FlexTemplate. Ex. {\"num_workers\":\"5\"}\n\n### #parameters=\n\n def parameters=(value) -\u003e ::Google::Protobuf::Map{::String =\u003e ::String}\n\n**Parameter**\n\n- **value** (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- The parameters for FlexTemplate. Ex. {\"num_workers\":\"5\"} \n**Returns**\n\n- (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- The parameters for FlexTemplate. Ex. {\"num_workers\":\"5\"}\n\n### #transform_name_mappings\n\n def transform_name_mappings() -\u003e ::Google::Protobuf::Map{::String =\u003e ::String}\n\n**Returns**\n\n- (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- Use this to pass transform_name_mappings for streaming update jobs. Ex:{\"oldTransformName\":\"newTransformName\",...}'\n\n### #transform_name_mappings=\n\n def transform_name_mappings=(value) -\u003e ::Google::Protobuf::Map{::String =\u003e ::String}\n\n**Parameter**\n\n- **value** (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- Use this to pass transform_name_mappings for streaming update jobs. Ex:{\"oldTransformName\":\"newTransformName\",...}' \n**Returns**\n\n- (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- Use this to pass transform_name_mappings for streaming update jobs. Ex:{\"oldTransformName\":\"newTransformName\",...}'\n\n### #update\n\n def update() -\u003e ::Boolean\n\n**Returns**\n\n- (::Boolean) --- Set this to true if you are sending a request to update a running streaming job. When set, the job name should be the same as the running job.\n\n### #update=\n\n def update=(value) -\u003e ::Boolean\n\n**Parameter**\n\n- **value** (::Boolean) --- Set this to true if you are sending a request to update a running streaming job. When set, the job name should be the same as the running job. \n**Returns**\n\n- (::Boolean) --- Set this to true if you are sending a request to update a running streaming job. When set, the job name should be the same as the running job."]]