Skip to content

Commit

Permalink
feat: Automated regeneration of chromeuxreport v1 client (#20257)
Browse files Browse the repository at this point in the history
Auto-created at 2024-09-22 09:41:24 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Sep 22, 2024
1 parent d50446a commit c99ea82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-chromeuxreport_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-chromeuxreport_v1

### v0.25.0 (2024-09-22)

* Regenerated from discovery document revision 20240916
* Regenerated using generator version 0.15.1

### v0.24.0 (2024-05-19)

* Regenerated using generator version 0.15.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Bin

# The proportion of users that experienced this bin's value for the given metric.
# Corresponds to the JSON property `density`
# @return [Float]
# @return [Object]
attr_accessor :density

# End is the end of the data bin. If end is not populated, then the bin has no
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ChromeuxreportV1
# Version of the google-apis-chromeuxreport_v1 gem
GEM_VERSION = "0.24.0"
GEM_VERSION = "0.25.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240102"
REVISION = "20240916"
end
end
end

0 comments on commit c99ea82

Please sign in to comment.