Enum BuildOptions.DefaultLogsBucketBehavior (3.53.0)

public enum BuildOptions.DefaultLogsBucketBehavior extends Enum<BuildOptions.DefaultLogsBucketBehavior> implements ProtocolMessageEnum

Default Cloud Storage log bucket behavior options.

Protobuf enum google.devtools.cloudbuild.v1.BuildOptions.DefaultLogsBucketBehavior

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEFAULT_LOGS_BUCKET_BEHAVIOR_UNSPECIFIED

Unspecified.

DEFAULT_LOGS_BUCKET_BEHAVIOR_UNSPECIFIED = 0;

DEFAULT_LOGS_BUCKET_BEHAVIOR_UNSPECIFIED_VALUE

Unspecified.

DEFAULT_LOGS_BUCKET_BEHAVIOR_UNSPECIFIED = 0;

LEGACY_BUCKET

Bucket is located in a Google-owned project and is not regionalized.

LEGACY_BUCKET = 2;

LEGACY_BUCKET_VALUE

Bucket is located in a Google-owned project and is not regionalized.

LEGACY_BUCKET = 2;

REGIONAL_USER_OWNED_BUCKET

Bucket is located in user-owned project in the same region as the build. The builder service account must have access to create and write to Cloud Storage buckets in the build project.

REGIONAL_USER_OWNED_BUCKET = 1;

REGIONAL_USER_OWNED_BUCKET_VALUE

Bucket is located in user-owned project in the same region as the build. The builder service account must have access to create and write to Cloud Storage buckets in the build project.

REGIONAL_USER_OWNED_BUCKET = 1;

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