google-apis-playintegrity_v1 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d6f6495a5c87085b1a6645cd503f2404d4da04a981b8b56a6c80202345fbda1
4
- data.tar.gz: 57bd8c68fa64b193b78cf8eeb47435c7833e4a3449b0b423a67ff88e1644e242
3
+ metadata.gz: b65d2eaa2673ef127c67848411be226ba67c5d3562bd05f2b131da889d74304e
4
+ data.tar.gz: 6c2138c0ec692b17e5b37f67ab08cb4d0f50b943cb0ce45cbd016276e2375e3a
5
5
  SHA512:
6
- metadata.gz: e3ce7d79ff925779b4c940cd2ee79146c4d8b3cb49053f4c5bd9a30fcd7317537940b0601751f83adb2abaaa4ec1de06c524477c70c47dc1c05f58762e908917
7
- data.tar.gz: 7a2c1e2319e91705329d19513011ab7cf2997662d7d1394187cbd549469ab335bc43ded6f83d3cf8acc9a4ec11b14d00f9a22d6e3625eb60993a123bf783b7d5
6
+ metadata.gz: 2b1a345b99114c548069c3bc1a3c9ccca2d3d0537c7d976785a4ad0758a13978a702441af0b0e0128bcb98f18f01535679af79e09052d60a04ab63e0af794be8
7
+ data.tar.gz: d4727634cbdd6c9979b8058247b4a68b960cd966c0cff7227e907c371f339b288e013b10e1dfdf3861a93cf5ed9722b61480197b33828cf7dc0551a9c62a3c29
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-playintegrity_v1
2
2
 
3
+ ### v0.26.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240508
6
+ * Regenerated using generator version 0.15.0
7
+
3
8
  ### v0.25.0 (2024-04-28)
4
9
 
5
10
  * Regenerated from discovery document revision 20240422
@@ -75,15 +75,21 @@ module Google
75
75
  class AppAccessRiskVerdict
76
76
  include Google::Apis::Core::Hashable
77
77
 
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.
78
+ # List of detected app types signalled for App Access Risk.
79
+ # Corresponds to the JSON property `appsDetected`
80
+ # @return [Array<String>]
81
+ attr_accessor :apps_detected
82
+
83
+ # Deprecated: this field will be removed, please use apps_detected instead. App
84
+ # access risk verdict related to apps that are not installed by Google Play, and
85
+ # are not preloaded on the system image by the device manufacturer.
80
86
  # Corresponds to the JSON property `otherApps`
81
87
  # @return [String]
82
88
  attr_accessor :other_apps
83
89
 
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
86
- # manufacturer.
90
+ # Deprecated: this field will be removed, please use apps_detected instead. App
91
+ # access risk verdict related to apps that are not installed by the Google Play
92
+ # Store, and are not preloaded on the system image by the device manufacturer.
87
93
  # Corresponds to the JSON property `playOrSystemApps`
88
94
  # @return [String]
89
95
  attr_accessor :play_or_system_apps
@@ -94,6 +100,7 @@ module Google
94
100
 
95
101
  # Update properties of this object
96
102
  def update!(**args)
103
+ @apps_detected = args[:apps_detected] if args.key?(:apps_detected)
97
104
  @other_apps = args[:other_apps] if args.key?(:other_apps)
98
105
  @play_or_system_apps = args[:play_or_system_apps] if args.key?(:play_or_system_apps)
99
106
  end
@@ -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.25.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.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240422"
25
+ REVISION = "20240508"
26
26
  end
27
27
  end
28
28
  end
@@ -113,6 +113,7 @@ module Google
113
113
  class AppAccessRiskVerdict
114
114
  # @private
115
115
  class Representation < Google::Apis::Core::JsonRepresentation
116
+ collection :apps_detected, as: 'appsDetected'
116
117
  property :other_apps, as: 'otherApps'
117
118
  property :play_or_system_apps, as: 'playOrSystemApps'
118
119
  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.25.0
4
+ version: 0.26.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-04-28 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playintegrity_v1/v0.26.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: []