@@ -33,6 +33,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
33
33
* <code>
34
34
* .google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
35
35
* </code>
36
+ *
37
+ * @return Whether the imageClassificationConfig field is set.
36
38
*/
37
39
boolean hasImageClassificationConfig ();
38
40
/**
@@ -45,6 +47,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
45
47
* <code>
46
48
* .google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
47
49
* </code>
50
+ *
51
+ * @return The imageClassificationConfig.
48
52
*/
49
53
com .google .cloud .datalabeling .v1beta1 .ImageClassificationConfig getImageClassificationConfig ();
50
54
/**
@@ -69,6 +73,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
69
73
* </pre>
70
74
*
71
75
* <code>.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;</code>
76
+ *
77
+ * @return Whether the boundingPolyConfig field is set.
72
78
*/
73
79
boolean hasBoundingPolyConfig ();
74
80
/**
@@ -79,6 +85,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
79
85
* </pre>
80
86
*
81
87
* <code>.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;</code>
88
+ *
89
+ * @return The boundingPolyConfig.
82
90
*/
83
91
com .google .cloud .datalabeling .v1beta1 .BoundingPolyConfig getBoundingPolyConfig ();
84
92
/**
@@ -101,6 +109,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
101
109
* </pre>
102
110
*
103
111
* <code>.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;</code>
112
+ *
113
+ * @return Whether the polylineConfig field is set.
104
114
*/
105
115
boolean hasPolylineConfig ();
106
116
/**
@@ -111,6 +121,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
111
121
* </pre>
112
122
*
113
123
* <code>.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;</code>
124
+ *
125
+ * @return The polylineConfig.
114
126
*/
115
127
com .google .cloud .datalabeling .v1beta1 .PolylineConfig getPolylineConfig ();
116
128
/**
@@ -132,6 +144,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
132
144
* </pre>
133
145
*
134
146
* <code>.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;</code>
147
+ *
148
+ * @return Whether the segmentationConfig field is set.
135
149
*/
136
150
boolean hasSegmentationConfig ();
137
151
/**
@@ -142,6 +156,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
142
156
* </pre>
143
157
*
144
158
* <code>.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;</code>
159
+ *
160
+ * @return The segmentationConfig.
145
161
*/
146
162
com .google .cloud .datalabeling .v1beta1 .SegmentationConfig getSegmentationConfig ();
147
163
/**
@@ -166,6 +182,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
166
182
* <code>
167
183
* .google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
168
184
* </code>
185
+ *
186
+ * @return Whether the videoClassificationConfig field is set.
169
187
*/
170
188
boolean hasVideoClassificationConfig ();
171
189
/**
@@ -178,6 +196,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
178
196
* <code>
179
197
* .google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
180
198
* </code>
199
+ *
200
+ * @return The videoClassificationConfig.
181
201
*/
182
202
com .google .cloud .datalabeling .v1beta1 .VideoClassificationConfig getVideoClassificationConfig ();
183
203
/**
@@ -203,6 +223,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
203
223
*
204
224
* <code>.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
205
225
* </code>
226
+ *
227
+ * @return Whether the objectDetectionConfig field is set.
206
228
*/
207
229
boolean hasObjectDetectionConfig ();
208
230
/**
@@ -214,6 +236,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
214
236
*
215
237
* <code>.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
216
238
* </code>
239
+ *
240
+ * @return The objectDetectionConfig.
217
241
*/
218
242
com .google .cloud .datalabeling .v1beta1 .ObjectDetectionConfig getObjectDetectionConfig ();
219
243
/**
@@ -238,6 +262,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
238
262
*
239
263
* <code>.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
240
264
* </code>
265
+ *
266
+ * @return Whether the objectTrackingConfig field is set.
241
267
*/
242
268
boolean hasObjectTrackingConfig ();
243
269
/**
@@ -249,6 +275,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
249
275
*
250
276
* <code>.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
251
277
* </code>
278
+ *
279
+ * @return The objectTrackingConfig.
252
280
*/
253
281
com .google .cloud .datalabeling .v1beta1 .ObjectTrackingConfig getObjectTrackingConfig ();
254
282
/**
@@ -272,6 +300,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
272
300
* </pre>
273
301
*
274
302
* <code>.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;</code>
303
+ *
304
+ * @return Whether the eventConfig field is set.
275
305
*/
276
306
boolean hasEventConfig ();
277
307
/**
@@ -282,6 +312,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
282
312
* </pre>
283
313
*
284
314
* <code>.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;</code>
315
+ *
316
+ * @return The eventConfig.
285
317
*/
286
318
com .google .cloud .datalabeling .v1beta1 .EventConfig getEventConfig ();
287
319
/**
@@ -305,6 +337,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
305
337
* <code>
306
338
* .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
307
339
* </code>
340
+ *
341
+ * @return Whether the textClassificationConfig field is set.
308
342
*/
309
343
boolean hasTextClassificationConfig ();
310
344
/**
@@ -317,6 +351,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
317
351
* <code>
318
352
* .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
319
353
* </code>
354
+ *
355
+ * @return The textClassificationConfig.
320
356
*/
321
357
com .google .cloud .datalabeling .v1beta1 .TextClassificationConfig getTextClassificationConfig ();
322
358
/**
@@ -343,6 +379,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
343
379
* <code>
344
380
* .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
345
381
* </code>
382
+ *
383
+ * @return Whether the textEntityExtractionConfig field is set.
346
384
*/
347
385
boolean hasTextEntityExtractionConfig ();
348
386
/**
@@ -355,6 +393,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
355
393
* <code>
356
394
* .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
357
395
* </code>
396
+ *
397
+ * @return The textEntityExtractionConfig.
358
398
*/
359
399
com .google .cloud .datalabeling .v1beta1 .TextEntityExtractionConfig getTextEntityExtractionConfig ();
360
400
/**
@@ -381,6 +421,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
381
421
*
382
422
* <code>.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
383
423
* </code>
424
+ *
425
+ * @return Whether the humanAnnotationConfig field is set.
384
426
*/
385
427
boolean hasHumanAnnotationConfig ();
386
428
/**
@@ -393,6 +435,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
393
435
*
394
436
* <code>.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
395
437
* </code>
438
+ *
439
+ * @return The humanAnnotationConfig.
396
440
*/
397
441
com .google .cloud .datalabeling .v1beta1 .HumanAnnotationConfig getHumanAnnotationConfig ();
398
442
/**
0 commit comments