google-apis-serviceconsumermanagement_v1 0.24.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: 1e849324c23e555445ba7ac63e1e3e1bd83b573cfe0db57520625d8afda7caef
4
- data.tar.gz: 1c5a98b88887ba31fff6b752222ebd495f249568ba70f31a778134339bb8c4de
3
+ metadata.gz: 01c60659ac5a61db018f4e55187b0c371dc140ac3b81a7c49d415eb464475066
4
+ data.tar.gz: 0b1c557d6d909bbb85822cde411abe6d8ed10f50e966e28bb310541246fe1f26
5
5
  SHA512:
6
- metadata.gz: bf4fcd966e1870a09dd3ae44c9cc066c8de0a2feec8d6b4e031dede46403636cd660432c40ff0af140cc4a50ca6404babc75cce1b490b6049f89aa6b86d2b11f
7
- data.tar.gz: f406cef66f9ba5cd0b21f98d8ca6bceb41838710e1a6785ee947ffd681705695e8f90d718396aa2cb8210b9597e8d6a14354e83785b1f48a3a153a134e29c1ef
6
+ metadata.gz: 762da8d182f9dd06ccd96b1b82d11d6bbdbca2e430c95345cdf77dbb42af1da5a30540710009e89eaab93f8014d89aed62c69c8062be96004488a2215f5642d7
7
+ data.tar.gz: 8ec80335eb818cde74624e667a6da072f6e347b005bb0539d956e8c220b1b65952565d982660e128c3cf8fcd40c4467252b02d1a25e60f94c87dcbb0dbce98c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.24.0 (2022-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20220823
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.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 = "20220823"
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.24.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-08-29 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.24.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: []