google-apis-playintegrity_v1 0.14.0 → 0.15.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: ec0394c9efbc8c20886f74ec5740c2ab66b38ad6ddfbdd81143ae9e730efd647
4
- data.tar.gz: d5f7ff5cba47b2cfd2a21d343c6ad8dc086cdd58ea2b03b849da49611a2a8554
3
+ metadata.gz: efbbe5328ad6d9736a786f3738e30cbe62870df85808403b994f9d275d946f2d
4
+ data.tar.gz: fe880dfc080b5090efd0747b5cab52f25bfd739ae3dba8b3bce3b830675150f3
5
5
  SHA512:
6
- metadata.gz: b9b559dcf6b1851b45c554d7f7cc6693c191a1e37ac3eb886d14988bd1c612501cec3cd84d4d1e025c6dadc97bd58245ba4e7adfb4295f058c92b950714af1a8
7
- data.tar.gz: 02cbeccd75324ecefcbcf58e6833ed9e03ca0577d3d6bb6b4d9bd3d88d51a7a3a15d29a7e229bef59c7ffd6a49b190ebab0fed49495bc9f4ec56c77ca77498e7
6
+ metadata.gz: 40c4ad6a94ff89b1c2e592b5aa8d79c6c0e3553f989794ebe4c43fbd71119169c51f6ffd2a09e2011fec20e2b71eb52726b755a0bdfb6836b2f9e56eaadef089
7
+ data.tar.gz: 19d37688c2890e006aca75e4fa0d4c008834fe2c3d0822226bed5ac3811db016fa88a43b86aa8f349319899dbbf28c483c143d89eea2206d25d6574c969df172
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-playintegrity_v1
2
2
 
3
+ ### v0.15.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230514
6
+
3
7
  ### v0.14.0 (2023-02-26)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -172,6 +172,27 @@ module Google
172
172
  end
173
173
  end
174
174
 
175
+ # Contains guidance details about the Integrity API response, providing
176
+ # additional context to the integrity verdicts.
177
+ class GuidanceDetails
178
+ include Google::Apis::Core::Hashable
179
+
180
+ # This shows when there is an issue with at least one of the integrity verdicts,
181
+ # and provides user remediation guidance.
182
+ # Corresponds to the JSON property `userRemediation`
183
+ # @return [Array<String>]
184
+ attr_accessor :user_remediation
185
+
186
+ def initialize(**args)
187
+ update!(**args)
188
+ end
189
+
190
+ # Update properties of this object
191
+ def update!(**args)
192
+ @user_remediation = args[:user_remediation] if args.key?(:user_remediation)
193
+ end
194
+ end
195
+
175
196
  # Contains the integrity request information.
176
197
  class RequestDetails
177
198
  include Google::Apis::Core::Hashable
@@ -253,6 +274,12 @@ module Google
253
274
  # @return [Google::Apis::PlayintegrityV1::DeviceIntegrity]
254
275
  attr_accessor :device_integrity
255
276
 
277
+ # Contains guidance details about the Integrity API response, providing
278
+ # additional context to the integrity verdicts.
279
+ # Corresponds to the JSON property `guidanceDetails`
280
+ # @return [Google::Apis::PlayintegrityV1::GuidanceDetails]
281
+ attr_accessor :guidance_details
282
+
256
283
  # Contains the integrity request information.
257
284
  # Corresponds to the JSON property `requestDetails`
258
285
  # @return [Google::Apis::PlayintegrityV1::RequestDetails]
@@ -272,6 +299,7 @@ module Google
272
299
  @account_details = args[:account_details] if args.key?(:account_details)
273
300
  @app_integrity = args[:app_integrity] if args.key?(:app_integrity)
274
301
  @device_integrity = args[:device_integrity] if args.key?(:device_integrity)
302
+ @guidance_details = args[:guidance_details] if args.key?(:guidance_details)
275
303
  @request_details = args[:request_details] if args.key?(:request_details)
276
304
  @testing_details = args[:testing_details] if args.key?(:testing_details)
277
305
  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.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230105"
25
+ REVISION = "20230514"
26
26
  end
27
27
  end
28
28
  end
@@ -58,6 +58,12 @@ module Google
58
58
  include Google::Apis::Core::JsonObjectSupport
59
59
  end
60
60
 
61
+ class GuidanceDetails
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
61
67
  class RequestDetails
62
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
69
 
@@ -124,6 +130,13 @@ module Google
124
130
  end
125
131
  end
126
132
 
133
+ class GuidanceDetails
134
+ # @private
135
+ class Representation < Google::Apis::Core::JsonRepresentation
136
+ collection :user_remediation, as: 'userRemediation'
137
+ end
138
+ end
139
+
127
140
  class RequestDetails
128
141
  # @private
129
142
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -150,6 +163,8 @@ module Google
150
163
 
151
164
  property :device_integrity, as: 'deviceIntegrity', class: Google::Apis::PlayintegrityV1::DeviceIntegrity, decorator: Google::Apis::PlayintegrityV1::DeviceIntegrity::Representation
152
165
 
166
+ property :guidance_details, as: 'guidanceDetails', class: Google::Apis::PlayintegrityV1::GuidanceDetails, decorator: Google::Apis::PlayintegrityV1::GuidanceDetails::Representation
167
+
153
168
  property :request_details, as: 'requestDetails', class: Google::Apis::PlayintegrityV1::RequestDetails, decorator: Google::Apis::PlayintegrityV1::RequestDetails::Representation
154
169
 
155
170
  property :testing_details, as: 'testingDetails', class: Google::Apis::PlayintegrityV1::TestingDetails, decorator: Google::Apis::PlayintegrityV1::TestingDetails::Representation
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.14.0
4
+ version: 0.15.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: 2023-02-26 00:00:00.000000000 Z
11
+ date: 2023-05-21 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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playintegrity_v1/v0.15.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: []