- 0.198.0 (latest)
 - 0.196.0
 - 0.195.0
 - 0.194.0
 - 0.193.0
 - 0.192.0
 - 0.190.0
 - 0.188.0
 - 0.187.0
 - 0.184.0
 - 0.183.0
 - 0.182.0
 - 0.180.0
 - 0.179.0
 - 0.178.0
 - 0.177.0
 - 0.176.0
 - 0.175.0
 - 0.174.0
 - 0.173.0
 - 0.172.0
 - 0.171.0
 - 0.169.0
 - 0.168.0
 - 0.167.0
 - 0.166.0
 - 0.165.0
 - 0.164.0
 - 0.163.0
 - 0.162.0
 - 0.161.0
 - 0.160.0
 - 0.159.0
 - 0.157.0
 - 0.156.0
 - 0.155.0
 - 0.154.0
 - 0.153.0
 - 0.152.0
 - 0.151.0
 - 0.150.0
 - 0.149.0
 - 0.148.0
 - 0.147.0
 - 0.144.0
 - 0.143.0
 - 0.142.0
 - 0.141.0
 - 0.140.0
 - 0.139.0
 - 0.138.0
 - 0.137.0
 - 0.136.0
 - 0.135.0
 - 0.134.0
 - 0.133.0
 - 0.132.0
 - 0.131.0
 - 0.129.0
 - 0.128.0
 - 0.127.0
 - 0.126.0
 - 0.125.0
 - 0.124.0
 - 0.123.7
 - 0.122.11
 
public interface LabelOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()Output only. Timestamp when labeling request was created.
 .google.protobuf.Timestamp create_time = 16;
| Type | Description | 
| Timestamp | The createTime.  | 
      
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. Timestamp when labeling request was created.
 .google.protobuf.Timestamp create_time = 16;
| Type | Description | 
| TimestampOrBuilder | 
getDetailsCase()
public abstract LabelOperationMetadata.DetailsCase getDetailsCase()| Type | Description | 
| LabelOperationMetadata.DetailsCase | 
getImageBoundingBoxDetails()
public abstract LabelImageBoundingBoxOperationMetadata getImageBoundingBoxDetails()Details of label image bounding box operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
 
| Type | Description | 
| LabelImageBoundingBoxOperationMetadata | The imageBoundingBoxDetails.  | 
      
getImageBoundingBoxDetailsOrBuilder()
public abstract LabelImageBoundingBoxOperationMetadataOrBuilder getImageBoundingBoxDetailsOrBuilder()Details of label image bounding box operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
 
| Type | Description | 
| LabelImageBoundingBoxOperationMetadataOrBuilder | 
getImageBoundingPolyDetails()
public abstract LabelImageBoundingPolyOperationMetadata getImageBoundingPolyDetails()Details of label image bounding poly operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
 
| Type | Description | 
| LabelImageBoundingPolyOperationMetadata | The imageBoundingPolyDetails.  | 
      
getImageBoundingPolyDetailsOrBuilder()
public abstract LabelImageBoundingPolyOperationMetadataOrBuilder getImageBoundingPolyDetailsOrBuilder()Details of label image bounding poly operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
 
| Type | Description | 
| LabelImageBoundingPolyOperationMetadataOrBuilder | 
getImageClassificationDetails()
public abstract LabelImageClassificationOperationMetadata getImageClassificationDetails()Details of label image classification operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
 
| Type | Description | 
| LabelImageClassificationOperationMetadata | The imageClassificationDetails.  | 
      
getImageClassificationDetailsOrBuilder()
public abstract LabelImageClassificationOperationMetadataOrBuilder getImageClassificationDetailsOrBuilder()Details of label image classification operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
 
| Type | Description | 
| LabelImageClassificationOperationMetadataOrBuilder | 
getImageOrientedBoundingBoxDetails()
public abstract LabelImageOrientedBoundingBoxOperationMetadata getImageOrientedBoundingBoxDetails()Details of label image oriented bounding box operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
 
| Type | Description | 
| LabelImageOrientedBoundingBoxOperationMetadata | The imageOrientedBoundingBoxDetails.  | 
      
getImageOrientedBoundingBoxDetailsOrBuilder()
public abstract LabelImageOrientedBoundingBoxOperationMetadataOrBuilder getImageOrientedBoundingBoxDetailsOrBuilder()Details of label image oriented bounding box operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
 
| Type | Description | 
| LabelImageOrientedBoundingBoxOperationMetadataOrBuilder | 
getImagePolylineDetails()
public abstract LabelImagePolylineOperationMetadata getImagePolylineDetails()Details of label image polyline operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
 
