Module: Google::Cloud::Build::V1::StorageSource::SourceFetcher

Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

Specifies the tool to fetch the source file for the build.

Constant Summary collapse

SOURCE_FETCHER_UNSPECIFIED =

Unspecified. Defaults to GSUTIL.

0
GSUTIL =

Use the "gsutil" tool to download the source file.

1
GCS_FETCHER =

Use the Cloud Storage Fetcher tool to download the source file.

2