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 \ BuildOptionsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;