google-apis-analyticsdata_v1beta 0.36.0 → 0.37.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b855afea40621b074ffd7be8aaf4b1678cfeb04d77d77ed98c48ae25092f9968
|
4
|
+
data.tar.gz: c88f7e1808465b2bef4aa0d4e28d5a96a21590e15afaf7a8d9e399d034f78827
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5780e614ef1b4222d2e2dd35bfff0618c59fff5b141fe8474f6714de84c6f03cd0a2d0131e33c298b7b266fb26701761f5955cb45c82f44951555a74f474c6c
|
7
|
+
data.tar.gz: 94143a3c53e0cbacfe6f2434c426b4df07a3c771a0d3bce1eca7cdd9a4456361c95deb512f894910e080a0d4862fcac35df5a87512905c299fb67dbc675e4473
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-analyticsdata_v1beta
|
2
2
|
|
3
|
+
### v0.37.0 (2024-08-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240731
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.36.0 (2024-05-19)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240512
|
@@ -2372,7 +2372,9 @@ module Google
|
|
2372
2372
|
attr_accessor :limit
|
2373
2373
|
|
2374
2374
|
# Aggregation of metrics. Aggregated metric values will be shown in rows where
|
2375
|
-
# the dimension_values are set to "RESERVED_(MetricAggregation)".
|
2375
|
+
# the dimension_values are set to "RESERVED_(MetricAggregation)". Aggregates
|
2376
|
+
# including both comparisons and multiple date ranges will be aggregated based
|
2377
|
+
# on the date ranges.
|
2376
2378
|
# Corresponds to the JSON property `metricAggregations`
|
2377
2379
|
# @return [Array<String>]
|
2378
2380
|
attr_accessor :metric_aggregations
|
@@ -2399,7 +2401,9 @@ module Google
|
|
2399
2401
|
# @return [Fixnum]
|
2400
2402
|
attr_accessor :offset
|
2401
2403
|
|
2402
|
-
# Specifies how rows are ordered in the response.
|
2404
|
+
# Specifies how rows are ordered in the response. Requests including both
|
2405
|
+
# comparisons and multiple date ranges will have order bys applied on the
|
2406
|
+
# comparisons.
|
2403
2407
|
# Corresponds to the JSON property `orderBys`
|
2404
2408
|
# @return [Array<Google::Apis::AnalyticsdataV1beta::OrderBy>]
|
2405
2409
|
attr_accessor :order_bys
|
@@ -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.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240731"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.37.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: 2024-
|
11
|
+
date: 2024-08-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.37.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: []
|