google-apis-firebaseappcheck_v1beta 0.40.0 → 0.41.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: cb916ff28778105372109bf05b5ea854a7b6137ea6db7800f3064fe1bd7cf76a
|
|
4
|
+
data.tar.gz: a0e1bec434cc68b07214961ece887d9b492a4fd0e8ca08b8e5148d43af55b494
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f62f4af2e58e9d00c67fbfefe73a808cb429b69763f54ccdb15ad13f32c0472ea530988db1f8c5c6c28fdb14f800223ebf9352b744378f1a143b43c90502ba7b
|
|
7
|
+
data.tar.gz: 6ea376f94ed8a908464a156e538a8450de0437771e05797121c07e229c7ab3a3116c670ccd93a05eb3aca51fe5094bea0db441e2f421cda7b2ece4138de1000b
|
data/CHANGELOG.md
CHANGED
|
@@ -380,6 +380,11 @@ module Google
|
|
|
380
380
|
# @return [String]
|
|
381
381
|
attr_accessor :token
|
|
382
382
|
|
|
383
|
+
# Output only. Timestamp when this debug token was most recently updated.
|
|
384
|
+
# Corresponds to the JSON property `updateTime`
|
|
385
|
+
# @return [String]
|
|
386
|
+
attr_accessor :update_time
|
|
387
|
+
|
|
383
388
|
def initialize(**args)
|
|
384
389
|
update!(**args)
|
|
385
390
|
end
|
|
@@ -389,6 +394,7 @@ module Google
|
|
|
389
394
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
390
395
|
@name = args[:name] if args.key?(:name)
|
|
391
396
|
@token = args[:token] if args.key?(:token)
|
|
397
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
|
392
398
|
end
|
|
393
399
|
end
|
|
394
400
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FirebaseappcheckV1beta
|
|
18
18
|
# Version of the google-apis-firebaseappcheck_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.41.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_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.41.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_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappcheck_v1beta/v0.41.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappcheck_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|