| Type | Description | 
| LabelImagePolylineOperationMetadata | The imagePolylineDetails.  | 
      
getImagePolylineDetailsOrBuilder()
public abstract LabelImagePolylineOperationMetadataOrBuilder getImagePolylineDetailsOrBuilder()Details of label image polyline operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
 
| Type | Description | 
| LabelImagePolylineOperationMetadataOrBuilder | 
getImageSegmentationDetails()
public abstract LabelImageSegmentationOperationMetadata getImageSegmentationDetails()Details of label image segmentation operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
 
| Type | Description | 
| LabelImageSegmentationOperationMetadata | The imageSegmentationDetails.  | 
      
getImageSegmentationDetailsOrBuilder()
public abstract LabelImageSegmentationOperationMetadataOrBuilder getImageSegmentationDetailsOrBuilder()Details of label image segmentation operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
 
| Type | Description | 
| LabelImageSegmentationOperationMetadataOrBuilder | 
getPartialFailures(int index)
public abstract Status getPartialFailures(int index)Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
 repeated .google.rpc.Status partial_failures = 2;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| com.google.rpc.Status | 
getPartialFailuresCount()
public abstract int getPartialFailuresCount()Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
 repeated .google.rpc.Status partial_failures = 2;
| Type | Description | 
| int | 
getPartialFailuresList()
public abstract List<Status> getPartialFailuresList()Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
 repeated .google.rpc.Status partial_failures = 2;
| Type | Description | 
| List<com.google.rpc.Status> | 
getPartialFailuresOrBuilder(int index)
public abstract StatusOrBuilder getPartialFailuresOrBuilder(int index)Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
 repeated .google.rpc.Status partial_failures = 2;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| com.google.rpc.StatusOrBuilder | 
getPartialFailuresOrBuilderList()
public abstract List<? extends StatusOrBuilder> getPartialFailuresOrBuilderList()Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
 repeated .google.rpc.Status partial_failures = 2;
| Type | Description | 
| List<? extends com.google.rpc.StatusOrBuilder> | 
getProgressPercent()
public abstract int getProgressPercent()Output only. Progress of label operation. Range: [0, 100].
 int32 progress_percent = 1;
| Type | Description | 
| int | The progressPercent.  | 
      
getTextClassificationDetails()
public abstract LabelTextClassificationOperationMetadata getTextClassificationDetails()Details of label text classification operation.
 
 .google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
 
| Type | Description | 
| LabelTextClassificationOperationMetadata | The textClassificationDetails.  | 
      
getTextClassificationDetailsOrBuilder()
public abstract LabelTextClassificationOperationMetadataOrBuilder getTextClassificationDetailsOrBuilder()Details of label text classification operation.
 
 .google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
 
| Type | Description | 
| LabelTextClassificationOperationMetadataOrBuilder | 
getTextEntityExtractionDetails()
public abstract LabelTextEntityExtractionOperationMetadata getTextEntityExtractionDetails()Details of label text entity extraction operation.
 
 .google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
 
| Type | Description | 
| LabelTextEntityExtractionOperationMetadata | The textEntityExtractionDetails.  | 
      
getTextEntityExtractionDetailsOrBuilder()
public abstract LabelTextEntityExtractionOperationMetadataOrBuilder getTextEntityExtractionDetailsOrBuilder()Details of label text entity extraction operation.
 
 .google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
 
| Type | Description | 
| LabelTextEntityExtractionOperationMetadataOrBuilder | 
getVideoClassificationDetails()
public abstract LabelVideoClassificationOperationMetadata getVideoClassificationDetails()Details of label video classification operation.
 
 .google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
 
| Type | Description | 
| LabelVideoClassificationOperationMetadata | The videoClassificationDetails.  | 
      
getVideoClassificationDetailsOrBuilder()
public abstract LabelVideoClassificationOperationMetadataOrBuilder getVideoClassificationDetailsOrBuilder()Details of label video classification operation.
 
 .google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
 
| Type | Description | 
| LabelVideoClassificationOperationMetadataOrBuilder | 
getVideoEventDetails()
public abstract LabelVideoEventOperationMetadata getVideoEventDetails()Details of label video event operation.
 
 .google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
 
| Type | Description | 
| LabelVideoEventOperationMetadata | The videoEventDetails.  | 
      
getVideoEventDetailsOrBuilder()
public abstract LabelVideoEventOperationMetadataOrBuilder getVideoEventDetailsOrBuilder()Details of label video event operation.
 
 .google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
 
| Type | Description | 
| LabelVideoEventOperationMetadataOrBuilder | 
getVideoObjectDetectionDetails()
public abstract LabelVideoObjectDetectionOperationMetadata getVideoObjectDetectionDetails()Details of label video object detection operation.
 
 .google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
 
| Type | Description | 
| LabelVideoObjectDetectionOperationMetadata | The videoObjectDetectionDetails.  | 
      
getVideoObjectDetectionDetailsOrBuilder()
public abstract LabelVideoObjectDetectionOperationMetadataOrBuilder getVideoObjectDetectionDetailsOrBuilder()Details of label video object detection operation.
 
 .google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
 
| Type | Description | 
| LabelVideoObjectDetectionOperationMetadataOrBuilder | 
getVideoObjectTrackingDetails()
public abstract LabelVideoObjectTrackingOperationMetadata getVideoObjectTrackingDetails()Details of label video object tracking operation.
 
 .google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
 
| Type | Description | 
| LabelVideoObjectTrackingOperationMetadata | The videoObjectTrackingDetails.  | 
      
getVideoObjectTrackingDetailsOrBuilder()
public abstract LabelVideoObjectTrackingOperationMetadataOrBuilder getVideoObjectTrackingDetailsOrBuilder()Details of label video object tracking operation.
 
 .google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
 
| Type | Description | 
| LabelVideoObjectTrackingOperationMetadataOrBuilder | 
hasCreateTime()
public abstract boolean hasCreateTime()Output only. Timestamp when labeling request was created.
 .google.protobuf.Timestamp create_time = 16;
| Type | Description | 
| boolean | Whether the createTime field is set.  | 
      
hasImageBoundingBoxDetails()
public abstract boolean hasImageBoundingBoxDetails()Details of label image bounding box operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
 
| Type | Description | 
| boolean | Whether the imageBoundingBoxDetails field is set.  | 
      
hasImageBoundingPolyDetails()
public abstract boolean hasImageBoundingPolyDetails()Details of label image bounding poly operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
 
| Type | Description | 
| boolean | Whether the imageBoundingPolyDetails field is set.  | 
      
hasImageClassificationDetails()
public abstract boolean hasImageClassificationDetails()Details of label image classification operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
 
| Type | Description | 
| boolean | Whether the imageClassificationDetails field is set.  | 
      
hasImageOrientedBoundingBoxDetails()
public abstract boolean hasImageOrientedBoundingBoxDetails()Details of label image oriented bounding box operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
 
| Type | Description | 
| boolean | Whether the imageOrientedBoundingBoxDetails field is set.  | 
      
hasImagePolylineDetails()
public abstract boolean hasImagePolylineDetails()Details of label image polyline operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
 
| Type | Description | 
| boolean | Whether the imagePolylineDetails field is set.  | 
      
hasImageSegmentationDetails()
public abstract boolean hasImageSegmentationDetails()Details of label image segmentation operation.
 
 .google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
 
| Type | Description | 
| boolean | Whether the imageSegmentationDetails field is set.  | 
      
hasTextClassificationDetails()
public abstract boolean hasTextClassificationDetails()Details of label text classification operation.
 
 .google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
 
| Type | Description | 
| boolean | Whether the textClassificationDetails field is set.  | 
      
hasTextEntityExtractionDetails()
public abstract boolean hasTextEntityExtractionDetails()Details of label text entity extraction operation.
 
 .google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
 
| Type | Description | 
| boolean | Whether the textEntityExtractionDetails field is set.  | 
      
hasVideoClassificationDetails()
public abstract boolean hasVideoClassificationDetails()Details of label video classification operation.
 
 .google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
 
| Type | Description | 
| boolean | Whether the videoClassificationDetails field is set.  | 
      
hasVideoEventDetails()
public abstract boolean hasVideoEventDetails()Details of label video event operation.
 
 .google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
 
| Type | Description | 
| boolean | Whether the videoEventDetails field is set.  | 
      
hasVideoObjectDetectionDetails()
public abstract boolean hasVideoObjectDetectionDetails()Details of label video object detection operation.
 
 .google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
 
| Type | Description | 
| boolean | Whether the videoObjectDetectionDetails field is set.  | 
      
hasVideoObjectTrackingDetails()
public abstract boolean hasVideoObjectTrackingDetails()Details of label video object tracking operation.
 
 .google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
 
| Type | Description | 
| boolean | Whether the videoObjectTrackingDetails field is set.  |