[−][src]Struct google_dataproc1::WorkflowTemplate
A Dataproc workflow template resource.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- locations workflow templates create projects (request|response)
- regions workflow templates create projects (request|response)
- regions workflow templates instantiate inline projects (request)
- regions workflow templates update projects (request|response)
- locations workflow templates instantiate inline projects (request)
- locations workflow templates get projects (response)
- locations workflow templates update projects (request|response)
- regions workflow templates get projects (response)
Fields
update_time: Option<String>Output only. The time template was last updated.
jobs: Option<Vec<OrderedJob>>Required. The Directed Acyclic Graph of Jobs to submit.
name: Option<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}
parameters: Option<Vec<TemplateParameter>>Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided when the template is instantiated.
labels: Option<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 (https://www.ietf.org/rfc/rfc1035.txt).Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt).No more than 32 labels can be associated with a template.
create_time: Option<String>Output only. The time template was created.
version: Option<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.
placement: Option<WorkflowTemplatePlacement>Required. WorkflowTemplate scheduling information.
id: Option<String>no description provided
Trait Implementations
impl Clone for WorkflowTemplate[src]
fn clone(&self) -> WorkflowTemplate[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for WorkflowTemplate[src]
impl Default for WorkflowTemplate[src]
fn default() -> WorkflowTemplate[src]
impl<'de> Deserialize<'de> for WorkflowTemplate[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl RequestValue for WorkflowTemplate[src]
impl ResponseResult for WorkflowTemplate[src]
impl Serialize 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,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,