Module: Google::Cloud::Build::V1::BuildOptions::DefaultLogsBucketBehavior
- Defined in:
 - proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
 
Overview
Default Cloud Storage log bucket behavior options.
Constant Summary collapse
- DEFAULT_LOGS_BUCKET_BEHAVIOR_UNSPECIFIED =
          
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 Cloud Storage buckets in the build project.
 1- LEGACY_BUCKET =
          
Bucket is located in a Google-owned project and is not regionalized.
 2