File tree Expand file tree Collapse file tree 4 files changed +8
-21
lines changed
generated/google-apis-playintegrity_v1
lib/google/apis/playintegrity_v1 Expand file tree Collapse file tree 4 files changed +8
-21
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-playintegrity_v1
22
3+ ### v0.31.0 (2025-02-26)
4+
5+ * Regenerated from discovery document revision 20250223
6+ * Regenerated using generator version 0.16.0
7+
38### v0.30.0 (2024-12-02)
49
510* Regenerated from discovery document revision 20241127
Original file line number Diff line number Diff line change @@ -80,29 +80,13 @@ class AppAccessRiskVerdict
8080 # @return [Array<String>]
8181 attr_accessor :apps_detected
8282
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.
86- # Corresponds to the JSON property `otherApps`
87- # @return [String]
88- attr_accessor :other_apps
89-
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.
93- # Corresponds to the JSON property `playOrSystemApps`
94- # @return [String]
95- attr_accessor :play_or_system_apps
96-
9783 def initialize ( **args )
9884 update! ( **args )
9985 end
10086
10187 # Update properties of this object
10288 def update! ( **args )
10389 @apps_detected = args [ :apps_detected ] if args . key? ( :apps_detected )
104- @other_apps = args [ :other_apps ] if args . key? ( :other_apps )
105- @play_or_system_apps = args [ :play_or_system_apps ] if args . key? ( :play_or_system_apps )
10690 end
10791 end
10892
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module PlayintegrityV1
1818 # Version of the google-apis-playintegrity_v1 gem
19- GEM_VERSION = "0.30 .0"
19+ GEM_VERSION = "0.31 .0"
2020
2121 # Version of the code generator used to generate this client
22- GENERATOR_VERSION = "0.15.1 "
22+ GENERATOR_VERSION = "0.16.0 "
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20241127 "
25+ REVISION = "20250223 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -150,8 +150,6 @@ class AppAccessRiskVerdict
150150 # @private
151151 class Representation < Google ::Apis ::Core ::JsonRepresentation
152152 collection :apps_detected , as : 'appsDetected'
153- property :other_apps , as : 'otherApps'
154- property :play_or_system_apps , as : 'playOrSystemApps'
155153 end
156154 end
157155
You can’t perform that action at this time.
0 commit comments