google-apis-servicenetworking_v1 0.31.0 → 0.33.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: ebccb0080d1524499c5e173465142be50e95ee95f31cd87d4fe4bb30b6d12d10
4
+ data.tar.gz: d4fc21072ac3a0ec7067de3d3202fe2e5774922f4d507f7febe86b503c1dd25f
5
5
  SHA512:
6
- metadata.gz: c1ab9681bf408e3c942e46772cc68347f645f09bba98fbc06ed8b17571d30b41c91254e948aa8f8caf972bf9a43c652913438fca55ad10d97012cf245c673a25
7
- data.tar.gz: 2e4b50162bb4b127ba000c2aa74301d9503d2f24fc3c5d7f897049ea260ae4313a3b31eed33b8bf62820c8a8bfae94bd6eba8b2e8ac46e9992279b0de2979428
6
+ metadata.gz: ab8baeee638a7dc66a71c6ecbe4f5deeff134a766349512953980bd693769e1f80ed337a366c6e6c2fc26bd43a7308831b88893b8a3d47eafd2f558255b4161d
7
+ data.tar.gz: 9c71146323e0193c3f2975e041743242b549734ce184b3b72c4c2b363286af51caf046da69994c8c451f796d935e77c0a01bbefa76119fb88fee7a80048f2179
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.33.0 (2022-09-21)
4
+
5
+ * Regenerated using generator version 0.10.0
6
+
7
+ ### v0.32.0 (2022-09-06)
8
+
9
+ * Regenerated from discovery document revision 20220904
10
+
3
11
  ### v0.31.0 (2022-08-24)
4
12
 
5
13
  * 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.33.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 = "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.33.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-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-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.33.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: []