Enum Build.FailureInfo.FailureType (3.11.0)

public enum Build.FailureInfo.FailureType extends Enum<Build.FailureInfo.FailureType> implements ProtocolMessageEnum

The name of a fatal problem encountered during the execution of the build.

Protobuf enum google.devtools.cloudbuild.v1.Build.FailureInfo.FailureType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILURE_TYPE_UNSPECIFIED

Type unspecified

FAILURE_TYPE_UNSPECIFIED = 0;

FAILURE_TYPE_UNSPECIFIED_VALUE

Type unspecified

FAILURE_TYPE_UNSPECIFIED = 0;

FETCH_SOURCE_FAILED

The source fetching has failed.

FETCH_SOURCE_FAILED = 6;

FETCH_SOURCE_FAILED_VALUE

The source fetching has failed.

FETCH_SOURCE_FAILED = 6;

LOGGING_FAILURE

Backend logging failures. Should retry.

LOGGING_FAILURE = 4;

LOGGING_FAILURE_VALUE

Backend logging failures. Should retry.

LOGGING_FAILURE = 4;

PUSH_FAILED

Unable to push the image to the repository.

PUSH_FAILED = 1;

PUSH_FAILED_VALUE

Unable to push the image to the repository.

PUSH_FAILED = 1;

PUSH_IMAGE_NOT_FOUND

Final image not found.

PUSH_IMAGE_NOT_FOUND = 2;

PUSH_IMAGE_NOT_FOUND_VALUE

Final image not found.

PUSH_IMAGE_NOT_FOUND = 2;

PUSH_NOT_AUTHORIZED

Unauthorized push of the final image.

PUSH_NOT_AUTHORIZED = 3;

PUSH_NOT_AUTHORIZED_VALUE

Unauthorized push of the final image.

PUSH_NOT_AUTHORIZED = 3;

UNRECOGNIZED
USER_BUILD_STEP

A build step has failed.

USER_BUILD_STEP = 5;

USER_BUILD_STEP_VALUE

A build step has failed.

USER_BUILD_STEP = 5;

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()