sourceFetcher property

String? sourceFetcher
getter/setter pair

Option to specify the tool to fetch the source file for the build.

Optional. Possible string values are:

  • "SOURCE_FETCHER_UNSPECIFIED" : Unspecified defaults to GSUTIL.
  • "GSUTIL" : Use the "gsutil" tool to download the source file.
  • "GCS_FETCHER" : Use the Cloud Storage Fetcher tool to download the source file.

Implementation

core.String? sourceFetcher;