google-apis-firebaseappcheck_v1 0.13.0 → 0.14.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c82652c0d29847ab5d8745a97e2165b200ece455b6f084454a6f3aeffb5592b7
|
|
4
|
+
data.tar.gz: '08ef10b7f7a952e61e32882f0f2a3f6fc9e1473df7e89d5812ea46a0e232b54e'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f8a657028caf3aa13a9c98682d206fe1185822848bc4aac7eaa900b4daf1e3e55fad31c29080a976194e3ac3cd6dbeb9397bf4f8cb83991fdda7c7a0540ddac
|
|
7
|
+
data.tar.gz: de33ccc5c9f5a0876113e573267bb3ea14fd1cc406f59eeeab9037011d53a0a4cbc050af81aa35564441c2e34f2928d440f91a0b0e0a7eba40d9690e579c83ec
|
data/CHANGELOG.md
CHANGED
|
@@ -278,6 +278,11 @@ module Google
|
|
|
278
278
|
# @return [String]
|
|
279
279
|
attr_accessor :token
|
|
280
280
|
|
|
281
|
+
# Output only. Timestamp when this debug token was most recently updated.
|
|
282
|
+
# Corresponds to the JSON property `updateTime`
|
|
283
|
+
# @return [String]
|
|
284
|
+
attr_accessor :update_time
|
|
285
|
+
|
|
281
286
|
def initialize(**args)
|
|
282
287
|
update!(**args)
|
|
283
288
|
end
|
|
@@ -287,6 +292,7 @@ module Google
|
|
|
287
292
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
288
293
|
@name = args[:name] if args.key?(:name)
|
|
289
294
|
@token = args[:token] if args.key?(:token)
|
|
295
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
|
290
296
|
end
|
|
291
297
|
end
|
|
292
298
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FirebaseappcheckV1
|
|
18
18
|
# Version of the google-apis-firebaseappcheck_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.14.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240429"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-firebaseappcheck_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.14.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-05-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1/v0.14.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|