Google Cloud Build V1 Client - Class DefaultLogsBucketBehavior (0.11.0)

Reference documentation and code samples for the Google Cloud Build V1 Client class DefaultLogsBucketBehavior.

Default GCS log bucket behavior options.

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

Namespace

Google \ Cloud \ Build \ V1 \ BuildOptions

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

DEFAULT_LOGS_BUCKET_BEHAVIOR_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum DEFAULT_LOGS_BUCKET_BEHAVIOR_UNSPECIFIED = 0;

REGIONAL_USER_OWNED_BUCKET

Value: 1

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.

Generated from protobuf enum REGIONAL_USER_OWNED_BUCKET = 1;