Skip to content

Commit

Permalink
feat: [cloudbuild] Add LEGACY_BUCKET option to DefaultLogsBucketBehav…
Browse files Browse the repository at this point in the history
…ior (#5700)

* feat: Add LEGACY_BUCKET option to DefaultLogsBucketBehavior
docs: Sanitize docs

PiperOrigin-RevId: 677021009

Source-Link: googleapis/googleapis@a18d9b2

Source-Link: googleapis/googleapis-gen@09d68f3
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWRldnRvb2xzLWNsb3VkYnVpbGQvLk93bEJvdC55YW1sIiwiaCI6IjA5ZDY4ZjM1MzY1Yzc0YWQyNzZjZWEzZTdjMjY1NTNhMTQ4NWZhYTAifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Sep 26, 2024
1 parent 1051fa6 commit 7cbf6b2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2228,15 +2228,18 @@ message BuildOptions {
NONE = 4;
}

// Default GCS log bucket behavior options.
// Default Cloud Storage log bucket behavior options.
enum DefaultLogsBucketBehavior {
// Unspecified.
DEFAULT_LOGS_BUCKET_BEHAVIOR_UNSPECIFIED = 0;

// 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.
// to Cloud Storage buckets in the build project.
REGIONAL_USER_OWNED_BUCKET = 1;

// Bucket is located in a Google-owned project and is not regionalized.
LEGACY_BUCKET = 2;
}

// Requested hash for SourceProvenance.
Expand Down
3 changes: 2 additions & 1 deletion packages/google-devtools-cloudbuild/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/google-devtools-cloudbuild/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/google-devtools-cloudbuild/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cbf6b2

Please sign in to comment.