google-apis-serviceconsumermanagement_v1 0.22.0 → 0.25.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: 9c8d4bd3c097e636a3369febb2f3e71a200606f84e6ea3ffcd3ee47dfdd95b0a
4
- data.tar.gz: b13ec7e7342416a11d6bd2fe493635893cd840e322f9049847f048fda2082743
3
+ metadata.gz: 01c60659ac5a61db018f4e55187b0c371dc140ac3b81a7c49d415eb464475066
4
+ data.tar.gz: 0b1c557d6d909bbb85822cde411abe6d8ed10f50e966e28bb310541246fe1f26
5
5
  SHA512:
6
- metadata.gz: b55e5e917ac5a08cbb9f717291fb77313cc1ba2d0336fe539ebd467f7af43619cd42f45264197b56662ecabb332e01dd9887f183cf3f3e2c8989236c79ebb449
7
- data.tar.gz: e2f09665568dc00cc6ec743946a4183cbd42d08b445528effafec447204697e2a08730201a5f7e428ddd1f3ea24d86f2b64ec12ef0075a3c972898e4e49999fa
6
+ metadata.gz: 762da8d182f9dd06ccd96b1b82d11d6bbdbca2e430c95345cdf77dbb42af1da5a30540710009e89eaab93f8014d89aed62c69c8062be96004488a2215f5642d7
7
+ data.tar.gz: 8ec80335eb818cde74624e667a6da072f6e347b005bb0539d956e8c220b1b65952565d982660e128c3cf8fcd40c4467252b02d1a25e60f94c87dcbb0dbce98c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.25.0 (2022-09-10)
4
+
5
+ * Regenerated from discovery document revision 20220907
6
+
7
+ ### v0.24.0 (2022-08-25)
8
+
9
+ * Regenerated from discovery document revision 20220823
10
+
11
+ ### v0.23.0 (2022-08-18)
12
+
13
+ * Regenerated from discovery document revision 20220816
14
+ * Regenerated using generator version 0.9.0
15
+
3
16
  ### v0.22.0 (2022-06-30)
4
17
 
5
18
  * Regenerated using generator version 0.8.0
@@ -2319,11 +2319,11 @@ module Google
2319
2319
  # limits defines limits on the metrics, which will be used for quota checks at
2320
2320
  # runtime. An example quota configuration in yaml format: quota: limits: - name:
2321
2321
  # apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
2322
- # project`" # rate limit for consumer projects values: STANDARD: 10000 # The
2323
- # metric rules bind all methods to the read_calls metric, # except for the
2324
- # UpdateBook and DeleteBook methods. These two methods # are mapped to the
2325
- # write_calls metric, with the UpdateBook method # consuming at twice rate as
2326
- # the DeleteBook method. metric_rules: - selector: "*" metric_costs: library.
2322
+ # project`" # rate limit for consumer projects values: STANDARD: 10000 (The
2323
+ # metric rules bind all methods to the read_calls metric, except for the
2324
+ # UpdateBook and DeleteBook methods. These two methods are mapped to the
2325
+ # write_calls metric, with the UpdateBook method consuming at twice rate as the
2326
+ # DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
2327
2327
  # googleapis.com/read_calls: 1 - selector: google.example.library.v1.
2328
2328
  # LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
2329
2329
  # selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
@@ -2334,12 +2334,12 @@ module Google
2334
2334
  class Quota
2335
2335
  include Google::Apis::Core::Hashable
2336
2336
 
2337
- # List of `QuotaLimit` definitions for the service.
2337
+ # List of QuotaLimit definitions for the service.
2338
2338
  # Corresponds to the JSON property `limits`
2339
2339
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::QuotaLimit>]
2340
2340
  attr_accessor :limits
2341
2341
 
2342
- # List of `MetricRule` definitions, each one mapping a selected method to one or
2342
+ # List of MetricRule definitions, each one mapping a selected method to one or
2343
2343
  # more metrics.
2344
2344
  # Corresponds to the JSON property `metricRules`
2345
2345
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::MetricRule>]
@@ -2747,11 +2747,11 @@ module Google
2747
2747
  # limits defines limits on the metrics, which will be used for quota checks at
2748
2748
  # runtime. An example quota configuration in yaml format: quota: limits: - name:
2749
2749
  # apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
2750
- # project`" # rate limit for consumer projects values: STANDARD: 10000 # The
2751
- # metric rules bind all methods to the read_calls metric, # except for the
2752
- # UpdateBook and DeleteBook methods. These two methods # are mapped to the
2753
- # write_calls metric, with the UpdateBook method # consuming at twice rate as
2754
- # the DeleteBook method. metric_rules: - selector: "*" metric_costs: library.
2750
+ # project`" # rate limit for consumer projects values: STANDARD: 10000 (The
2751
+ # metric rules bind all methods to the read_calls metric, except for the
2752
+ # UpdateBook and DeleteBook methods. These two methods are mapped to the
2753
+ # write_calls metric, with the UpdateBook method consuming at twice rate as the
2754
+ # DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
2755
2755
  # googleapis.com/read_calls: 1 - selector: google.example.library.v1.
2756
2756
  # LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
2757
2757
  # selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220615"
25
+ REVISION = "20220907"
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-serviceconsumermanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.25.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-09-12 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-serviceconsumermanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []