Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
docs(regen): updated javadocs from protoc update (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Dec 18, 2019
1 parent 9d8bb12 commit 1598b96
Show file tree
Hide file tree
Showing 279 changed files with 7,051 additions and 706 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Expand Up @@ -33,6 +33,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* <code>
* .google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
* </code>
*
* @return Whether the imageClassificationConfig field is set.
*/
boolean hasImageClassificationConfig();
/**
Expand All @@ -45,6 +47,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* <code>
* .google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
* </code>
*
* @return The imageClassificationConfig.
*/
com.google.cloud.datalabeling.v1beta1.ImageClassificationConfig getImageClassificationConfig();
/**
Expand All @@ -69,6 +73,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* </pre>
*
* <code>.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;</code>
*
* @return Whether the boundingPolyConfig field is set.
*/
boolean hasBoundingPolyConfig();
/**
Expand All @@ -79,6 +85,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* </pre>
*
* <code>.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;</code>
*
* @return The boundingPolyConfig.
*/
com.google.cloud.datalabeling.v1beta1.BoundingPolyConfig getBoundingPolyConfig();
/**
Expand All @@ -101,6 +109,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* </pre>
*
* <code>.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;</code>
*
* @return Whether the polylineConfig field is set.
*/
boolean hasPolylineConfig();
/**
Expand All @@ -111,6 +121,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* </pre>
*
* <code>.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;</code>
*
* @return The polylineConfig.
*/
com.google.cloud.datalabeling.v1beta1.PolylineConfig getPolylineConfig();
/**
Expand All @@ -132,6 +144,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* </pre>
*
* <code>.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;</code>
*
* @return Whether the segmentationConfig field is set.
*/
boolean hasSegmentationConfig();
/**
Expand All @@ -142,6 +156,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* </pre>
*
* <code>.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;</code>
*
* @return The segmentationConfig.
*/
com.google.cloud.datalabeling.v1beta1.SegmentationConfig getSegmentationConfig();
/**
Expand All @@ -166,6 +182,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* <code>
* .google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
* </code>
*
* @return Whether the videoClassificationConfig field is set.
*/
boolean hasVideoClassificationConfig();
/**
Expand All @@ -178,6 +196,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* <code>
* .google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
* </code>
*
* @return The videoClassificationConfig.
*/
com.google.cloud.datalabeling.v1beta1.VideoClassificationConfig getVideoClassificationConfig();
/**
Expand All @@ -203,6 +223,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
*
* <code>.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
* </code>
*
* @return Whether the objectDetectionConfig field is set.
*/
boolean hasObjectDetectionConfig();
/**
Expand All @@ -214,6 +236,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
*
* <code>.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
* </code>
*
* @return The objectDetectionConfig.
*/
com.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig getObjectDetectionConfig();
/**
Expand All @@ -238,6 +262,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
*
* <code>.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
* </code>
*
* @return Whether the objectTrackingConfig field is set.
*/
boolean hasObjectTrackingConfig();
/**
Expand All @@ -249,6 +275,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
*
* <code>.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
* </code>
*
* @return The objectTrackingConfig.
*/
com.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig getObjectTrackingConfig();
/**
Expand All @@ -272,6 +300,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* </pre>
*
* <code>.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;</code>
*
* @return Whether the eventConfig field is set.
*/
boolean hasEventConfig();
/**
Expand All @@ -282,6 +312,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* </pre>
*
* <code>.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;</code>
*
* @return The eventConfig.
*/
com.google.cloud.datalabeling.v1beta1.EventConfig getEventConfig();
/**
Expand All @@ -305,6 +337,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* <code>
* .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
* </code>
*
* @return Whether the textClassificationConfig field is set.
*/
boolean hasTextClassificationConfig();
/**
Expand All @@ -317,6 +351,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* <code>
* .google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
* </code>
*
* @return The textClassificationConfig.
*/
com.google.cloud.datalabeling.v1beta1.TextClassificationConfig getTextClassificationConfig();
/**
Expand All @@ -343,6 +379,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* <code>
* .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
* </code>
*
* @return Whether the textEntityExtractionConfig field is set.
*/
boolean hasTextEntityExtractionConfig();
/**
Expand All @@ -355,6 +393,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
* <code>
* .google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
* </code>
*
* @return The textEntityExtractionConfig.
*/
com.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig getTextEntityExtractionConfig();
/**
Expand All @@ -381,6 +421,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
*
* <code>.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
* </code>
*
* @return Whether the humanAnnotationConfig field is set.
*/
boolean hasHumanAnnotationConfig();
/**
Expand All @@ -393,6 +435,8 @@ public interface AnnotatedDatasetMetadataOrBuilder
*
* <code>.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
* </code>
*
* @return The humanAnnotationConfig.
*/
com.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig getHumanAnnotationConfig();
/**
Expand Down
Expand Up @@ -24,7 +24,7 @@
import java.util.List;
import java.util.Map;

// AUTO-GENERATED DOCUMENTATION AND CLASS
/** AUTO-GENERATED DOCUMENTATION AND CLASS */
@javax.annotation.Generated("by GAPIC protoc plugin")
public class AnnotatedDatasetName implements ResourceName {

Expand Down

0 comments on commit 1598b96

Please sign in to comment.