Skip to content

Commit

Permalink
feat: Automated regeneration of analyticsdata v1beta client (googleap…
Browse files Browse the repository at this point in the history
…is#8773)

Auto-created at 2022-03-24 11:16:42 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 24, 2022
1 parent 9913486 commit f20f870
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-analyticsdata_v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-analyticsdata_v1beta

### v0.12.0 (2022-03-24)

* Regenerated from discovery document revision 20220322
* Regenerated using generator version 0.4.1

### v0.11.0 (2022-01-05)

* Regenerated from discovery document revision 20211230
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,9 @@ def update!(**args)
end
end

# The sort options.
# Order bys define how rows will be sorted in the response. For example,
# ordering rows by descending event count is one ordering, and ordering rows by
# the event name string is a different ordering.
class OrderBy
include Google::Apis::Core::Hashable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AnalyticsdataV1beta
# Version of the google-apis-analyticsdata_v1beta gem
GEM_VERSION = "0.11.0"
GEM_VERSION = "0.12.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20211230"
REVISION = "20220322"
end
end
end

0 comments on commit f20f870

Please sign in to comment.