Struct google_api_proto::google::cloud::dataproc::v1::OrderedJob
source · pub struct OrderedJob {
pub step_id: String,
pub labels: BTreeMap<String, String>,
pub scheduling: Option<JobScheduling>,
pub prerequisite_step_ids: Vec<String>,
pub job_type: Option<JobType>,
}
Expand description
A job executed by the workflow.
Fields§
§step_id: String
Required. The step id. The id must be unique among all jobs within the template.
The step id is used as prefix for job id, as job
goog-dataproc-workflow-step-id
label, and in
[prerequisiteStepIds][google.cloud.dataproc.v1.OrderedJob.prerequisite_step_ids]
field from other steps.
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.
labels: BTreeMap<String, String>
Optional. The labels to associate with this job.
Label keys must be between 1 and 63 characters long, and must conform to the following regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62}
Label values must be between 1 and 63 characters long, and must conform to the following regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63}
No more than 32 labels can be associated with a given job.
scheduling: Option<JobScheduling>
Optional. Job scheduling configuration.
prerequisite_step_ids: Vec<String>
Optional. The optional list of prerequisite job step_ids. If not specified, the job will start at the beginning of workflow.
job_type: Option<JobType>
Required. The job definition.
Trait Implementations§
source§impl Clone for OrderedJob
impl Clone for OrderedJob
source§fn clone(&self) -> OrderedJob
fn clone(&self) -> OrderedJob
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for OrderedJob
impl Debug for OrderedJob
source§impl Default for OrderedJob
impl Default for OrderedJob
source§impl Message for OrderedJob
impl Message for OrderedJob
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for OrderedJob
impl PartialEq for OrderedJob
source§fn eq(&self, other: &OrderedJob) -> bool
fn eq(&self, other: &OrderedJob) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OrderedJob
Auto Trait Implementations§
impl Freeze for OrderedJob
impl RefUnwindSafe for OrderedJob
impl Send for OrderedJob
impl Sync for OrderedJob
impl Unpin for OrderedJob
impl UnwindSafe for OrderedJob
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request