google-apis-serviceconsumermanagement_v1beta1 0.25.0 → 0.27.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: 6375663da900a997a4b646e4c26219a4b76f44512949223e575b3189afed5c59
4
+ data.tar.gz: 72815ef65b8d48252822eab035deded1d5e04e00099a5e92e19d85d281a0b5b6
5
5
  SHA512:
6
- metadata.gz: 6aab544f8ea96cd19ed097208d152a46ce82a62ecb3e1c2cee83552431c18bbf6f5b4e6104c6a6ccc12b57070c2a674e466a7ea1f5e880221317a1a21cb77e83
7
- data.tar.gz: 2a96129108db96b216ddc9434f9939cdbe51fe4a46eaf4888c6a52b1c312235e2c63d81ad0d7530d576a1c96e50629b8a0d1147c84b1573b27d99ed29683b914
6
+ metadata.gz: df1dd477efe8bb2fe0d0c203843db6c0156feca7405dbbd922a67e4d74e527faece9e60a759f6be0cc1d7646f26d8a7100d0bfdb3f416612fea76ad56b87bb20
7
+ data.tar.gz: 5db1e43837befbfbc4dc8fed2c93bd284ff81699513f5bec18f0201c369a8f7f37dbbd23171863793195acaf0ee10847d36efcf734c1c34c189b6be36a4e3876
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.27.0 (2022-09-18)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.26.0 (2022-09-10)
8
+
9
+ * Regenerated from discovery document revision 20220907
10
+
3
11
  ### v0.25.0 (2022-08-25)
4
12
 
5
13
  * 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.27.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.27.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-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-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.27.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: []