Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-toolresults_v1beta3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-toolresults_v1beta3

### v0.28.0 (2026-03-22)

* Regenerated from discovery document revision 20260318

### v0.27.0 (2026-01-11)

* Regenerated from discovery document revision 20260108
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ToolresultsV1beta3
# Version of the google-apis-toolresults_v1beta3 gem
GEM_VERSION = "0.27.0"
GEM_VERSION = "0.28.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20260108"
REVISION = "20260318"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_project_settings(project_id, fields: nil, quota_user: nil, options: nil,
# project. Except for in rare cases, calling this method in parallel from
# multiple clients will only create a single bucket. In order to avoid
# unnecessary storage charges, the bucket is configured to automatically delete
# objects older than 90 days. The bucket is created with the following
# objects older than 60 days. The bucket is created with the following
# permissions: - Owner access for owners of central storage project (FTL-owned) -
# Writer access for owners/editors of customer project - Reader access for
# viewers of customer project The default ACL on objects created in the bucket
Expand Down
Loading