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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/apikeys_v2/classes.rb +3 -4
- data/lib/google/apis/apikeys_v2/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d2cf71e42a19592cc74fe86834a77ee5b9d82fa5e25f590bca1f2b8a1b827ef
|
|
4
|
+
data.tar.gz: 2840ea3c69d9c6622f1fbacf79785beb4a4b8d8a93f88f36510c9245a4482247
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '00981b92f58e64cd3d4ba0d847001f8554a82fe48a1c33516b68e2cccfbff20622dc2dd8ce44bceaab20f7b3b08093717ddcef0e3979a5d38570e2556a1d2da7'
|
|
7
|
+
data.tar.gz: 78483d6b67993e9e5dac9a5f27e436112a935c878ec7d207526d541b210abb9086eb13996430e74840b09068da4edaf4547193382a690c8553c5aad9e7303d9c
|
data/CHANGELOG.md
CHANGED
|
@@ -288,10 +288,9 @@ module Google
|
|
|
288
288
|
# @return [String]
|
|
289
289
|
attr_accessor :display_name
|
|
290
290
|
|
|
291
|
-
#
|
|
292
|
-
#
|
|
293
|
-
#
|
|
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.
|
|
19
|
+
GEM_VERSION = "0.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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.
|
|
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.
|
|
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.
|
|
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: []
|