google-apis-playintegrity_v1 0.24.0 → 0.25.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: 1de1077af3adad770a9a708dadfc2fbf60d3bbedf3616770c67aa4c5ea4ad646
4
- data.tar.gz: c4c1b451d3ba17b5a17a2e16f8d8252d391e5750921c1126a4bcf18a640e603d
3
+ metadata.gz: 0d6f6495a5c87085b1a6645cd503f2404d4da04a981b8b56a6c80202345fbda1
4
+ data.tar.gz: 57bd8c68fa64b193b78cf8eeb47435c7833e4a3449b0b423a67ff88e1644e242
5
5
  SHA512:
6
- metadata.gz: '04916bbceded3064056397e8ce0c73819ce8b6ad592d7c0b4bc26f87e11c5aedfdbd36fb1f10adac44033a6b546c5882b8bf332d2b3b034956c7f034a1cebd2e'
7
- data.tar.gz: be8529e2472320a8105ee223f5fce1eb79d94ef3d30ff165a352b2ddbd13bdc2b9dc8266e0e14e19f85763310585f84cf5774fc735c062caf495e75f26ae7887
6
+ metadata.gz: e3ce7d79ff925779b4c940cd2ee79146c4d8b3cb49053f4c5bd9a30fcd7317537940b0601751f83adb2abaaa4ec1de06c524477c70c47dc1c05f58762e908917
7
+ data.tar.gz: 7a2c1e2319e91705329d19513011ab7cf2997662d7d1394187cbd549469ab335bc43ded6f83d3cf8acc9a4ec11b14d00f9a22d6e3625eb60993a123bf783b7d5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-playintegrity_v1
2
2
 
3
+ ### v0.25.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240422
6
+
3
7
  ### v0.24.0 (2024-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240317
@@ -75,15 +75,14 @@ module Google
75
75
  class AppAccessRiskVerdict
76
76
  include Google::Apis::Core::Hashable
77
77
 
78
- # Required. App access risk verdict related to apps that are not installed by
79
- # Google Play, and are not preloaded on the system image by the device
80
- # manufacturer.
78
+ # App access risk verdict related to apps that are not installed by Google Play,
79
+ # and are not preloaded on the system image by the device manufacturer.
81
80
  # Corresponds to the JSON property `otherApps`
82
81
  # @return [String]
83
82
  attr_accessor :other_apps
84
83
 
85
- # Required. App access risk verdict related to apps that are not installed by
86
- # the Google Play Store, and are not preloaded on the system image by the device
84
+ # App access risk verdict related to apps that are not installed by the Google
85
+ # Play Store, and are not preloaded on the system image by the device
87
86
  # manufacturer.
88
87
  # Corresponds to the JSON property `playOrSystemApps`
89
88
  # @return [String]
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.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 = "20240317"
25
+ REVISION = "20240422"
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.24.0
4
+ version: 0.25.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-03-24 00:00:00.000000000 Z
11
+ date: 2024-04-28 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playintegrity_v1/v0.25.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: []