google-apis-analyticsdata_v1beta 0.21.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 347ae77f266797bdbeebe8fe90997405f3c1daef07f78252e71307910b226c55
4
- data.tar.gz: 38cafe92a8994df39ec7c83c50ee7b98f74894947bb36503166e65382c7e3a34
3
+ metadata.gz: 67119dc7beab14ac9d12f34ec30d40f9564fe32b6600886a178f520ae3b7096d
4
+ data.tar.gz: 8a37941f876f3d0560292e34bd71e1b04aa679b29df414708688df8f04c81465
5
5
  SHA512:
6
- metadata.gz: 6618a904b8e3f2f8feb7858cff7f1118783c97ca66219519d00a17a6e24e90d8ebc3b1cf31b4971bd161e0475202c7ef7dee86792a00a57ced8ad5224daaaff9
7
- data.tar.gz: 0ffdad163bb397aab19c3d6c6836d58cab4e5dc38bf785e52f1012f2ce43314bf71c8380a76eb215fd20c858dffed355fd3e6e5eb795418c9a139c84a63dc34a
6
+ metadata.gz: ee6986e29ae00d75fe8a5d8ebd38f995b0a2f2fdb4c349b597dc27a3df3f4870431238714ed670aefefe6c069ddd83a22c91f3adf0458f7531d5f581cda0c712
7
+ data.tar.gz: 9830fd2ca84189d8f3b4f2a7b9b300773ed991e2eb23af7f17f0252029b74dd07df9fd61c898cdf34188166c99f0be8a7a2158eeec03297a3532e0eb065c8523
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsdata_v1beta
2
2
 
3
+ ### v0.22.0 (2022-12-13)
4
+
5
+ * Regenerated from discovery document revision 20221210
6
+
3
7
  ### v0.21.0 (2022-10-27)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsdataV1beta
18
18
  # Version of the google-apis-analyticsdata_v1beta gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220825"
25
+ REVISION = "20221210"
26
26
  end
27
27
  end
28
28
  end
@@ -138,10 +138,7 @@ module Google
138
138
  # A Google Analytics GA4 property identifier whose events are tracked. To learn
139
139
  # more, see [where to find your Property ID](https://developers.google.com/
140
140
  # 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
145
142
  # @param [Google::Apis::AnalyticsdataV1beta::CheckCompatibilityRequest] check_compatibility_request_object
146
143
  # @param [String] fields
147
144
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsdata_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsdata_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsdata_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []