Reference documentation and code samples for the Google Cloud Build V1 Client class SourceFetcher.
Specifies the tool to fetch the source file for the build.
Protobuf type google.devtools.cloudbuild.v1.StorageSource.SourceFetcher
Namespace
Google \ Cloud \ Build \ V1 \ StorageSourceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SOURCE_FETCHER_UNSPECIFIED
Value: 0
Unspecified. Defaults to GSUTIL.
Generated from protobuf enum SOURCE_FETCHER_UNSPECIFIED = 0;
GSUTIL
Value: 1
Use the "gsutil" tool to download the source file.
Generated from protobuf enum GSUTIL = 1;
GCS_FETCHER
Value: 2
Use the Cloud Storage Fetcher tool to download the source file.
Generated from protobuf enum GCS_FETCHER = 2;