Skip to content

Commit d8df803

Browse files
feat: Automated regeneration of playintegrity v1 client (googleapis#21866)
Auto-created at 2025-02-26 21:18:35 +0000 using the toys pull request generator.
1 parent 140dd8e commit d8df803

File tree

4 files changed

+8
-21
lines changed

4 files changed

+8
-21
lines changed

generated/google-apis-playintegrity_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

generated/google-apis-playintegrity_v1/lib/google/apis/playintegrity_v1/classes.rb

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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

generated/google-apis-playintegrity_v1/lib/google/apis/playintegrity_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2828
end

generated/google-apis-playintegrity_v1/lib/google/apis/playintegrity_v1/representations.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)