google-apis-servicemanagement_v1 0.34.0 → 0.35.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: ac4eac434fc6c8d9e5f147f85b61a088f3650ccbe0d7c8f4a918ac7f5538f31b
4
+ data.tar.gz: 81b8462d83abfee89967bf3ef6e4998599b2dfc344f2b9a932ca9b8b6af503df
5
5
  SHA512:
6
- metadata.gz: 62642ce88681806275eeccd97f005d4fa66d16c523f9a5280aab50d1f46df5072a6246297156cbd7dbcbad8e87b1f3d7881c2eb3663b32b2ab413a1acac54fab
7
- data.tar.gz: f2946633fa74377012d256bd795d49f18ae9a7ac090244f1b5c603071ec5da374c50b623c114897e5cec1a9464ac9755728afeeaa44206a792ffa8d1ff2fb24b
6
+ metadata.gz: 58417e71d1001fe46f6b829d092254363861139794fa93470d5a338f0e024f8bdb5af7c0196dbdf19aa564518a1a7e08648ce83fc5ea57fe41b7ec2a6ccd6445
7
+ data.tar.gz: ba3addb355a6b53c6d923f53077a4b47c533249bcf50892c2ef29f9954c48791065e49c9b656d82154af00d991e464e6b15f7672b162ac1f81c7be2581d06dd8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.35.0 (2022-09-21)
4
+
5
+ * Regenerated from discovery document revision 20220909
6
+ * Regenerated using generator version 0.10.0
7
+
3
8
  ### v0.34.0 (2022-08-31)
4
9
 
5
10
  * 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.35.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.10.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.35.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-09-26 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.0
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.0
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.35.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: []