google-apis-playintegrity_v1 0.30.0 → 0.31.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: cf2724d51fd28ecf5a8d2b5b782592c108ad549ddc355f84b699e6073d0ec6ab
4
- data.tar.gz: a102fcdccb98fa48ac08a1abb6f6ed1c4e5fa4ec748f01ef88df93922aecab21
3
+ metadata.gz: 97af76aff999b22afefe7840143a3050e35fcd38a556ab806bfa9282954cdb7d
4
+ data.tar.gz: 204a35c9bf49390515f5b3c52b15af9b3f806c4278e1f21102f4f4a788df1d13
5
5
  SHA512:
6
- metadata.gz: a40081b246858c505f74e4cf6c4198962702b179dc170fcf24602973bbcbc75b50763354fab1c0faf8f8bb9f36ab16b421c3f298f97ec89a2e8643aaf912937c
7
- data.tar.gz: be557ba66382b23a6433b62dce7dca508f4316760ed3daf13504a042da348384f85266b3d1fdb1807107f727a82a776f3fa4e056289bc57e93f25ef752889cb5
6
+ metadata.gz: 1df19d506bf05a422207b710c1c495548d646b58508b3895ce2977d9280c790d1196a0dc0a8ac4310ad0c30e185908f2410ce154127d52e1fa54ecd876d6b0a9
7
+ data.tar.gz: a903807812331d8bae10a6bd2e6629f131e59d3f4daaac14b27b11d2f6bc01a446f284fdcf2bc15bfe7971e5bac74066a2c3c71b5275fc659a6dc2a632e648dd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-playintegrity_v1
2
2
 
3
+ ### v0.31.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250223
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.30.0 (2024-12-02)
4
9
 
5
10
  * Regenerated from discovery document revision 20241127
@@ -80,20 +80,6 @@ module Google
80
80
  # @return [Array<String>]
81
81
  attr_accessor :apps_detected
82
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.
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
-
97
83
  def initialize(**args)
98
84
  update!(**args)
99
85
  end
@@ -101,8 +87,6 @@ module Google
101
87
  # Update properties of this object
102
88
  def update!(**args)
103
89
  @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)
106
90
  end
107
91
  end
108
92
 
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241127"
25
+ REVISION = "20250223"
26
26
  end
27
27
  end
28
28
  end
@@ -150,8 +150,6 @@ module Google
150
150
  # @private
151
151
  class Representation < Google::Apis::Core::JsonRepresentation
152
152
  collection :apps_detected, as: 'appsDetected'
153
- property :other_apps, as: 'otherApps'
154
- property :play_or_system_apps, as: 'playOrSystemApps'
155
153
  end
156
154
  end
157
155
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-playintegrity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.30.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playintegrity_v1/v0.31.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playintegrity_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Google Play Integrity API V1
82
79
  test_files: []