google-apis-servicenetworking_v1 0.31.0 → 0.32.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: de44cd487d985be43bc9cd0832576334080cfce977f2b64a9cbfa23b4cb737e3
4
- data.tar.gz: 24768f4408c0abcf2cfa84494ab60a977c828444df858a3d2e918ca53aa0f9c6
3
+ metadata.gz: 0d6875c5204f7546e40817f19ec2a7b5d3dc19fb6c9eabda74d7929c22fd125a
4
+ data.tar.gz: b342c17ded338763c5aa6c63479b211af2a3fc9264c6f31dcc48e0b8823ea813
5
5
  SHA512:
6
- metadata.gz: c1ab9681bf408e3c942e46772cc68347f645f09bba98fbc06ed8b17571d30b41c91254e948aa8f8caf972bf9a43c652913438fca55ad10d97012cf245c673a25
7
- data.tar.gz: 2e4b50162bb4b127ba000c2aa74301d9503d2f24fc3c5d7f897049ea260ae4313a3b31eed33b8bf62820c8a8bfae94bd6eba8b2e8ac46e9992279b0de2979428
6
+ metadata.gz: cb6d4ecc87c4279c43cebd5e8949b30341176eb382f3dd45cfa21a03dbb0f7228c9309ecaf1236bf26a62e59e519965b957896b6eb4ffb5c58038252682cbc8f
7
+ data.tar.gz: 5d64d31c92e9d17f87e35f498fa2341d973ebaa0d654439265b2970224b9ff618119d3135d658384b918ea5aa8f28d5b1426da6dc12a76886ec6f49c715f7a23
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.32.0 (2022-09-06)
4
+
5
+ * Regenerated from discovery document revision 20220904
6
+
3
7
  ### v0.31.0 (2022-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220822
@@ -3086,11 +3086,11 @@ module Google
3086
3086
  # limits defines limits on the metrics, which will be used for quota checks at
3087
3087
  # runtime. An example quota configuration in yaml format: quota: limits: - name:
3088
3088
  # apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
3089
- # project`" # rate limit for consumer projects values: STANDARD: 10000 # The
3090
- # metric rules bind all methods to the read_calls metric, # except for the
3091
- # UpdateBook and DeleteBook methods. These two methods # are mapped to the
3092
- # write_calls metric, with the UpdateBook method # consuming at twice rate as
3093
- # the DeleteBook method. metric_rules: - selector: "*" metric_costs: library.
3089
+ # project`" # rate limit for consumer projects values: STANDARD: 10000 (The
3090
+ # metric rules bind all methods to the read_calls metric, except for the
3091
+ # UpdateBook and DeleteBook methods. These two methods are mapped to the
3092
+ # write_calls metric, with the UpdateBook method consuming at twice rate as the
3093
+ # DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
3094
3094
  # googleapis.com/read_calls: 1 - selector: google.example.library.v1.
3095
3095
  # LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
3096
3096
  # selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
@@ -3101,12 +3101,12 @@ module Google
3101
3101
  class Quota
3102
3102
  include Google::Apis::Core::Hashable
3103
3103
 
3104
- # List of `QuotaLimit` definitions for the service.
3104
+ # List of QuotaLimit definitions for the service.
3105
3105
  # Corresponds to the JSON property `limits`
3106
3106
  # @return [Array<Google::Apis::ServicenetworkingV1::QuotaLimit>]
3107
3107
  attr_accessor :limits
3108
3108
 
3109
- # List of `MetricRule` definitions, each one mapping a selected method to one or
3109
+ # List of MetricRule definitions, each one mapping a selected method to one or
3110
3110
  # more metrics.
3111
3111
  # Corresponds to the JSON property `metricRules`
3112
3112
  # @return [Array<Google::Apis::ServicenetworkingV1::MetricRule>]
@@ -3811,11 +3811,11 @@ module Google
3811
3811
  # limits defines limits on the metrics, which will be used for quota checks at
3812
3812
  # runtime. An example quota configuration in yaml format: quota: limits: - name:
3813
3813
  # apiWriteQpsPerProject metric: library.googleapis.com/write_calls unit: "1/min/`
3814
- # project`" # rate limit for consumer projects values: STANDARD: 10000 # The
3815
- # metric rules bind all methods to the read_calls metric, # except for the
3816
- # UpdateBook and DeleteBook methods. These two methods # are mapped to the
3817
- # write_calls metric, with the UpdateBook method # consuming at twice rate as
3818
- # the DeleteBook method. metric_rules: - selector: "*" metric_costs: library.
3814
+ # project`" # rate limit for consumer projects values: STANDARD: 10000 (The
3815
+ # metric rules bind all methods to the read_calls metric, except for the
3816
+ # UpdateBook and DeleteBook methods. These two methods are mapped to the
3817
+ # write_calls metric, with the UpdateBook method consuming at twice rate as the
3818
+ # DeleteBook method.) metric_rules: - selector: "*" metric_costs: library.
3819
3819
  # googleapis.com/read_calls: 1 - selector: google.example.library.v1.
3820
3820
  # LibraryService.UpdateBook metric_costs: library.googleapis.com/write_calls: 2 -
3821
3821
  # selector: google.example.library.v1.LibraryService.DeleteBook metric_costs:
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.31.0"
19
+ GEM_VERSION = "0.32.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 = "20220822"
25
+ REVISION = "20220904"
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-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.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-servicenetworking_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
63
63
  post_install_message:
64
64
  rdoc_options: []