@@ -33,6 +33,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
3333 * <code>
3434 * .google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
3535 * </code>
36+ *
37+ * @return Whether the imageClassificationConfig field is set.
3638 */
3739 boolean hasImageClassificationConfig ();
3840 /**
@@ -45,6 +47,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
4547 * <code>
4648 * .google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
4749 * </code>
50+ *
51+ * @return The imageClassificationConfig.
4852 */
4953 com .google .cloud .datalabeling .v1beta1 .ImageClassificationConfig getImageClassificationConfig ();
5054 /**
@@ -69,6 +73,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
6973 * </pre>
7074 *
7175 * <code>.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;</code>
76+ *
77+ * @return Whether the boundingPolyConfig field is set.
7278 */
7379 boolean hasBoundingPolyConfig ();
7480 /**
@@ -79,6 +85,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
7985 * </pre>
8086 *
8187 * <code>.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;</code>
88+ *
89+ * @return The boundingPolyConfig.
8290 */
8391 com .google .cloud .datalabeling .v1beta1 .BoundingPolyConfig getBoundingPolyConfig ();
8492 /**
@@ -101,6 +109,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
101109 * </pre>
102110 *
103111 * <code>.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;</code>
112+ *
113+ * @return Whether the polylineConfig field is set.
104114 */
105115 boolean hasPolylineConfig ();
106116 /**
@@ -111,6 +121,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
111121 * </pre>
112122 *
113123 * <code>.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;</code>
124+ *
125+ * @return The polylineConfig.
114126 */
115127 com .google .cloud .datalabeling .v1beta1 .PolylineConfig getPolylineConfig ();
116128 /**
@@ -132,6 +144,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
132144 * </pre>
133145 *
134146 * <code>.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;</code>
147+ *
148+ * @return Whether the segmentationConfig field is set.
135149 */
136150 boolean hasSegmentationConfig ();
137151 /**
@@ -142,6 +156,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
142156 * </pre>
143157 *
144158 * <code>.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;</code>
159+ *
160+ * @return The segmentationConfig.
145161 */
146162 com .google .cloud .datalabeling .v1beta1 .SegmentationConfig getSegmentationConfig ();
147163 /**
@@ -166,6 +182,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
166182 * <code>
167183 * .google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
168184 * </code>
185+ *
186+ * @return Whether the videoClassificationConfig field is set.
169187 */
170188 boolean hasVideoClassificationConfig ();
171189 /**
@@ -178,6 +196,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
178196 * <code>
179197 * .google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
180198 * </code>
199+ *
200+ * @return The videoClassificationConfig.
181201 */
182202 com .google .cloud .datalabeling .v1beta1 .VideoClassificationConfig getVideoClassificationConfig ();
183203 /**
@@ -203,6 +223,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
203223 *
204224 * <code>.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
205225 * </code>
226+ *
227+ * @return Whether the objectDetectionConfig field is set.
206228 */
207229 boolean hasObjectDetectionConfig ();
208230 /**
@@ -214,6 +236,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
214236 *
215237 * <code>.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
216238 * </code>
239+ *
240+ * @return The objectDetectionConfig.
217241 */
218242 com .google .cloud .datalabeling .v1beta1 .ObjectDetectionConfig getObjectDetectionConfig ();
219243 /**
@@ -238,6 +262,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
238262 *
239263 * <code>.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
240264 * </code>
265+ *
266+ * @return Whether the objectTrackingConfig field is set.
241267 */
242268 boolean hasObjectTrackingConfig ();
243269 /**
@@ -249,6 +275,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
249275 *
250276 * <code>.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
251277 * </code>
278+ *
279+ * @return The objectTrackingConfig.
252280 */
253281 com .google .cloud .datalabeling .v1beta1 .ObjectTrackingConfig getObjectTrackingConfig ();
254282 /**
@@ -272,6 +300,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
272300 * </pre>
273301 *
274302 * <code>.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;</code>
303+ *
304+ * @return Whether the eventConfig field is set.
275305 */
276306 boolean hasEventConfig ();
277307 /**
@@ -282,6 +312,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
282312 * </pre>
283313 *
284314 * <code>.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;</code>
315+ *
316+ * @return The eventConfig.
285317 */
286318 com .google .cloud .datalabeling .v1beta1 .EventConfig getEventConfig ();
287319 /**
@@ -305,6 +337,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
305337 * <code>
306338 * .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
307339 * </code>
340+ *
341+ * @return Whether the textClassificationConfig field is set.
308342 */
309343 boolean hasTextClassificationConfig ();
310344 /**
@@ -317,6 +351,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
317351 * <code>
318352 * .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
319353 * </code>
354+ *
355+ * @return The textClassificationConfig.
320356 */
321357 com .google .cloud .datalabeling .v1beta1 .TextClassificationConfig getTextClassificationConfig ();
322358 /**
@@ -343,6 +379,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
343379 * <code>
344380 * .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
345381 * </code>
382+ *
383+ * @return Whether the textEntityExtractionConfig field is set.
346384 */
347385 boolean hasTextEntityExtractionConfig ();
348386 /**
@@ -355,6 +393,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
355393 * <code>
356394 * .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
357395 * </code>
396+ *
397+ * @return The textEntityExtractionConfig.
358398 */
359399 com .google .cloud .datalabeling .v1beta1 .TextEntityExtractionConfig getTextEntityExtractionConfig ();
360400 /**
@@ -381,6 +421,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
381421 *
382422 * <code>.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
383423 * </code>
424+ *
425+ * @return Whether the humanAnnotationConfig field is set.
384426 */
385427 boolean hasHumanAnnotationConfig ();
386428 /**
@@ -393,6 +435,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
393435 *
394436 * <code>.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
395437 * </code>
438+ *
439+ * @return The humanAnnotationConfig.
396440 */
397441 com .google .cloud .datalabeling .v1beta1 .HumanAnnotationConfig getHumanAnnotationConfig ();
398442 /**
0 commit comments