Struct google_cloudbuild1::Source[][src]

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

Source describes the 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 Google Cloud Storage.

If provided, get source from this location in a Cloud Repo.

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