google-apis-analyticsdata_v1beta 0.21.0 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67119dc7beab14ac9d12f34ec30d40f9564fe32b6600886a178f520ae3b7096d
|
|
4
|
+
data.tar.gz: 8a37941f876f3d0560292e34bd71e1b04aa679b29df414708688df8f04c81465
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee6986e29ae00d75fe8a5d8ebd38f995b0a2f2fdb4c349b597dc27a3df3f4870431238714ed670aefefe6c069ddd83a22c91f3adf0458f7531d5f581cda0c712
|
|
7
|
+
data.tar.gz: 9830fd2ca84189d8f3b4f2a7b9b300773ed991e2eb23af7f17f0252029b74dd07df9fd61c898cdf34188166c99f0be8a7a2158eeec03297a3532e0eb065c8523
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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
|
|
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.
|
|
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:
|
|
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.
|
|
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: []
|