google-apis-servicenetworking_v1 0.29.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: 5e9af5b742af9eeea07d72620eaf2f6b6ca60f3a0c466cd88acb8071bfe651f2
4
- data.tar.gz: 664b801e877d39f5e37ff71a810c0e4b96965d9b64d755eb65ffcc4bd9af018a
3
+ metadata.gz: 0d6875c5204f7546e40817f19ec2a7b5d3dc19fb6c9eabda74d7929c22fd125a
4
+ data.tar.gz: b342c17ded338763c5aa6c63479b211af2a3fc9264c6f31dcc48e0b8823ea813
5
5
  SHA512:
6
- metadata.gz: 29f5ce2b104339c198725115b43510dd2396cf12aa4e2f3e2601d776e1bc173f1f45f7e5bc06d8e7b068a7c2eb784f0718349d3e175477eeee7166d566d9caea
7
- data.tar.gz: a594784b34cca3295232a56414cc43c1c3b4d9eab4ec62272340cd128cd827df79fb6d8564805bf234803ba5e61964d98233c3801494b4e2b41f112d9f549ff3
6
+ metadata.gz: cb6d4ecc87c4279c43cebd5e8949b30341176eb382f3dd45cfa21a03dbb0f7228c9309ecaf1236bf26a62e59e519965b957896b6eb4ffb5c58038252682cbc8f
7
+ data.tar.gz: 5d64d31c92e9d17f87e35f498fa2341d973ebaa0d654439265b2970224b9ff618119d3135d658384b918ea5aa8f28d5b1426da6dc12a76886ec6f49c715f7a23
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
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
+
7
+ ### v0.31.0 (2022-08-24)
8
+
9
+ * Regenerated from discovery document revision 20220822
10
+
11
+ ### v0.30.0 (2022-08-21)
12
+
13
+ * Regenerated from discovery document revision 20220816
14
+
3
15
  ### v0.29.0 (2022-07-22)
4
16
 
5
17
  * Regenerated from discovery document revision 20220720
@@ -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.29.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 = "20220720"
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.29.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-07-25 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.29.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: []