google-apis-apikeys_v2 0.25.0 → 0.26.0

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: 48a060af3b7adb0af54f59a4efd67e07f8a698cec7d030ba56774f7b7e84dc2c
4
- data.tar.gz: ccd902dd3281fbf2fc69ee6abf2271ad2c48bd77343dceb59b20d69a5096c29b
3
+ metadata.gz: 5d2cf71e42a19592cc74fe86834a77ee5b9d82fa5e25f590bca1f2b8a1b827ef
4
+ data.tar.gz: 2840ea3c69d9c6622f1fbacf79785beb4a4b8d8a93f88f36510c9245a4482247
5
5
  SHA512:
6
- metadata.gz: e992f1a7a152a6082b4c64e734ea291e26d291d2e6dbf0da9071a3a51df6cc18d9b622639a554ecf4bbd6d8d2a97f5e3765b47d07e8f45b8d72fe1df0a9395d7
7
- data.tar.gz: ee02d7ab3d0eb2dcccd6dde8b32baa6ec1c7e668c6674dc99610e7fa2468e7f01c7f608423895d556f48713f22fe597c683c7d67ea4861c709201cf1bbab7170
6
+ metadata.gz: '00981b92f58e64cd3d4ba0d847001f8554a82fe48a1c33516b68e2cccfbff20622dc2dd8ce44bceaab20f7b3b08093717ddcef0e3979a5d38570e2556a1d2da7'
7
+ data.tar.gz: 78483d6b67993e9e5dac9a5f27e436112a935c878ec7d207526d541b210abb9086eb13996430e74840b09068da4edaf4547193382a690c8553c5aad9e7303d9c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-apikeys_v2
2
2
 
3
+ ### v0.26.0 (2026-01-18)
4
+
5
+ * Regenerated from discovery document revision 20260109
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.25.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -288,10 +288,9 @@ module Google
288
288
  # @return [String]
289
289
  attr_accessor :display_name
290
290
 
291
- # Output only. A checksum computed by the server based on the current value of
292
- # the Key resource. This may be sent on update and delete requests to ensure the
293
- # client has an up-to-date value before proceeding. See https://google.aip.dev/
294
- # 154.
291
+ # A checksum computed by the server based on the current value of the Key
292
+ # resource. This may be sent on update and delete requests to ensure the client
293
+ # has an up-to-date value before proceeding. See https://google.aip.dev/154.
295
294
  # Corresponds to the JSON property `etag`
296
295
  # @return [String]
297
296
  attr_accessor :etag
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApikeysV2
18
18
  # Version of the google-apis-apikeys_v2 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241016"
25
+ REVISION = "20260109"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apikeys_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apikeys_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-apikeys_v2/v0.25.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apikeys_v2/v0.26.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apikeys_v2
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for API Keys API V2
79
79
  test_files: []