google-apis-checks_v1alpha 0.3.0 → 0.5.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/checks_v1alpha/classes.rb +993 -249
- data/lib/google/apis/checks_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/checks_v1alpha/representations.rb +548 -59
- data/lib/google/apis/checks_v1alpha/service.rb +143 -140
- metadata +4 -4
@@ -22,73 +22,265 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module ChecksV1alpha
|
24
24
|
|
25
|
-
class
|
25
|
+
class CancelOperationRequest
|
26
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
27
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
-
class
|
31
|
+
class Empty
|
32
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
33
|
|
34
34
|
include Google::Apis::Core::JsonObjectSupport
|
35
35
|
end
|
36
36
|
|
37
|
-
class
|
37
|
+
class GoogleChecksAccountV1alphaApp
|
38
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
39
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
-
class
|
43
|
+
class GoogleChecksAccountV1alphaListAppsResponse
|
44
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
45
|
|
46
46
|
include Google::Apis::Core::JsonObjectSupport
|
47
47
|
end
|
48
48
|
|
49
|
-
class
|
49
|
+
class GoogleChecksReportV1alphaAnalyzeUploadRequest
|
50
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
51
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
53
53
|
end
|
54
54
|
|
55
|
-
class
|
55
|
+
class GoogleChecksReportV1alphaAppBundle
|
56
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
57
|
|
58
58
|
include Google::Apis::Core::JsonObjectSupport
|
59
59
|
end
|
60
60
|
|
61
|
-
class
|
61
|
+
class GoogleChecksReportV1alphaCheck
|
62
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
63
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
-
class
|
67
|
+
class GoogleChecksReportV1alphaCheckCitation
|
68
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
69
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
-
class
|
73
|
+
class GoogleChecksReportV1alphaCheckDataSecurityEvidence
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GoogleChecksReportV1alphaCheckDataTypeEvidence
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleChecksReportV1alphaCheckEndpointEvidence
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidenceEndpointDetails
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleChecksReportV1alphaCheckEvidence
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleChecksReportV1alphaCheckPermissionEvidence
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidence
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidencePermissionDetails
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleChecksReportV1alphaCheckSdkEvidence
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleChecksReportV1alphaCheckSdkIssueEvidence
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleChecksReportV1alphaCheckStateMetadata
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GoogleChecksReportV1alphaDataMonitoring
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleChecksReportV1alphaDataMonitoringDataTypeResult
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GoogleChecksReportV1alphaDataMonitoringEndpointResult
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GoogleChecksReportV1alphaDataMonitoringPermissionResult
|
74
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
189
|
|
76
190
|
include Google::Apis::Core::JsonObjectSupport
|
77
191
|
end
|
78
192
|
|
79
|
-
class
|
193
|
+
class GoogleChecksReportV1alphaDataMonitoringResultMetadata
|
80
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
195
|
|
82
196
|
include Google::Apis::Core::JsonObjectSupport
|
83
197
|
end
|
84
198
|
|
85
|
-
class
|
199
|
+
class GoogleChecksReportV1alphaDataMonitoringSdkResult
|
86
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
201
|
|
88
202
|
include Google::Apis::Core::JsonObjectSupport
|
89
203
|
end
|
90
204
|
|
91
|
-
class
|
205
|
+
class GoogleChecksReportV1alphaDataTypeEndpointEvidence
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class GoogleChecksReportV1alphaDataTypeEndpointEvidenceAttributedSdk
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class GoogleChecksReportV1alphaDataTypeEndpointEvidenceEndpointDetails
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GoogleChecksReportV1alphaDataTypeEvidence
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleChecksReportV1alphaDataTypePermissionEvidence
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleChecksReportV1alphaEndpoint
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleChecksReportV1alphaListReportsResponse
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class GoogleChecksReportV1alphaPermission
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleChecksReportV1alphaPolicyFragment
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class GoogleChecksReportV1alphaReport
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleChecksReportV1alphaSdk
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class ListOperationsResponse
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class Operation
|
92
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
285
|
|
94
286
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -106,119 +298,416 @@ module Google
|
|
106
298
|
include Google::Apis::Core::JsonObjectSupport
|
107
299
|
end
|
108
300
|
|
109
|
-
class
|
301
|
+
class CancelOperationRequest
|
302
|
+
# @private
|
303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
304
|
+
end
|
305
|
+
end
|
306
|
+
|
307
|
+
class Empty
|
110
308
|
# @private
|
111
309
|
class Representation < Google::Apis::Core::JsonRepresentation
|
112
|
-
property :privacy_policy_page_content, as: 'privacyPolicyPageContent'
|
113
|
-
property :privacy_policy_uri, as: 'privacyPolicyUri'
|
114
310
|
end
|
115
311
|
end
|
116
312
|
|
117
|
-
class
|
313
|
+
class GoogleChecksAccountV1alphaApp
|
118
314
|
# @private
|
119
315
|
class Representation < Google::Apis::Core::JsonRepresentation
|
120
|
-
|
316
|
+
property :name, as: 'name'
|
317
|
+
property :title, as: 'title'
|
318
|
+
end
|
319
|
+
end
|
121
320
|
|
122
|
-
|
321
|
+
class GoogleChecksAccountV1alphaListAppsResponse
|
322
|
+
# @private
|
323
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
324
|
+
collection :apps, as: 'apps', class: Google::Apis::ChecksV1alpha::GoogleChecksAccountV1alphaApp, decorator: Google::Apis::ChecksV1alpha::GoogleChecksAccountV1alphaApp::Representation
|
123
325
|
|
124
|
-
property :
|
125
|
-
|
326
|
+
property :next_page_token, as: 'nextPageToken'
|
327
|
+
end
|
328
|
+
end
|
126
329
|
|
127
|
-
|
330
|
+
class GoogleChecksReportV1alphaAnalyzeUploadRequest
|
331
|
+
# @private
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
333
|
+
property :code_reference_id, as: 'codeReferenceId'
|
334
|
+
end
|
335
|
+
end
|
128
336
|
|
337
|
+
class GoogleChecksReportV1alphaAppBundle
|
338
|
+
# @private
|
339
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
340
|
+
property :bundle_id, as: 'bundleId'
|
341
|
+
property :code_reference_id, as: 'codeReferenceId'
|
342
|
+
property :release_type, as: 'releaseType'
|
343
|
+
property :version, as: 'version'
|
344
|
+
property :version_id, as: 'versionId'
|
129
345
|
end
|
130
346
|
end
|
131
347
|
|
132
|
-
class
|
348
|
+
class GoogleChecksReportV1alphaCheck
|
133
349
|
# @private
|
134
350
|
class Representation < Google::Apis::Core::JsonRepresentation
|
351
|
+
collection :citations, as: 'citations', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckCitation, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckCitation::Representation
|
352
|
+
|
353
|
+
property :evidence, as: 'evidence', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEvidence::Representation
|
354
|
+
|
355
|
+
collection :region_codes, as: 'regionCodes'
|
356
|
+
property :severity, as: 'severity'
|
357
|
+
property :state, as: 'state'
|
358
|
+
property :state_metadata, as: 'stateMetadata', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckStateMetadata, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckStateMetadata::Representation
|
359
|
+
|
360
|
+
property :type, as: 'type'
|
135
361
|
end
|
136
362
|
end
|
137
363
|
|
138
|
-
class
|
364
|
+
class GoogleChecksReportV1alphaCheckCitation
|
139
365
|
# @private
|
140
366
|
class Representation < Google::Apis::Core::JsonRepresentation
|
141
|
-
property :
|
142
|
-
property :month, as: 'month'
|
143
|
-
property :year, as: 'year'
|
367
|
+
property :type, as: 'type'
|
144
368
|
end
|
145
369
|
end
|
146
370
|
|
147
|
-
class
|
371
|
+
class GoogleChecksReportV1alphaCheckDataSecurityEvidence
|
148
372
|
# @private
|
149
373
|
class Representation < Google::Apis::Core::JsonRepresentation
|
374
|
+
collection :data_in_transit_info, as: 'dataInTransitInfo', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo::Representation
|
375
|
+
|
150
376
|
end
|
151
377
|
end
|
152
378
|
|
153
|
-
class
|
379
|
+
class GoogleChecksReportV1alphaCheckDataSecurityEvidenceDataInTransitInfo
|
154
380
|
# @private
|
155
381
|
class Representation < Google::Apis::Core::JsonRepresentation
|
156
|
-
property :
|
382
|
+
property :uri, as: 'uri'
|
157
383
|
end
|
158
384
|
end
|
159
385
|
|
160
|
-
class
|
386
|
+
class GoogleChecksReportV1alphaCheckDataTypeEvidence
|
161
387
|
# @private
|
162
388
|
class Representation < Google::Apis::Core::JsonRepresentation
|
163
|
-
property :
|
164
|
-
property :
|
389
|
+
property :data_type, as: 'dataType'
|
390
|
+
property :data_type_evidence, as: 'dataTypeEvidence', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypeEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypeEvidence::Representation
|
165
391
|
|
166
|
-
property :start_offset, :numeric_string => true, as: 'startOffset'
|
167
|
-
property :text_content, as: 'textContent'
|
168
392
|
end
|
169
393
|
end
|
170
394
|
|
171
|
-
class
|
395
|
+
class GoogleChecksReportV1alphaCheckEndpointEvidence
|
396
|
+
# @private
|
397
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
398
|
+
property :endpoint, as: 'endpoint', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint::Representation
|
399
|
+
|
400
|
+
end
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence
|
404
|
+
# @private
|
405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
406
|
+
collection :endpoint_details, as: 'endpointDetails', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidenceEndpointDetails, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidenceEndpointDetails::Representation
|
407
|
+
|
408
|
+
end
|
409
|
+
end
|
410
|
+
|
411
|
+
class GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidenceEndpointDetails
|
412
|
+
# @private
|
413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
414
|
+
property :endpoint, as: 'endpoint', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint::Representation
|
415
|
+
|
416
|
+
end
|
417
|
+
end
|
418
|
+
|
419
|
+
class GoogleChecksReportV1alphaCheckEvidence
|
420
|
+
# @private
|
421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
422
|
+
property :data_security, as: 'dataSecurity', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataSecurityEvidence::Representation
|
423
|
+
|
424
|
+
collection :data_types, as: 'dataTypes', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataTypeEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckDataTypeEvidence::Representation
|
425
|
+
|
426
|
+
collection :endpoint_restriction_violations, as: 'endpointRestrictionViolations', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence::Representation
|
427
|
+
|
428
|
+
collection :endpoints, as: 'endpoints', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointEvidence::Representation
|
429
|
+
|
430
|
+
collection :permission_restriction_violations, as: 'permissionRestrictionViolations', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidence::Representation
|
431
|
+
|
432
|
+
collection :permissions, as: 'permissions', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPermissionEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPermissionEvidence::Representation
|
433
|
+
|
434
|
+
collection :privacy_policy_texts, as: 'privacyPolicyTexts', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence::Representation
|
435
|
+
|
436
|
+
collection :sdk_issues, as: 'sdkIssues', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkIssueEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkIssueEvidence::Representation
|
437
|
+
|
438
|
+
collection :sdk_restriction_violations, as: 'sdkRestrictionViolations', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence::Representation
|
439
|
+
|
440
|
+
collection :sdks, as: 'sdks', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkEvidence::Representation
|
441
|
+
|
442
|
+
end
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleChecksReportV1alphaCheckPermissionEvidence
|
446
|
+
# @private
|
447
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
448
|
+
property :permission, as: 'permission', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission::Representation
|
449
|
+
|
450
|
+
end
|
451
|
+
end
|
452
|
+
|
453
|
+
class GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidence
|
454
|
+
# @private
|
455
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
456
|
+
collection :permission_details, as: 'permissionDetails', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidencePermissionDetails, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidencePermissionDetails::Representation
|
457
|
+
|
458
|
+
end
|
459
|
+
end
|
460
|
+
|
461
|
+
class GoogleChecksReportV1alphaCheckPermissionRestrictionViolationEvidencePermissionDetails
|
462
|
+
# @private
|
463
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
464
|
+
property :permission, as: 'permission', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission::Representation
|
465
|
+
|
466
|
+
end
|
467
|
+
end
|
468
|
+
|
469
|
+
class GoogleChecksReportV1alphaCheckPrivacyPolicyTextEvidence
|
470
|
+
# @private
|
471
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
472
|
+
property :policy_fragment, as: 'policyFragment', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPolicyFragment, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPolicyFragment::Representation
|
473
|
+
|
474
|
+
end
|
475
|
+
end
|
476
|
+
|
477
|
+
class GoogleChecksReportV1alphaCheckSdkEvidence
|
478
|
+
# @private
|
479
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
480
|
+
property :sdk, as: 'sdk', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk::Representation
|
481
|
+
|
482
|
+
end
|
483
|
+
end
|
484
|
+
|
485
|
+
class GoogleChecksReportV1alphaCheckSdkIssueEvidence
|
486
|
+
# @private
|
487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
488
|
+
property :sdk, as: 'sdk', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk::Representation
|
489
|
+
|
490
|
+
property :sdk_version, as: 'sdkVersion'
|
491
|
+
end
|
492
|
+
end
|
493
|
+
|
494
|
+
class GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidence
|
495
|
+
# @private
|
496
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
497
|
+
collection :sdk_details, as: 'sdkDetails', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails::Representation
|
498
|
+
|
499
|
+
end
|
500
|
+
end
|
501
|
+
|
502
|
+
class GoogleChecksReportV1alphaCheckSdkRestrictionViolationEvidenceSdkDetails
|
503
|
+
# @private
|
504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
505
|
+
property :sdk, as: 'sdk', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk::Representation
|
506
|
+
|
507
|
+
end
|
508
|
+
end
|
509
|
+
|
510
|
+
class GoogleChecksReportV1alphaCheckStateMetadata
|
511
|
+
# @private
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
513
|
+
collection :badges, as: 'badges'
|
514
|
+
property :first_failing_time, as: 'firstFailingTime'
|
515
|
+
property :last_failing_time, as: 'lastFailingTime'
|
516
|
+
end
|
517
|
+
end
|
518
|
+
|
519
|
+
class GoogleChecksReportV1alphaDataMonitoring
|
520
|
+
# @private
|
521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
522
|
+
collection :data_types, as: 'dataTypes', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringDataTypeResult, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringDataTypeResult::Representation
|
523
|
+
|
524
|
+
collection :endpoints, as: 'endpoints', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringEndpointResult, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringEndpointResult::Representation
|
525
|
+
|
526
|
+
collection :permissions, as: 'permissions', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringPermissionResult, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringPermissionResult::Representation
|
527
|
+
|
528
|
+
collection :sdks, as: 'sdks', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringSdkResult, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringSdkResult::Representation
|
529
|
+
|
530
|
+
end
|
531
|
+
end
|
532
|
+
|
533
|
+
class GoogleChecksReportV1alphaDataMonitoringDataTypeResult
|
534
|
+
# @private
|
535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
536
|
+
property :data_type, as: 'dataType'
|
537
|
+
property :data_type_evidence, as: 'dataTypeEvidence', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypeEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypeEvidence::Representation
|
538
|
+
|
539
|
+
property :metadata, as: 'metadata', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringResultMetadata, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringResultMetadata::Representation
|
540
|
+
|
541
|
+
end
|
542
|
+
end
|
543
|
+
|
544
|
+
class GoogleChecksReportV1alphaDataMonitoringEndpointResult
|
545
|
+
# @private
|
546
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
547
|
+
property :endpoint, as: 'endpoint', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint::Representation
|
548
|
+
|
549
|
+
property :hit_count, as: 'hitCount'
|
550
|
+
property :metadata, as: 'metadata', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringResultMetadata, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringResultMetadata::Representation
|
551
|
+
|
552
|
+
end
|
553
|
+
end
|
554
|
+
|
555
|
+
class GoogleChecksReportV1alphaDataMonitoringPermissionResult
|
556
|
+
# @private
|
557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
558
|
+
property :metadata, as: 'metadata', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringResultMetadata, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringResultMetadata::Representation
|
559
|
+
|
560
|
+
property :permission, as: 'permission', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission::Representation
|
561
|
+
|
562
|
+
end
|
563
|
+
end
|
564
|
+
|
565
|
+
class GoogleChecksReportV1alphaDataMonitoringResultMetadata
|
566
|
+
# @private
|
567
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
568
|
+
collection :badges, as: 'badges'
|
569
|
+
property :first_detected_time, as: 'firstDetectedTime'
|
570
|
+
property :last_detected_app_version, as: 'lastDetectedAppVersion'
|
571
|
+
property :last_detected_time, as: 'lastDetectedTime'
|
572
|
+
end
|
573
|
+
end
|
574
|
+
|
575
|
+
class GoogleChecksReportV1alphaDataMonitoringSdkResult
|
576
|
+
# @private
|
577
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
578
|
+
property :metadata, as: 'metadata', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringResultMetadata, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoringResultMetadata::Representation
|
579
|
+
|
580
|
+
property :sdk, as: 'sdk', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk::Representation
|
581
|
+
|
582
|
+
end
|
583
|
+
end
|
584
|
+
|
585
|
+
class GoogleChecksReportV1alphaDataTypeEndpointEvidence
|
586
|
+
# @private
|
587
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
588
|
+
collection :attributed_sdks, as: 'attributedSdks', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypeEndpointEvidenceAttributedSdk, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypeEndpointEvidenceAttributedSdk::Representation
|
589
|
+
|
590
|
+
collection :endpoint_details, as: 'endpointDetails', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypeEndpointEvidenceEndpointDetails, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypeEndpointEvidenceEndpointDetails::Representation
|
591
|
+
|
592
|
+
property :exfiltrated_data_type, as: 'exfiltratedDataType'
|
593
|
+
end
|
594
|
+
end
|
595
|
+
|
596
|
+
class GoogleChecksReportV1alphaDataTypeEndpointEvidenceAttributedSdk
|
597
|
+
# @private
|
598
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
599
|
+
property :sdk, as: 'sdk', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaSdk::Representation
|
600
|
+
|
601
|
+
end
|
602
|
+
end
|
603
|
+
|
604
|
+
class GoogleChecksReportV1alphaDataTypeEndpointEvidenceEndpointDetails
|
605
|
+
# @private
|
606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
607
|
+
property :endpoint, as: 'endpoint', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaEndpoint::Representation
|
608
|
+
|
609
|
+
end
|
610
|
+
end
|
611
|
+
|
612
|
+
class GoogleChecksReportV1alphaDataTypeEvidence
|
613
|
+
# @private
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
615
|
+
collection :endpoints, as: 'endpoints', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypeEndpointEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypeEndpointEvidence::Representation
|
616
|
+
|
617
|
+
collection :permissions, as: 'permissions', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypePermissionEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypePermissionEvidence::Representation
|
618
|
+
|
619
|
+
collection :privacy_policy_texts, as: 'privacyPolicyTexts', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence::Representation
|
620
|
+
|
621
|
+
end
|
622
|
+
end
|
623
|
+
|
624
|
+
class GoogleChecksReportV1alphaDataTypePermissionEvidence
|
625
|
+
# @private
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
627
|
+
property :permission, as: 'permission', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission::Representation
|
628
|
+
|
629
|
+
end
|
630
|
+
end
|
631
|
+
|
632
|
+
class GoogleChecksReportV1alphaDataTypePrivacyPolicyTextEvidence
|
633
|
+
# @private
|
634
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
635
|
+
property :policy_fragment, as: 'policyFragment', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPolicyFragment, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPolicyFragment::Representation
|
636
|
+
|
637
|
+
end
|
638
|
+
end
|
639
|
+
|
640
|
+
class GoogleChecksReportV1alphaEndpoint
|
641
|
+
# @private
|
642
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
643
|
+
property :domain, as: 'domain'
|
644
|
+
end
|
645
|
+
end
|
646
|
+
|
647
|
+
class GoogleChecksReportV1alphaListReportsResponse
|
172
648
|
# @private
|
173
649
|
class Representation < Google::Apis::Core::JsonRepresentation
|
174
650
|
property :next_page_token, as: 'nextPageToken'
|
175
|
-
collection :
|
651
|
+
collection :reports, as: 'reports', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaReport, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaReport::Representation
|
176
652
|
|
177
653
|
end
|
178
654
|
end
|
179
655
|
|
180
|
-
class
|
656
|
+
class GoogleChecksReportV1alphaPermission
|
181
657
|
# @private
|
182
658
|
class Representation < Google::Apis::Core::JsonRepresentation
|
183
|
-
property :
|
184
|
-
|
659
|
+
property :id, as: 'id'
|
660
|
+
end
|
661
|
+
end
|
662
|
+
|
663
|
+
class GoogleChecksReportV1alphaPolicyFragment
|
664
|
+
# @private
|
665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
666
|
+
property :html_content, as: 'htmlContent'
|
667
|
+
property :source_uri, as: 'sourceUri'
|
668
|
+
end
|
669
|
+
end
|
670
|
+
|
671
|
+
class GoogleChecksReportV1alphaReport
|
672
|
+
# @private
|
673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
674
|
+
property :app_bundle, as: 'appBundle', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaAppBundle, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaAppBundle::Representation
|
675
|
+
|
676
|
+
property :base_report, as: 'baseReport'
|
677
|
+
collection :checks, as: 'checks', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheck, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheck::Representation
|
678
|
+
|
679
|
+
property :data_monitoring, as: 'dataMonitoring', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoring, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoring::Representation
|
185
680
|
|
186
|
-
hash :metadata, as: 'metadata'
|
187
681
|
property :name, as: 'name'
|
188
|
-
|
682
|
+
property :results_uri, as: 'resultsUri'
|
189
683
|
end
|
190
684
|
end
|
191
685
|
|
192
|
-
class
|
686
|
+
class GoogleChecksReportV1alphaSdk
|
193
687
|
# @private
|
194
688
|
class Representation < Google::Apis::Core::JsonRepresentation
|
195
|
-
property :
|
196
|
-
property :end_offset, :numeric_string => true, as: 'endOffset'
|
197
|
-
property :score, as: 'score'
|
198
|
-
property :start_offset, :numeric_string => true, as: 'startOffset'
|
199
|
-
property :text_content, as: 'textContent'
|
689
|
+
property :id, as: 'id'
|
200
690
|
end
|
201
691
|
end
|
202
692
|
|
203
|
-
class
|
693
|
+
class ListOperationsResponse
|
204
694
|
# @private
|
205
695
|
class Representation < Google::Apis::Core::JsonRepresentation
|
206
|
-
property :
|
207
|
-
|
208
|
-
|
209
|
-
property :start_offset, :numeric_string => true, as: 'startOffset'
|
210
|
-
property :text_content, as: 'textContent'
|
696
|
+
property :next_page_token, as: 'nextPageToken'
|
697
|
+
collection :operations, as: 'operations', class: Google::Apis::ChecksV1alpha::Operation, decorator: Google::Apis::ChecksV1alpha::Operation::Representation
|
698
|
+
|
211
699
|
end
|
212
700
|
end
|
213
701
|
|
214
|
-
class
|
702
|
+
class Operation
|
215
703
|
# @private
|
216
704
|
class Representation < Google::Apis::Core::JsonRepresentation
|
217
|
-
property :
|
218
|
-
property :
|
219
|
-
|
220
|
-
|
221
|
-
property :
|
705
|
+
property :done, as: 'done'
|
706
|
+
property :error, as: 'error', class: Google::Apis::ChecksV1alpha::Status, decorator: Google::Apis::ChecksV1alpha::Status::Representation
|
707
|
+
|
708
|
+
hash :metadata, as: 'metadata'
|
709
|
+
property :name, as: 'name'
|
710
|
+
hash :response, as: 'response'
|
222
711
|
end
|
223
712
|
end
|
224
713
|
|