Struct gapi_grpc::google::cloud::dataproc::v1beta2::WorkflowTemplate [−][src]
A Dataproc workflow template resource.
Fields
id: String
Required. The template id.
The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between 3 and 50 characters.
.
name: String
Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names.
-
For
projects.regions.workflowTemplates
, the resource name of the template has the following format:projects/{project_id}/regions/{region}/workflowTemplates/{template_id}
-
For
projects.locations.workflowTemplates
, the resource name of the template has the following format:projects/{project_id}/locations/{location}/workflowTemplates/{template_id}
version: i32
Optional. Used to perform a consistent read-modify-write.
This field should be left blank for a CreateWorkflowTemplate
request. It
is required for an UpdateWorkflowTemplate
request, and must match the
current server version. A typical update template flow would fetch the
current template with a GetWorkflowTemplate
request, which will return
the current template with the version
field filled in with the
current server version. The user updates other fields in the template,
then returns it as part of the UpdateWorkflowTemplate
request.
create_time: Option<Timestamp>
Output only. The time template was created.
update_time: Option<Timestamp>
Output only. The time template was last updated.
labels: HashMap<String, String>
Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created by the workflow instance.
Label keys must contain 1 to 63 characters, and must conform to RFC 1035.
Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035.
No more than 32 labels can be associated with a template.
placement: Option<WorkflowTemplatePlacement>
Required. WorkflowTemplate scheduling information.
jobs: Vec<OrderedJob>
Required. The Directed Acyclic Graph of Jobs to submit.
parameters: Vec<TemplateParameter>
Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided when the template is instantiated.
dag_timeout: Option<Duration>
Optional. Timeout duration for the DAG of jobs. You can use “s”, “m”, “h”, and “d” suffixes for second, minute, hour, and day duration values, respectively. The timeout duration must be from 10 minutes (“10m”) to 24 hours (“24h” or “1d”). The timer begins when the first job is submitted. If the workflow is running at the end of the timeout period, any remaining jobs are cancelled, the workflow is terminated, and if the workflow was running on a managed cluster, the cluster is deleted.
Trait Implementations
impl Clone for WorkflowTemplate
[src][+]
impl Debug for WorkflowTemplate
[src][+]
impl Default for WorkflowTemplate
[src][+]
impl Message for WorkflowTemplate
[src][+]
impl PartialEq<WorkflowTemplate> for WorkflowTemplate
[src][+]
impl StructuralPartialEq for WorkflowTemplate
[src]
Auto Trait Implementations
impl RefUnwindSafe for WorkflowTemplate
impl Send for WorkflowTemplate
impl Sync for WorkflowTemplate
impl Unpin for WorkflowTemplate
impl UnwindSafe for WorkflowTemplate
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,