google-apis-analyticsdata_v1beta 0.17.0 → 0.18.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: dc7314bd2ff7869e6e19b3e0a80643fdab47b262a303c044d8e2842f23260590
|
4
|
+
data.tar.gz: b0511627a12c51ebcba5ef82905d4d885a2591e9f1a9f78153101549224f24fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f39d163ec6658b77b0c3d860b7737fd4ab3e303ba6a3479f184f80bcdbdf8ef03d1fee45de20868b951f82b2eadfbbd8381c5c28dcc5d99ab010f81bbf24fe07
|
7
|
+
data.tar.gz: 1f639c3ae2a6133e58533bb0964837dc0bfb116b87cd5855aa0c315d9c311551c6d2425df2f89d1f4982df20b7e0fe2483b8d36279a662e7166cb31de795fec2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-analyticsdata_v1beta
|
2
2
|
|
3
|
+
### v0.18.0 (2022-08-31)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220825
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
3
8
|
### v0.17.0 (2022-06-30)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
@@ -1413,6 +1413,11 @@ module Google
|
|
1413
1413
|
# @return [Google::Apis::AnalyticsdataV1beta::QuotaStatus]
|
1414
1414
|
attr_accessor :tokens_per_hour
|
1415
1415
|
|
1416
|
+
# Current state for a particular quota group.
|
1417
|
+
# Corresponds to the JSON property `tokensPerProjectPerHour`
|
1418
|
+
# @return [Google::Apis::AnalyticsdataV1beta::QuotaStatus]
|
1419
|
+
attr_accessor :tokens_per_project_per_hour
|
1420
|
+
|
1416
1421
|
def initialize(**args)
|
1417
1422
|
update!(**args)
|
1418
1423
|
end
|
@@ -1424,6 +1429,7 @@ module Google
|
|
1424
1429
|
@server_errors_per_project_per_hour = args[:server_errors_per_project_per_hour] if args.key?(:server_errors_per_project_per_hour)
|
1425
1430
|
@tokens_per_day = args[:tokens_per_day] if args.key?(:tokens_per_day)
|
1426
1431
|
@tokens_per_hour = args[:tokens_per_hour] if args.key?(:tokens_per_hour)
|
1432
|
+
@tokens_per_project_per_hour = args[:tokens_per_project_per_hour] if args.key?(:tokens_per_project_per_hour)
|
1427
1433
|
end
|
1428
1434
|
end
|
1429
1435
|
|
@@ -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.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220825"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -758,6 +758,8 @@ module Google
|
|
758
758
|
|
759
759
|
property :tokens_per_hour, as: 'tokensPerHour', class: Google::Apis::AnalyticsdataV1beta::QuotaStatus, decorator: Google::Apis::AnalyticsdataV1beta::QuotaStatus::Representation
|
760
760
|
|
761
|
+
property :tokens_per_project_per_hour, as: 'tokensPerProjectPerHour', class: Google::Apis::AnalyticsdataV1beta::QuotaStatus, decorator: Google::Apis::AnalyticsdataV1beta::QuotaStatus::Representation
|
762
|
+
|
761
763
|
end
|
762
764
|
end
|
763
765
|
|
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.18.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-
|
11
|
+
date: 2022-09-05 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.18.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: []
|