google-apis-analyticsdata_v1beta 0.27.0 → 0.28.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: b930b9198277576bf8326263af099440eb0678b17af080a72188e471a5a82d3b
|
4
|
+
data.tar.gz: 93db4e8c687ff5229fd0d9c69516e5c00ca48a774ef4eb48f9821e9568473316
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e44939a6862b72e00f52d66aa9f87815d372489b55fc4bf14dda64820a45b4258095fc6ccfb18918fb4e342b47e3001790bb5683bff593068e89fe7108c49323
|
7
|
+
data.tar.gz: 9d2208a715a651aebb1de48db0841660fce00ee2d4e8a022648da24b71910d92947774388db40f9a07423b955f8267c078b88057f4d0668d368a5faba056948f
|
data/CHANGELOG.md
CHANGED
@@ -282,8 +282,8 @@ module Google
|
|
282
282
|
class Cohort
|
283
283
|
include Google::Apis::Core::Hashable
|
284
284
|
|
285
|
-
# A contiguous set of days: startDate
|
286
|
-
# allowed up to 4 date ranges.
|
285
|
+
# A contiguous set of days: `startDate`, `startDate + 1`, ..., `endDate`.
|
286
|
+
# Requests are allowed up to 4 date ranges.
|
287
287
|
# Corresponds to the JSON property `dateRange`
|
288
288
|
# @return [Google::Apis::AnalyticsdataV1beta::DateRange]
|
289
289
|
attr_accessor :date_range
|
@@ -458,8 +458,8 @@ module Google
|
|
458
458
|
end
|
459
459
|
end
|
460
460
|
|
461
|
-
# A contiguous set of days: startDate
|
462
|
-
# allowed up to 4 date ranges.
|
461
|
+
# A contiguous set of days: `startDate`, `startDate + 1`, ..., `endDate`.
|
462
|
+
# Requests are allowed up to 4 date ranges.
|
463
463
|
class DateRange
|
464
464
|
include Google::Apis::Core::Hashable
|
465
465
|
|
@@ -1094,8 +1094,8 @@ module Google
|
|
1094
1094
|
end
|
1095
1095
|
end
|
1096
1096
|
|
1097
|
-
# A contiguous set of minutes: startMinutesAgo
|
1098
|
-
# endMinutesAgo
|
1097
|
+
# A contiguous set of minutes: `startMinutesAgo`, `startMinutesAgo + 1`, ..., `
|
1098
|
+
# endMinutesAgo`. Requests are allowed up to 2 minute ranges.
|
1099
1099
|
class MinuteRange
|
1100
1100
|
include Google::Apis::Core::Hashable
|
1101
1101
|
|
@@ -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.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230808"
|
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.28.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: 2023-
|
11
|
+
date: 2023-08-20 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.28.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: []
|