google-apis-analyticsadmin_v1alpha 0.36.0 → 0.37.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: e497a8c62745c918044f322451176bc5c3ed882f02b7f870be467258570e1aae
|
|
4
|
+
data.tar.gz: 67ee5b50e575965f403b780f9411da6e365b0ccba7272d80e309580d8ebacc76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a200d6338a837e77f0bea0b54f5206e9797470c1545849d3127d18e47cfc9676c1ba791575b94326642b669fa014aa706aac369db4e3fb50051ad3cc2f2eb9a8
|
|
7
|
+
data.tar.gz: 5a7dbc30def499e790187d2ed81df3d7f9930f665b6855c087d7c9e6d35940d95bd36f18448b999c4714c0c2a719a7d5992baa202f7bcab8582642fa838e0f4a
|
data/CHANGELOG.md
CHANGED
|
@@ -465,6 +465,11 @@ module Google
|
|
|
465
465
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessQuotaStatus]
|
|
466
466
|
attr_accessor :tokens_per_hour
|
|
467
467
|
|
|
468
|
+
# Current state for a particular quota group.
|
|
469
|
+
# Corresponds to the JSON property `tokensPerProjectPerHour`
|
|
470
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessQuotaStatus]
|
|
471
|
+
attr_accessor :tokens_per_project_per_hour
|
|
472
|
+
|
|
468
473
|
def initialize(**args)
|
|
469
474
|
update!(**args)
|
|
470
475
|
end
|
|
@@ -475,6 +480,7 @@ module Google
|
|
|
475
480
|
@server_errors_per_project_per_hour = args[:server_errors_per_project_per_hour] if args.key?(:server_errors_per_project_per_hour)
|
|
476
481
|
@tokens_per_day = args[:tokens_per_day] if args.key?(:tokens_per_day)
|
|
477
482
|
@tokens_per_hour = args[:tokens_per_hour] if args.key?(:tokens_per_hour)
|
|
483
|
+
@tokens_per_project_per_hour = args[:tokens_per_project_per_hour] if args.key?(:tokens_per_project_per_hour)
|
|
478
484
|
end
|
|
479
485
|
end
|
|
480
486
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticsadminV1alpha
|
|
18
18
|
# Version of the google-apis-analyticsadmin_v1alpha 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
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
|
|
@@ -791,6 +791,8 @@ module Google
|
|
|
791
791
|
|
|
792
792
|
property :tokens_per_hour, as: 'tokensPerHour', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessQuotaStatus, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessQuotaStatus::Representation
|
|
793
793
|
|
|
794
|
+
property :tokens_per_project_per_hour, as: 'tokensPerProjectPerHour', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessQuotaStatus, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccessQuotaStatus::Representation
|
|
795
|
+
|
|
794
796
|
end
|
|
795
797
|
end
|
|
796
798
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-analyticsadmin_v1alpha
|
|
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: 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-analyticsadmin_v1alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.37.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|