google-apis-serviceconsumermanagement_v1 0.24.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: 1e849324c23e555445ba7ac63e1e3e1bd83b573cfe0db57520625d8afda7caef
4
- data.tar.gz: 1c5a98b88887ba31fff6b752222ebd495f249568ba70f31a778134339bb8c4de
3
+ metadata.gz: a3738c24928e896371b77cb29a20eddecfd0c4ecf53ae51b07a3fdf2d3812ea3
4
+ data.tar.gz: d49107a2acbdcb18d8c899407089452c513901c131c2f066934fe3e42a40b04a
5
5
  SHA512:
6
- metadata.gz: bf4fcd966e1870a09dd3ae44c9cc066c8de0a2feec8d6b4e031dede46403636cd660432c40ff0af140cc4a50ca6404babc75cce1b490b6049f89aa6b86d2b11f
7
- data.tar.gz: f406cef66f9ba5cd0b21f98d8ca6bceb41838710e1a6785ee947ffd681705695e8f90d718396aa2cb8210b9597e8d6a14354e83785b1f48a3a153a134e29c1ef
6
+ metadata.gz: 3b6c4d5b71e4f6c6e3f3656372442f9abb15783bb3382e1c635e1de90c1ab5aa3fdb066732d3a131c2be1c708612da3887f2ad265a78f28783bc9d62b4c6b50b
7
+ data.tar.gz: a2d16dfa772a56b7154a420badbd6258e705c2b0ac869ff28fc6bb1ca7befca0c71d41746bbe6e89e47cd2b5e46060cc732f04909e006547c494b2345f4d0c2b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.26.0 (2022-09-17)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.25.0 (2022-09-10)
8
+
9
+ * Regenerated from discovery document revision 20220907
10
+
3
11
  ### v0.24.0 (2022-08-25)
4
12
 
5
13
  * 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.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.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-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_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.26.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: []