Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::DynamicTemplateLaunchParams.
Parameters to pass when launching a dynamic template.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#gcs_path
defgcs_path()->::String
Returns
(::String) — Path to the dynamic template specification file on Cloud Storage.
The file must be a JSON serialized DynamicTemplateFileSpec object.
#gcs_path=
defgcs_path=(value)->::String
Parameter
value (::String) — Path to the dynamic template specification file on Cloud Storage.
The file must be a JSON serialized DynamicTemplateFileSpec object.
Returns
(::String) — Path to the dynamic template specification file on Cloud Storage.
The file must be a JSON serialized DynamicTemplateFileSpec object.
#staging_location
defstaging_location()->::String
Returns
(::String) — Cloud Storage path for staging dependencies.
Must be a valid Cloud Storage URL, beginning with gs://.
#staging_location=
defstaging_location=(value)->::String
Parameter
value (::String) — Cloud Storage path for staging dependencies.
Must be a valid Cloud Storage URL, beginning with gs://.
Returns
(::String) — Cloud Storage path for staging dependencies.
Must be a valid Cloud Storage URL, beginning with gs://.
[[["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::DynamicTemplateLaunchParams (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-DynamicTemplateLaunchParams)\n- [0.13.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.13.0/Google-Cloud-Dataflow-V1beta3-DynamicTemplateLaunchParams)\n- [0.12.1](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.12.1/Google-Cloud-Dataflow-V1beta3-DynamicTemplateLaunchParams)\n- [0.11.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.11.0/Google-Cloud-Dataflow-V1beta3-DynamicTemplateLaunchParams)\n- [0.10.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.10.0/Google-Cloud-Dataflow-V1beta3-DynamicTemplateLaunchParams)\n- [0.9.1](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.9.1/Google-Cloud-Dataflow-V1beta3-DynamicTemplateLaunchParams)\n- [0.8.2](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.8.2/Google-Cloud-Dataflow-V1beta3-DynamicTemplateLaunchParams)\n- [0.7.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.7.0/Google-Cloud-Dataflow-V1beta3-DynamicTemplateLaunchParams)\n- [0.6.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.6.0/Google-Cloud-Dataflow-V1beta3-DynamicTemplateLaunchParams)\n- [0.5.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.5.0/Google-Cloud-Dataflow-V1beta3-DynamicTemplateLaunchParams)\n- [0.4.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.4.0/Google-Cloud-Dataflow-V1beta3-DynamicTemplateLaunchParams)\n- [0.3.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.3.0/Google-Cloud-Dataflow-V1beta3-DynamicTemplateLaunchParams)\n- [0.2.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.2.0/Google-Cloud-Dataflow-V1beta3-DynamicTemplateLaunchParams)\n- [0.1.4](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.1.4/Google-Cloud-Dataflow-V1beta3-DynamicTemplateLaunchParams) \nReference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::DynamicTemplateLaunchParams.\n\nParameters to pass when launching a dynamic template. \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### #gcs_path\n\n def gcs_path() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Path to the dynamic template specification file on Cloud Storage. The file must be a JSON serialized `DynamicTemplateFileSpec` object.\n\n### #gcs_path=\n\n def gcs_path=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Path to the dynamic template specification file on Cloud Storage. The file must be a JSON serialized `DynamicTemplateFileSpec` object. \n**Returns**\n\n- (::String) --- Path to the dynamic template specification file on Cloud Storage. The file must be a JSON serialized `DynamicTemplateFileSpec` object.\n\n### #staging_location\n\n def staging_location() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Cloud Storage path for staging dependencies. Must be a valid Cloud Storage URL, beginning with `gs://`.\n\n### #staging_location=\n\n def staging_location=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Cloud Storage path for staging dependencies. Must be a valid Cloud Storage URL, beginning with `gs://`. \n**Returns**\n\n- (::String) --- Cloud Storage path for staging dependencies. Must be a valid Cloud Storage URL, beginning with `gs://`."]]