Struct google_cloudbuild1::Source[][src]

pub struct Source {
    pub repo_source: Option<RepoSource>,
    pub storage_source: Option<StorageSource>,
}

Location of the source in a supported storage service.

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

Fields

If provided, get the source from this location in a Cloud Source Repository.

If provided, get the source from this location in Google Cloud Storage.

Trait Implementations

impl Default for Source
[src]

Returns the "default value" for a type. Read more

impl Clone for Source
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Source
[src]

Formats the value using the given formatter. Read more

impl Part for Source
[src]

Auto Trait Implementations

impl Send for Source

impl Sync for Source