google-cloud-service_control 1.6.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a149991da6e70ab770771faecd80749f87270350d915bdb9ede17cfd90a5da51
4
- data.tar.gz: 3a7bf18d360767a406046f6df124725457ea59267c59eb083def9c900f6db34e
3
+ metadata.gz: e198f6b65dfa3153f3942d7c1ee3553a4058f203aa3370390e553abe706c5e93
4
+ data.tar.gz: 704a33b14c4aed50630e942e48137413bbbc0da381f0130f52fd5da41d2c014e
5
5
  SHA512:
6
- metadata.gz: 5501bf7183e825f3360cb45cbb456272f287ab62204e828e4bdaf2ae3b30cef7fd801b55a905f2f7fab150568dc65deee976d93fbe2d3cbb65b64df0024ed2e8
7
- data.tar.gz: a781cd1beda8f4374e91bd4ebacb0bfa4fe4e1d8b724c22b9e22b392d7de74c4c23c0cb4aa7c641c1139eb7175c5f852c7025bd6339fd2679987add9cb92f606
6
+ metadata.gz: f5d50fc8e5f8ddb6e590f7886aa924f3936c39f3729f20e13b59c8d9a93b5fc9b758f0849d9aaeb179c9b097fbfeddd1341470f58c5bbc7f988f2b4ae58930df
7
+ data.tar.gz: 21577a588cacd755742221bd7ff01724989f8bf17dd346700cc569992a6cc07eecb7722190770ce933332bd6ad04dbf881ca3e253b7bfa5de69aba265d1b16eb
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ServiceControl
23
- VERSION = "1.6.0"
23
+ VERSION = "1.7.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -65,7 +65,7 @@ module Google
65
65
  #
66
66
  # ## About QuotaController
67
67
  #
68
- # [Google Quota Control API](/service-control/overview)
68
+ # [Google Quota Control API](https://cloud.google.com/service-control/overview)
69
69
  #
70
70
  # Allows clients to allocate and release quota against a [managed
71
71
  # service](https://cloud.google.com/service-management/reference/rpc/google.api/servicemanagement.v1#google.api.servicemanagement.v1.ManagedService).
@@ -138,7 +138,8 @@ module Google
138
138
  #
139
139
  # ## About ServiceController
140
140
  #
141
- # [Google Service Control API](/service-control/overview)
141
+ # [Google Service Control
142
+ # API](https://cloud.google.com/service-control/overview)
142
143
  #
143
144
  # Lets clients check and report operations against a [managed
144
145
  # service](https://cloud.google.com/service-management/reference/rpc/google.api/servicemanagement.v1#google.api.servicemanagement.v1.ManagedService).
@@ -214,6 +215,7 @@ module Google
214
215
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
215
216
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
216
217
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
218
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
217
219
  # * `:retry_codes` (*type:* `Array<String>`) -
218
220
  # The error codes that should trigger a retry.
219
221
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-service_control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC