flex_templates
Creates, updates, deletes, gets or lists a flex_templates resource.
Overview
| Name | flex_templates |
| Type | Resource |
| Id | google.dataflow.flex_templates |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
projects_locations_flex_templates_launch | exec | projectId, location | Launch a job with a FlexTemplate. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
location | string | |
projectId | string |
Lifecycle Methods
- projects_locations_flex_templates_launch
Launch a job with a FlexTemplate.
EXEC google.dataflow.flex_templates.projects_locations_flex_templates_launch
@projectId='{{ projectId }}' --required,
@location='{{ location }}' --required
@@json=
'{
"launchParameter": "{{ launchParameter }}",
"validateOnly": {{ validateOnly }}
}'
;