Skip to content

Commit 951eee9

Browse files
feat: Automated regeneration of analyticsdata v1beta client (#13057)
Auto-created at 2022-12-13 11:05:24 +0000 using the toys pull request generator.
1 parent a852af2 commit 951eee9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

generated/google-apis-analyticsdata_v1beta/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-analyticsdata_v1beta
22

3+
### v0.22.0 (2022-12-13)
4+
5+
* Regenerated from discovery document revision 20221210
6+
37
### v0.21.0 (2022-10-27)
48

59
* Regenerated using generator version 0.11.0

generated/google-apis-analyticsdata_v1beta/lib/google/apis/analyticsdata_v1beta/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AnalyticsdataV1beta
1818
# Version of the google-apis-analyticsdata_v1beta gem
19-
GEM_VERSION = "0.21.0"
19+
GEM_VERSION = "0.22.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.11.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20220825"
25+
REVISION = "20221210"
2626
end
2727
end
2828
end

generated/google-apis-analyticsdata_v1beta/lib/google/apis/analyticsdata_v1beta/service.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,7 @@ def batch_property_run_reports(property, batch_run_reports_request_object = nil,
138138
# A Google Analytics GA4 property identifier whose events are tracked. To learn
139139
# more, see [where to find your Property ID](https://developers.google.com/
140140
# analytics/devguides/reporting/data/v1/property-id). `property` should be the
141-
# same value as in your `runReport` request. Example: properties/1234 Set the
142-
# Property ID to 0 for compatibility checking on dimensions and metrics common
143-
# to all properties. In this special mode, this method will not return custom
144-
# dimensions and metrics.
141+
# same value as in your `runReport` request. Example: properties/1234
145142
# @param [Google::Apis::AnalyticsdataV1beta::CheckCompatibilityRequest] check_compatibility_request_object
146143
# @param [String] fields
147144
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)