Cloud Build v1 API - Enum StorageSource.Types.SourceFetcher (2.9.0)

public enum StorageSource.Types.SourceFetcher

Reference documentation and code samples for the Cloud Build v1 API enum StorageSource.Types.SourceFetcher.

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

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
GcsFetcher

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

Gsutil

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

Unspecified

Unspecified. Defaults to GSUTIL.