google-cloud-service_control 1.7.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: 6269b8ee14e9cd3832378400874d7db77917c8ae4585db5e9bf3e27c8cd88de0
4
- data.tar.gz: 8b55f515c631dfb007c7c4cb16ca8e728afee8779c987b774a913dfca01d49a7
3
+ metadata.gz: e198f6b65dfa3153f3942d7c1ee3553a4058f203aa3370390e553abe706c5e93
4
+ data.tar.gz: 704a33b14c4aed50630e942e48137413bbbc0da381f0130f52fd5da41d2c014e
5
5
  SHA512:
6
- metadata.gz: c3e61b3ec1e7f84671fbac1f241d74fef920ad74e8f2754522abf4d999466421ef8bd432175e10560acd0fca74fab0c229d9cb6a259a93aee216cf3c51bc4447
7
- data.tar.gz: a0e9b2465cef8756ade598914762b2957db4e999bd346f5b8950659b1f80400059fbff564549b65a7faa6049ff86987127f1ca7d92d641187dff4c0d6d882ec8
6
+ metadata.gz: f5d50fc8e5f8ddb6e590f7886aa924f3936c39f3729f20e13b59c8d9a93b5fc9b758f0849d9aaeb179c9b097fbfeddd1341470f58c5bbc7f988f2b4ae58930df
7
+ data.tar.gz: 21577a588cacd755742221bd7ff01724989f8bf17dd346700cc569992a6cc07eecb7722190770ce933332bd6ad04dbf881ca3e253b7bfa5de69aba265d1b16eb
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ServiceControl
23
- VERSION = "1.7.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).
@@ -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.7.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC