google-apis-apikeys_v2 0.26.0 → 0.27.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: 5d2cf71e42a19592cc74fe86834a77ee5b9d82fa5e25f590bca1f2b8a1b827ef
4
- data.tar.gz: 2840ea3c69d9c6622f1fbacf79785beb4a4b8d8a93f88f36510c9245a4482247
3
+ metadata.gz: d9d8b058d7925dd16f9769391b383f98c8a6dec133e42a0013e664ace03f6c95
4
+ data.tar.gz: 91dd89c9e927a560dd4300dc62e63f7bbb0c7223a06088c9f7b21cafb069995f
5
5
  SHA512:
6
- metadata.gz: '00981b92f58e64cd3d4ba0d847001f8554a82fe48a1c33516b68e2cccfbff20622dc2dd8ce44bceaab20f7b3b08093717ddcef0e3979a5d38570e2556a1d2da7'
7
- data.tar.gz: 78483d6b67993e9e5dac9a5f27e436112a935c878ec7d207526d541b210abb9086eb13996430e74840b09068da4edaf4547193382a690c8553c5aad9e7303d9c
6
+ metadata.gz: d7002278a6755ee937fd8560775d2d16dbb613ca5188e36ea03957bb007cdb50e0e0717c6749e009d04f00233d34aa5545761dda7b2c41febbfbc25eb0c5db8d
7
+ data.tar.gz: 5ef69878fd223f0d5fe483c609addd0281ddd07257b4117712365b6c32ac14dc5500ae3a2c61a474fc5bacd5a9e91d81ce5348f5322830a58c16db3ca7a0d86d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apikeys_v2
2
2
 
3
+ ### v0.27.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260317
6
+
3
7
  ### v0.26.0 (2026-01-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20260109
@@ -301,7 +301,7 @@ module Google
301
301
  # @return [String]
302
302
  attr_accessor :key_string
303
303
 
304
- # Output only. The resource name of the key. The `name` has the form: `projects//
304
+ # Identifier. The resource name of the key. The `name` has the form: `projects//
305
305
  # locations/global/keys/`. For example: `projects/123456867718/locations/global/
306
306
  # keys/b7ff1f9f-8275-410a-94dd-3855ee9b5dd2` NOTE: Key is a global resource;
307
307
  # hence the only supported value for location is `global`.
@@ -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.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260109"
25
+ REVISION = "20260317"
26
26
  end
27
27
  end
28
28
  end
@@ -118,7 +118,8 @@ module Google
118
118
  # Creates a new API key. NOTE: Key is a global resource; hence the only
119
119
  # supported value for location is `global`.
120
120
  # @param [String] parent
121
- # Required. The project in which the API key is created.
121
+ # Required. The project in which the API key is created. The parent field must
122
+ # be in format of "projects//locations/global".
122
123
  # @param [Google::Apis::ApikeysV2::V2Key] v2_key_object
123
124
  # @param [String] key_id
124
125
  # User specified key id (optional). If specified, it will become the final
@@ -260,7 +261,8 @@ module Google
260
261
  # included in the response. NOTE: Key is a global resource; hence the only
261
262
  # supported value for location is `global`.
262
263
  # @param [String] parent
263
- # Required. Lists all API keys associated with this project.
264
+ # Required. Lists all API keys associated with this project. The parent field
265
+ # must be in format of "projects//locations/global".
264
266
  # @param [Fixnum] page_size
265
267
  # Optional. Specifies the maximum number of results to be returned at a time.
266
268
  # @param [String] page_token
@@ -302,7 +304,7 @@ module Google
302
304
  # t included in the response. NOTE: Key is a global resource; hence the only
303
305
  # supported value for location is `global`.
304
306
  # @param [String] name
305
- # Output only. The resource name of the key. The `name` has the form: `projects//
307
+ # Identifier. The resource name of the key. The `name` has the form: `projects//
306
308
  # locations/global/keys/`. For example: `projects/123456867718/locations/global/
307
309
  # keys/b7ff1f9f-8275-410a-94dd-3855ee9b5dd2` NOTE: Key is a global resource;
308
310
  # hence the only supported value for location is `global`.
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.26.0
4
+ version: 0.27.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.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apikeys_v2/v0.27.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: