Enum StorageSource.SourceFetcher (3.43.0)

public enum StorageSource.SourceFetcher extends Enum<StorageSource.SourceFetcher> implements ProtocolMessageEnum

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

Protobuf enum google.devtools.cloudbuild.v1.StorageSource.SourceFetcher

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GCS_FETCHER

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

GCS_FETCHER = 2;

GCS_FETCHER_VALUE

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

GCS_FETCHER = 2;

GSUTIL

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

GSUTIL = 1;

GSUTIL_VALUE

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

GSUTIL = 1;

SOURCE_FETCHER_UNSPECIFIED

Unspecified. Defaults to GSUTIL.

SOURCE_FETCHER_UNSPECIFIED = 0;

SOURCE_FETCHER_UNSPECIFIED_VALUE

Unspecified. Defaults to GSUTIL.

SOURCE_FETCHER_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()