Struct google_cloudbuild1::RepoSource[][src]

pub struct RepoSource {
    pub repo_name: Option<String>,
    pub tag_name: Option<String>,
    pub project_id: Option<String>,
    pub branch_name: Option<String>,
    pub dir: Option<String>,
    pub commit_sha: Option<String>,
}

RepoSource describes the location of the source in a Google Cloud Source Repository.

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).

Fields

Name of the repo. If omitted, the name "default" is assumed.

Name of the tag to build.

ID of the project that owns the repo. If omitted, the project ID requesting the build is assumed.

Name of the branch to build.

Directory, relative to the source root, in which to run the build.

Explicit commit SHA to build.

Trait Implementations

impl Default for RepoSource
[src]

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

impl Clone for RepoSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RepoSource
[src]

Formats the value using the given formatter. Read more

impl RequestValue for RepoSource
[src]

Auto Trait Implementations

impl Send for RepoSource

impl Sync for RepoSource