Cloud Build V1 API - Module Google::Cloud::Build::V1::StorageSource::SourceFetcher (v1.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.