Enum BuildOptions.DefaultLogsBucketBehavior (3.20.0)

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

Default GCS log bucket behavior options.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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;

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 GCS 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 GCS buckets in the build project.

REGIONAL_USER_OWNED_BUCKET = 1;

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