@@ -44,37 +44,13 @@ public final class AbuseiamEvaluation extends com.google.api.client.json.Generic
44
44
@ com .google .api .client .util .Key
45
45
private java .lang .String backend ;
46
46
47
- /**
48
- * Extra information regarding the cluster review context where the case received the evaluation.
49
- * The value may be {@code null}.
50
- */
51
- @ com .google .api .client .util .Key
52
- private AbuseiamClusterEvaluationContext clusterEvaluationContext ;
53
-
54
47
/**
55
48
* Backends can choose to put some debug info in addition to abuse_type, score, and status.
56
49
* The value may be {@code null}.
57
50
*/
58
51
@ com .google .api .client .util .Key
59
52
private java .lang .String comment ;
60
53
61
- /**
62
- * A set of repeated features to allow adapters to return semi structured data. Please, prefer
63
- * using feature instead of the old misc_data field since it supports richer and more structured
64
- * data to be passed back.
65
- * The value may be {@code null}.
66
- */
67
- @ com .google .api .client .util .Key
68
- private java .util .List <AbuseiamFeature > feature ;
69
-
70
- /**
71
- * Information about the manual review, for manual review evaluations. Do NOT expect this field to
72
- * be set if `backend != MANUAL_REVIEW`.
73
- * The value may be {@code null}.
74
- */
75
- @ com .google .api .client .util .Key
76
- private AbuseiamManualReviewEvaluationInfo manualReviewInfo ;
77
-
78
54
/**
79
55
* This field is used to store miscellaneous information that Backend might provide. If you find
80
56
* youself here considering to use this field, please prefer using the repeated feature field
@@ -84,13 +60,6 @@ public final class AbuseiamEvaluation extends com.google.api.client.json.Generic
84
60
@ com .google .api .client .util .Key
85
61
private java .util .List <AbuseiamNameValuePair > miscData ;
86
62
87
- /**
88
- * Time in milliseconds when the Backend processed this Evaluation.
89
- * The value may be {@code null}.
90
- */
91
- @ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
92
- private java .lang .Long processTimeMillisecs ;
93
-
94
63
/**
95
64
* When the evaluation was processed by the decision script.
96
65
* The value may be {@code null}.
@@ -145,14 +114,6 @@ public final class AbuseiamEvaluation extends com.google.api.client.json.Generic
145
114
@ com .google .api .client .util .Key
146
115
private java .lang .String version ;
147
116
148
- /**
149
- * Information about the video review, for video review evaluations. Do NOT expect this field to
150
- * be set if `backend != VIDEO_REVIEW`.
151
- * The value may be {@code null}.
152
- */
153
- @ com .google .api .client .util .Key
154
- private AbuseiamVideoReviewData videoReviewData ;
155
-
156
117
/**
157
118
* @return value or {@code null} for none
158
119
*/
@@ -185,23 +146,6 @@ public AbuseiamEvaluation setBackend(java.lang.String backend) {
185
146
return this ;
186
147
}
187
148
188
- /**
189
- * Extra information regarding the cluster review context where the case received the evaluation.
190
- * @return value or {@code null} for none
191
- */
192
- public AbuseiamClusterEvaluationContext getClusterEvaluationContext () {
193
- return clusterEvaluationContext ;
194
- }
195
-
196
- /**
197
- * Extra information regarding the cluster review context where the case received the evaluation.
198
- * @param clusterEvaluationContext clusterEvaluationContext or {@code null} for none
199
- */
200
- public AbuseiamEvaluation setClusterEvaluationContext (AbuseiamClusterEvaluationContext clusterEvaluationContext ) {
201
- this .clusterEvaluationContext = clusterEvaluationContext ;
202
- return this ;
203
- }
204
-
205
149
/**
206
150
* Backends can choose to put some debug info in addition to abuse_type, score, and status.
207
151
* @return value or {@code null} for none
@@ -219,46 +163,6 @@ public AbuseiamEvaluation setComment(java.lang.String comment) {
219
163
return this ;
220
164
}
221
165
222
- /**
223
- * A set of repeated features to allow adapters to return semi structured data. Please, prefer
224
- * using feature instead of the old misc_data field since it supports richer and more structured
225
- * data to be passed back.
226
- * @return value or {@code null} for none
227
- */
228
- public java .util .List <AbuseiamFeature > getFeature () {
229
- return feature ;
230
- }
231
-
232
- /**
233
- * A set of repeated features to allow adapters to return semi structured data. Please, prefer
234
- * using feature instead of the old misc_data field since it supports richer and more structured
235
- * data to be passed back.
236
- * @param feature feature or {@code null} for none
237
- */
238
- public AbuseiamEvaluation setFeature (java .util .List <AbuseiamFeature > feature ) {
239
- this .feature = feature ;
240
- return this ;
241
- }
242
-
243
- /**
244
- * Information about the manual review, for manual review evaluations. Do NOT expect this field to
245
- * be set if `backend != MANUAL_REVIEW`.
246
- * @return value or {@code null} for none
247
- */
248
- public AbuseiamManualReviewEvaluationInfo getManualReviewInfo () {
249
- return manualReviewInfo ;
250
- }
251
-
252
- /**
253
- * Information about the manual review, for manual review evaluations. Do NOT expect this field to
254
- * be set if `backend != MANUAL_REVIEW`.
255
- * @param manualReviewInfo manualReviewInfo or {@code null} for none
256
- */
257
- public AbuseiamEvaluation setManualReviewInfo (AbuseiamManualReviewEvaluationInfo manualReviewInfo ) {
258
- this .manualReviewInfo = manualReviewInfo ;
259
- return this ;
260
- }
261
-
262
166
/**
263
167
* This field is used to store miscellaneous information that Backend might provide. If you find
264
168
* youself here considering to use this field, please prefer using the repeated feature field
@@ -280,23 +184,6 @@ public AbuseiamEvaluation setMiscData(java.util.List<AbuseiamNameValuePair> misc
280
184
return this ;
281
185
}
282
186
283
- /**
284
- * Time in milliseconds when the Backend processed this Evaluation.
285
- * @return value or {@code null} for none
286
- */
287
- public java .lang .Long getProcessTimeMillisecs () {
288
- return processTimeMillisecs ;
289
- }
290
-
291
- /**
292
- * Time in milliseconds when the Backend processed this Evaluation.
293
- * @param processTimeMillisecs processTimeMillisecs or {@code null} for none
294
- */
295
- public AbuseiamEvaluation setProcessTimeMillisecs (java .lang .Long processTimeMillisecs ) {
296
- this .processTimeMillisecs = processTimeMillisecs ;
297
- return this ;
298
- }
299
-
300
187
/**
301
188
* When the evaluation was processed by the decision script.
302
189
* @return value or {@code null} for none
@@ -429,25 +316,6 @@ public AbuseiamEvaluation setVersion(java.lang.String version) {
429
316
return this ;
430
317
}
431
318
432
- /**
433
- * Information about the video review, for video review evaluations. Do NOT expect this field to
434
- * be set if `backend != VIDEO_REVIEW`.
435
- * @return value or {@code null} for none
436
- */
437
- public AbuseiamVideoReviewData getVideoReviewData () {
438
- return videoReviewData ;
439
- }
440
-
441
- /**
442
- * Information about the video review, for video review evaluations. Do NOT expect this field to
443
- * be set if `backend != VIDEO_REVIEW`.
444
- * @param videoReviewData videoReviewData or {@code null} for none
445
- */
446
- public AbuseiamEvaluation setVideoReviewData (AbuseiamVideoReviewData videoReviewData ) {
447
- this .videoReviewData = videoReviewData ;
448
- return this ;
449
- }
450
-
451
319
@ Override
452
320
public AbuseiamEvaluation set (String fieldName , Object value ) {
453
321
return (AbuseiamEvaluation ) super .set (fieldName , value );
0 commit comments