Cloud Build V1 API - Module Google::Cloud::Build::V1::StorageSource::SourceFetcher (v0.27.0)

Reference documentation and code samples for the Cloud Build V1 API module Google::Cloud::Build::V1::StorageSource::SourceFetcher.

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

Constants

SOURCE_FETCHER_UNSPECIFIED

value: 0
Unspecified. Defaults to GSUTIL.

GSUTIL

value: 1
Use the "gsutil" tool to download the source file.

GCS_FETCHER

value: 2
Use the Cloud Storage Fetcher tool to download the source file.