[][src]Struct google_dataproc1::JobReference

pub struct JobReference {
    pub project_id: Option<String>,
    pub job_id: Option<String>,
}

Encapsulates the full scoping used to reference a job.

This type is not used in any activity, and only used as part of another schema.

Fields

project_id: Option<String>

Required. The ID of the Google Cloud Platform project that the job belongs to.

job_id: Option<String>

Optional. The job ID, which must be unique within the project.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or hyphens (-). The maximum length is 100 characters.If not specified by the caller, the job ID will be provided by the server.

Trait Implementations

impl Part for JobReference[src]

impl Clone for JobReference[src]

impl Default for JobReference[src]

impl Debug for JobReference[src]

impl Serialize for JobReference[src]

impl<'de> Deserialize<'de> for JobReference[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]