google-apis-serviceconsumermanagement_v1beta1 0.25.0 → 0.26.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: 867f7b710276cd4fd698647c96539559f85db5726c1f12bf2ce8a371341999af
4
- data.tar.gz: 231e35753c4912af74dd8541aeebb8051e2ab8fe150f6f8c11136ca82770369e
3
+ metadata.gz: 2fb2dc77287c3b287385c3e82717c941c21fbaf9647d9dedc8643aa442767413
4
+ data.tar.gz: dbc2e822c9672981dc41e2ad3d1fdf4c875f90b3971777d67beff493861a1fe7
5
5
  SHA512:
6
- metadata.gz: 6aab544f8ea96cd19ed097208d152a46ce82a62ecb3e1c2cee83552431c18bbf6f5b4e6104c6a6ccc12b57070c2a674e466a7ea1f5e880221317a1a21cb77e83
7
- data.tar.gz: 2a96129108db96b216ddc9434f9939cdbe51fe4a46eaf4888c6a52b1c312235e2c63d81ad0d7530d576a1c96e50629b8a0d1147c84b1573b27d99ed29683b914
6
+ metadata.gz: 60234242fd73a1987039d3c283b6b5fe0cd9d5ef2c0969a321b7d38dc5e46faeaf9d30a3ecacee60d3fb0057dc95e2122f49250916259704c0d5b65dc3f63376
7
+ data.tar.gz: f6c0dc4d450f86a4471936a046ec72796380b69f13c9c9df466eb90287c5ce330754402ce3865889d0caf67559beef66054719998f6c4a9cd8abb244a2ea1db7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.26.0 (2022-09-10)
4
+
5
+ * Regenerated from discovery document revision 20220907
6
+
3
7
  ### v0.25.0 (2022-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20220823
@@ -2072,11 +2072,11 @@ module Google
2072
2072
  # limits defines limits on the metrics, which will be used for quota checks at
2073
2073
  # runtime. An example quota configuration in yaml format: quota: limits: - name:
2074
2074
  # apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
2075
- # project`" # rate limit for consumer projects values: STANDARD: 10000 # The
2076
- # metric rules bind all methods to the read_calls metric, # except for the
2077
- # UpdateBook and DeleteBook methods. These two methods # are mapped to the
2078
- # write_calls metric, with the UpdateBook method # consuming at twice rate as
2079
- # the DeleteBook method. metric_rules: - selector: "*" metric_costs: library.
2075
+ # project`" # rate limit for consumer projects values: STANDARD: 10000 (The
2076
+ # metric rules bind all methods to the read_calls metric, except for the
2077
+ # UpdateBook and DeleteBook methods. These two methods are mapped to the
2078
+ # write_calls metric, with the UpdateBook method consuming at twice rate as the
2079
+ # DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
2080
2080
  # googleapis.com/read_calls: 1 - selector: google.example.library.v1.
2081
2081
  # LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
2082
2082
  # selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
@@ -2087,12 +2087,12 @@ module Google
2087
2087
  class Quota
2088
2088
  include Google::Apis::Core::Hashable
2089
2089
 
2090
- # List of `QuotaLimit` definitions for the service.
2090
+ # List of QuotaLimit definitions for the service.
2091
2091
  # Corresponds to the JSON property `limits`
2092
2092
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::QuotaLimit>]
2093
2093
  attr_accessor :limits
2094
2094
 
2095
- # List of `MetricRule` definitions, each one mapping a selected method to one or
2095
+ # List of MetricRule definitions, each one mapping a selected method to one or
2096
2096
  # more metrics.
2097
2097
  # Corresponds to the JSON property `metricRules`
2098
2098
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::MetricRule>]
@@ -2456,11 +2456,11 @@ module Google
2456
2456
  # limits defines limits on the metrics, which will be used for quota checks at
2457
2457
  # runtime. An example quota configuration in yaml format: quota: limits: - name:
2458
2458
  # apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
2459
- # project`" # rate limit for consumer projects values: STANDARD: 10000 # The
2460
- # metric rules bind all methods to the read_calls metric, # except for the
2461
- # UpdateBook and DeleteBook methods. These two methods # are mapped to the
2462
- # write_calls metric, with the UpdateBook method # consuming at twice rate as
2463
- # the DeleteBook method. metric_rules: - selector: "*" metric_costs: library.
2459
+ # project`" # rate limit for consumer projects values: STANDARD: 10000 (The
2460
+ # metric rules bind all methods to the read_calls metric, except for the
2461
+ # UpdateBook and DeleteBook methods. These two methods are mapped to the
2462
+ # write_calls metric, with the UpdateBook method consuming at twice rate as the
2463
+ # DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
2464
2464
  # googleapis.com/read_calls: 1 - selector: google.example.library.v1.
2465
2465
  # LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
2466
2466
  # selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1beta1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.26.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []