Enum StorageSource.SourceFetcher (3.56.0)

publicenumStorageSource.SourceFetcherextendsEnum<StorageSource.SourceFetcher>implementsProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.