google-apis-playintegrity_v1 0.28.0 → 0.29.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e6b0f84c4dca75b0275c1c33f65c11ea332f06bb3eda1d8f6f3448b5dcc0903
|
4
|
+
data.tar.gz: 96c3ea27082a7c465d4e48e6ea4d494a80381452a54d92eeafb2b4571b76eb08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac58c33e2286d8f1b3f9091f0c3f0e58578eec3d53e6ffff5613fba42e1a84911d7030045dfeb8f04a88d69fd7528e5e4e430fd0e547515f9cfd0c5327aa7047
|
7
|
+
data.tar.gz: abca5c8ed9f68847091ea0c08fa66ecf95d087c229c86b0a0935613e86da2b433cf1dba6de85b421fd047f52c5fdfcb9dc75ec0ccf45979563f55de49511383f
|
data/CHANGELOG.md
CHANGED
@@ -185,11 +185,11 @@ module Google
|
|
185
185
|
end
|
186
186
|
end
|
187
187
|
|
188
|
-
# Contains the device attestation information.
|
188
|
+
# Contains the device attestation information.
|
189
189
|
class DeviceIntegrity
|
190
190
|
include Google::Apis::Core::Hashable
|
191
191
|
|
192
|
-
# Contains the recall bits per device set by the developer.
|
192
|
+
# Contains the recall bits per device set by the developer.
|
193
193
|
# Corresponds to the JSON property `deviceRecall`
|
194
194
|
# @return [Google::Apis::PlayintegrityV1::DeviceRecall]
|
195
195
|
attr_accessor :device_recall
|
@@ -218,7 +218,7 @@ module Google
|
|
218
218
|
end
|
219
219
|
end
|
220
220
|
|
221
|
-
# Contains the recall bits per device set by the developer.
|
221
|
+
# Contains the recall bits per device set by the developer.
|
222
222
|
class DeviceRecall
|
223
223
|
include Google::Apis::Core::Hashable
|
224
224
|
|
@@ -367,7 +367,7 @@ module Google
|
|
367
367
|
# @return [Google::Apis::PlayintegrityV1::AppIntegrity]
|
368
368
|
attr_accessor :app_integrity
|
369
369
|
|
370
|
-
# Contains the device attestation information.
|
370
|
+
# Contains the device attestation information.
|
371
371
|
# Corresponds to the JSON property `deviceIntegrity`
|
372
372
|
# @return [Google::Apis::PlayintegrityV1::DeviceIntegrity]
|
373
373
|
attr_accessor :device_integrity
|
@@ -475,9 +475,7 @@ module Google
|
|
475
475
|
class WriteDeviceRecallRequest
|
476
476
|
include Google::Apis::Core::Hashable
|
477
477
|
|
478
|
-
# Required. Integrity token obtained from calling Play Integrity API.
|
479
|
-
# the integrity token contains the existing device recall bits. The write will
|
480
|
-
# only succeed if those bits in the integrity token are up to date.
|
478
|
+
# Required. Integrity token obtained from calling Play Integrity API.
|
481
479
|
# Corresponds to the JSON property `integrityToken`
|
482
480
|
# @return [String]
|
483
481
|
attr_accessor :integrity_token
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PlayintegrityV1
|
18
18
|
# Version of the google-apis-playintegrity_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240813"
|
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-playintegrity_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.29.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-08-
|
11
|
+
date: 2024-08-18 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-playintegrity_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-playintegrity_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-playintegrity_v1/v0.29.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playintegrity_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|