google-apis-servicemanagement_v1 0.34.0 → 0.36.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: 4b5cf440959f9fddfa452b5a2e3ef95b61a8e8158df44bed22a2b24addaf5c83
4
- data.tar.gz: 80028dab87df79106269baa24c12033c17d8738c89ad764d9f7154691c22a483
3
+ metadata.gz: 6d9721511a6436a3e8ec76f8ad182ae6fd8cc8fd6a6aa9669c760ae4300f8e4c
4
+ data.tar.gz: ff8da80727e3cb8f95b69a6fae5c438757de9b7300fd94cb7e4ee7c2fd09b978
5
5
  SHA512:
6
- metadata.gz: 62642ce88681806275eeccd97f005d4fa66d16c523f9a5280aab50d1f46df5072a6246297156cbd7dbcbad8e87b1f3d7881c2eb3663b32b2ab413a1acac54fab
7
- data.tar.gz: f2946633fa74377012d256bd795d49f18ae9a7ac090244f1b5c603071ec5da374c50b623c114897e5cec1a9464ac9755728afeeaa44206a792ffa8d1ff2fb24b
6
+ metadata.gz: f8bbc822e1682df7e4adf10e4b3025f32013bf6131fe5a0442d08efaf9583f73f03cc6576d0ed71f7fd2340a37a5cdaca1e83588303827bf7ab3c88c7cacd954
7
+ data.tar.gz: 0b9800037ddcfb0e2e294929e1990a3bb63fdec85a0b8207a474b7e696ae56da8845a2ccdf8d1884faed229bbbf1c82da8db3a56b95dfabb6a3f38273fcaf7d3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.36.0 (2022-10-27)
4
+
5
+ * Regenerated using generator version 0.11.0
6
+
7
+ ### v0.35.0 (2022-09-21)
8
+
9
+ * Regenerated from discovery document revision 20220909
10
+ * Regenerated using generator version 0.10.0
11
+
3
12
  ### v0.34.0 (2022-08-31)
4
13
 
5
14
  * Regenerated from discovery document revision 20220826
@@ -2933,11 +2933,11 @@ module Google
2933
2933
  # limits defines limits on the metrics, which will be used for quota checks at
2934
2934
  # runtime. An example quota configuration in yaml format: quota: limits: - name:
2935
2935
  # apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
2936
- # project`" # rate limit for consumer projects values: STANDARD: 10000 # The
2937
- # metric rules bind all methods to the read_calls metric, # except for the
2938
- # UpdateBook and DeleteBook methods. These two methods # are mapped to the
2939
- # write_calls metric, with the UpdateBook method # consuming at twice rate as
2940
- # the DeleteBook method. metric_rules: - selector: "*" metric_costs: library.
2936
+ # project`" # rate limit for consumer projects values: STANDARD: 10000 (The
2937
+ # metric rules bind all methods to the read_calls metric, except for the
2938
+ # UpdateBook and DeleteBook methods. These two methods are mapped to the
2939
+ # write_calls metric, with the UpdateBook method consuming at twice rate as the
2940
+ # DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
2941
2941
  # googleapis.com/read_calls: 1 - selector: google.example.library.v1.
2942
2942
  # LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
2943
2943
  # selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
@@ -2948,12 +2948,12 @@ module Google
2948
2948
  class Quota
2949
2949
  include Google::Apis::Core::Hashable
2950
2950
 
2951
- # List of `QuotaLimit` definitions for the service.
2951
+ # List of QuotaLimit definitions for the service.
2952
2952
  # Corresponds to the JSON property `limits`
2953
2953
  # @return [Array<Google::Apis::ServicemanagementV1::QuotaLimit>]
2954
2954
  attr_accessor :limits
2955
2955
 
2956
- # List of `MetricRule` definitions, each one mapping a selected method to one or
2956
+ # List of MetricRule definitions, each one mapping a selected method to one or
2957
2957
  # more metrics.
2958
2958
  # Corresponds to the JSON property `metricRules`
2959
2959
  # @return [Array<Google::Apis::ServicemanagementV1::MetricRule>]
@@ -3425,11 +3425,11 @@ module Google
3425
3425
  # limits defines limits on the metrics, which will be used for quota checks at
3426
3426
  # runtime. An example quota configuration in yaml format: quota: limits: - name:
3427
3427
  # apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
3428
- # project`" # rate limit for consumer projects values: STANDARD: 10000 # The
3429
- # metric rules bind all methods to the read_calls metric, # except for the
3430
- # UpdateBook and DeleteBook methods. These two methods # are mapped to the
3431
- # write_calls metric, with the UpdateBook method # consuming at twice rate as
3432
- # the DeleteBook method. metric_rules: - selector: "*" metric_costs: library.
3428
+ # project`" # rate limit for consumer projects values: STANDARD: 10000 (The
3429
+ # metric rules bind all methods to the read_calls metric, except for the
3430
+ # UpdateBook and DeleteBook methods. These two methods are mapped to the
3431
+ # write_calls metric, with the UpdateBook method consuming at twice rate as the
3432
+ # DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
3433
3433
  # googleapis.com/read_calls: 1 - selector: google.example.library.v1.
3434
3434
  # LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
3435
3435
  # selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220826"
25
+ REVISION = "20220909"
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-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.36.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-09-05 00:00:00.000000000 Z
11
+ date: 2022-10-31 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.9.1
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.9.1
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-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []