google-apis-analyticsadmin_v1alpha 0.36.0 → 0.38.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: 19fceecfe2bd535421e1d5515679190a96eef46abb26fa91eb56a44ecf2c7534
4
- data.tar.gz: 7aff88eb56f1a1c3efbf134d9a1b464f5de175ab043ca60e48c448ff7b532c92
3
+ metadata.gz: b6da89fbff1013c1aa49223ac9c92458cacd33e7e1c89b0b6e75ea5b8a781a98
4
+ data.tar.gz: c98f9d63d528914433fc0f965b6fb6dfa50f7bcdacdca50917775f8e73b80c59
5
5
  SHA512:
6
- metadata.gz: c4254875dd421f4e93ca0a942786efb389b30dd65c3e871004391d6fe8518f66d5b4c0f6ccfcd62a10101b1cc486adc01e3dd20f800d1eb418c0831933ca0d5f
7
- data.tar.gz: 786c46b55689e82ae46f58eb351c8baed6fb7987363b907ed76d5ab76a88e1492734fd2791758fc4eb8ea983b457d7b18bd04b0819a4aa77bfc00bdef21e6130
6
+ metadata.gz: 0b957262b984bcadc1ca52a4d2ad0d4f022e8516fdf5cd9245b12fb7409e987fe17a531d911a87cee1be30c7b2126393a788aab05c832edffbe54cea19de6522
7
+ data.tar.gz: 4187f2c85fc09e6b9baced693751822f0e24273a2700a61d5ae50acf6b5eea73731cafa1ebf5835dc46d21af14de4006d23259f98992f830928f5a699fa79ff7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.38.0 (2022-09-18)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.37.0 (2022-08-31)
8
+
9
+ * Regenerated from discovery document revision 20220825
10
+
3
11
  ### v0.36.0 (2022-08-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20220817
@@ -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.36.0"
19
+ GEM_VERSION = "0.38.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 = "20220817"
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.36.0
4
+ version: 0.38.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-08-22 00:00:00.000000000 Z
11
+ date: 2022-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.7.2
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.7.2
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.38.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: []