Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite889809

Browse files
feat: [google-cloud-build] Add LEGACY_BUCKET option to DefaultLogsBucketBehavior (#13099)
BEGIN_COMMIT_OVERRIDEfeat: Add LEGACY_BUCKET option to DefaultLogsBucketBehaviordocs: Sanitize docsEND_COMMIT_OVERRIDE- [ ] Regenerate this pull request now.docs: Sanitize docsPiperOrigin-RevId: 677021009Source-Link:googleapis/googleapis@a18d9b2Source-Link:googleapis/googleapis-gen@09d68f3Copy-Tag:eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJ1aWxkLy5Pd2xCb3QueWFtbCIsImgiOiIwOWQ2OGYzNTM2NWM3NGFkMjc2Y2VhM2U3YzI2NTUzYTE0ODVmYWEwIn0=---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parentafcf7cb commite889809

File tree

1 file changed

+7
-2
lines changed
  • packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/types

1 file changed

+7
-2
lines changed

‎packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/types/cloudbuild.py‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3278,7 +3278,7 @@ class LoggingMode(proto.Enum):
32783278
NONE=4
32793279

32803280
classDefaultLogsBucketBehavior(proto.Enum):
3281-
r"""DefaultGCS log bucket behavior options.
3281+
r"""DefaultCloud Storage log bucket behavior options.
32823282
32833283
Values:
32843284
DEFAULT_LOGS_BUCKET_BEHAVIOR_UNSPECIFIED (0):
@@ -3287,10 +3287,15 @@ class DefaultLogsBucketBehavior(proto.Enum):
32873287
Bucket is located in user-owned project in
32883288
the same region as the build. The builder
32893289
service account must have access to create and
3290-
write to GCS buckets in the build project.
3290+
write to Cloud Storage buckets in the build
3291+
project.
3292+
LEGACY_BUCKET (2):
3293+
Bucket is located in a Google-owned project
3294+
and is not regionalized.
32913295
"""
32923296
DEFAULT_LOGS_BUCKET_BEHAVIOR_UNSPECIFIED=0
32933297
REGIONAL_USER_OWNED_BUCKET=1
3298+
LEGACY_BUCKET=2
32943299

32953300
classPoolOption(proto.Message):
32963301
r"""Details about how a build should be executed on a ``WorkerPool``.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp