Class LabelOperationMetadata.Builder (0.127.0)

public static final class LabelOperationMetadata.Builder extends GeneratedMessageV3.Builder<LabelOperationMetadata.Builder> implements LabelOperationMetadataOrBuilder

Metadata of a labeling operation, such as LabelImage or LabelVideo. Next tag: 20

Protobuf type google.cloud.datalabeling.v1beta1.LabelOperationMetadata

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllPartialFailures(Iterable<? extends Status> values)

public LabelOperationMetadata.Builder addAllPartialFailures(Iterable<? extends Status> values)

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;

Parameter
NameDescription
valuesIterable<? extends com.google.rpc.Status>
Returns

addPartialFailures(Status value)

public LabelOperationMetadata.Builder addPartialFailures(Status value)

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;

Parameter
NameDescription
valuecom.google.rpc.Status
Returns

addPartialFailures(Status.Builder builderForValue)

public LabelOperationMetadata.Builder addPartialFailures(Status.Builder builderForValue)

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;

Parameter
NameDescription
builderForValuecom.google.rpc.Status.Builder
Returns

addPartialFailures(int index, Status value)

public LabelOperationMetadata.Builder addPartialFailures(int index, Status value)

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;

Parameters
NameDescription
indexint
valuecom.google.rpc.Status
Returns

addPartialFailures(int index, Status.Builder builderForValue)

public LabelOperationMetadata.Builder addPartialFailures(int index, Status.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValuecom.google.rpc.Status.Builder
Returns

addPartialFailuresBuilder()

public Status.Builder addPartialFailuresBuilder()

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;

Returns
TypeDescription
com.google.rpc.Status.Builder

addPartialFailuresBuilder(int index)

public Status.Builder addPartialFailuresBuilder(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;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.rpc.Status.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public LabelOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public LabelOperationMetadata build()
Returns
TypeDescription
LabelOperationMetadata

buildPartial()

public LabelOperationMetadata buildPartial()
Returns
TypeDescription
LabelOperationMetadata

clear()

public LabelOperationMetadata.Builder clear()
Returns Overrides

clearCreateTime()

public LabelOperationMetadata.Builder clearCreateTime()

Output only. Timestamp when labeling request was created.

.google.protobuf.Timestamp create_time = 16;

Returns

clearDetails()

public LabelOperationMetadata.Builder clearDetails()
Returns

clearField(Descriptors.FieldDescriptor field)

public LabelOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearImageBoundingBoxDetails()

public LabelOperationMetadata.Builder clearImageBoundingBoxDetails()

Details of label image bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;

Returns

clearImageBoundingPolyDetails()

public LabelOperationMetadata.Builder clearImageBoundingPolyDetails()

Details of label image bounding poly operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;

Returns

clearImageClassificationDetails()

public LabelOperationMetadata.Builder clearImageClassificationDetails()

Details of label image classification operation.

.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;

Returns

clearImageOrientedBoundingBoxDetails()

public LabelOperationMetadata.Builder clearImageOrientedBoundingBoxDetails()

Details of label image oriented bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;

Returns

clearImagePolylineDetails()

public LabelOperationMetadata.Builder clearImagePolylineDetails()

Details of label image polyline operation.

.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;

Returns

clearImageSegmentationDetails()

public LabelOperationMetadata.Builder clearImageSegmentationDetails()

Details of label image segmentation operation.

.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;

Returns

clearOneof(Descriptors.OneofDescriptor oneof)

public LabelOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearPartialFailures()

public LabelOperationMetadata.Builder clearPartialFailures()

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;

Returns

clearProgressPercent()

public LabelOperationMetadata.Builder clearProgressPercent()

Output only. Progress of label operation. Range: [0, 100].

int32 progress_percent = 1;

Returns
TypeDescription
LabelOperationMetadata.Builder

This builder for chaining.

clearTextClassificationDetails()

public LabelOperationMetadata.Builder clearTextClassificationDetails()

Details of label text classification operation.

.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;

Returns

clearTextEntityExtractionDetails()

public LabelOperationMetadata.Builder clearTextEntityExtractionDetails()

Details of label text entity extraction operation.

.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;

Returns

clearVideoClassificationDetails()

public LabelOperationMetadata.Builder clearVideoClassificationDetails()

Details of label video classification operation.

.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;

Returns

clearVideoEventDetails()

public LabelOperationMetadata.Builder clearVideoEventDetails()

Details of label video event operation.

.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;

Returns

clearVideoObjectDetectionDetails()

public LabelOperationMetadata.Builder clearVideoObjectDetectionDetails()

Details of label video object detection operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;

Returns

clearVideoObjectTrackingDetails()

public LabelOperationMetadata.Builder clearVideoObjectTrackingDetails()

Details of label video object tracking operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;

Returns

clone()

public LabelOperationMetadata.Builder clone()
Returns Overrides

getCreateTime()

public Timestamp getCreateTime()

Output only. Timestamp when labeling request was created.

.google.protobuf.Timestamp create_time = 16;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. Timestamp when labeling request was created.

.google.protobuf.Timestamp create_time = 16;

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Timestamp when labeling request was created.

.google.protobuf.Timestamp create_time = 16;

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public LabelOperationMetadata getDefaultInstanceForType()
Returns
TypeDescription
LabelOperationMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDetailsCase()

public LabelOperationMetadata.DetailsCase getDetailsCase()
Returns

getImageBoundingBoxDetails()

public LabelImageBoundingBoxOperationMetadata getImageBoundingBoxDetails()

Details of label image bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;

Returns
TypeDescription
LabelImageBoundingBoxOperationMetadata

The imageBoundingBoxDetails.

getImageBoundingBoxDetailsBuilder()

public LabelImageBoundingBoxOperationMetadata.Builder getImageBoundingBoxDetailsBuilder()

Details of label image bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;

Returns

getImageBoundingBoxDetailsOrBuilder()

public LabelImageBoundingBoxOperationMetadataOrBuilder getImageBoundingBoxDetailsOrBuilder()

Details of label image bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;

Returns

getImageBoundingPolyDetails()

public LabelImageBoundingPolyOperationMetadata getImageBoundingPolyDetails()

Details of label image bounding poly operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;

Returns
TypeDescription
LabelImageBoundingPolyOperationMetadata

The imageBoundingPolyDetails.

getImageBoundingPolyDetailsBuilder()

public LabelImageBoundingPolyOperationMetadata.Builder getImageBoundingPolyDetailsBuilder()

Details of label image bounding poly operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;

Returns

getImageBoundingPolyDetailsOrBuilder()

public LabelImageBoundingPolyOperationMetadataOrBuilder getImageBoundingPolyDetailsOrBuilder()

Details of label image bounding poly operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;

Returns

getImageClassificationDetails()

public LabelImageClassificationOperationMetadata getImageClassificationDetails()

Details of label image classification operation.

.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;

Returns
TypeDescription
LabelImageClassificationOperationMetadata

The imageClassificationDetails.

getImageClassificationDetailsBuilder()

public LabelImageClassificationOperationMetadata.Builder getImageClassificationDetailsBuilder()

Details of label image classification operation.

.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;

Returns

getImageClassificationDetailsOrBuilder()

public LabelImageClassificationOperationMetadataOrBuilder getImageClassificationDetailsOrBuilder()

Details of label image classification operation.

.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;

Returns

getImageOrientedBoundingBoxDetails()

public LabelImageOrientedBoundingBoxOperationMetadata getImageOrientedBoundingBoxDetails()

Details of label image oriented bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;

Returns
TypeDescription
LabelImageOrientedBoundingBoxOperationMetadata

The imageOrientedBoundingBoxDetails.

getImageOrientedBoundingBoxDetailsBuilder()

public LabelImageOrientedBoundingBoxOperationMetadata.Builder getImageOrientedBoundingBoxDetailsBuilder()

Details of label image oriented bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;

Returns

getImageOrientedBoundingBoxDetailsOrBuilder()

public LabelImageOrientedBoundingBoxOperationMetadataOrBuilder getImageOrientedBoundingBoxDetailsOrBuilder()

Details of label image oriented bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;

Returns

getImagePolylineDetails()

public LabelImagePolylineOperationMetadata getImagePolylineDetails()

Details of label image polyline operation.

.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;

Returns
TypeDescription
LabelImagePolylineOperationMetadata

The imagePolylineDetails.

getImagePolylineDetailsBuilder()

public LabelImagePolylineOperationMetadata.Builder getImagePolylineDetailsBuilder()

Details of label image polyline operation.

.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;

Returns

getImagePolylineDetailsOrBuilder()

public LabelImagePolylineOperationMetadataOrBuilder getImagePolylineDetailsOrBuilder()

Details of label image polyline operation.

.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;

Returns

getImageSegmentationDetails()

public LabelImageSegmentationOperationMetadata getImageSegmentationDetails()

Details of label image segmentation operation.

.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;

Returns
TypeDescription
LabelImageSegmentationOperationMetadata

The imageSegmentationDetails.

getImageSegmentationDetailsBuilder()

public LabelImageSegmentationOperationMetadata.Builder getImageSegmentationDetailsBuilder()

Details of label image segmentation operation.

.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;

Returns

getImageSegmentationDetailsOrBuilder()

public LabelImageSegmentationOperationMetadataOrBuilder getImageSegmentationDetailsOrBuilder()

Details of label image segmentation operation.

.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;

Returns

getPartialFailures(int index)

public 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.rpc.Status

getPartialFailuresBuilder(int index)

public Status.Builder getPartialFailuresBuilder(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;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.rpc.Status.Builder

getPartialFailuresBuilderList()

public List<Status.Builder> getPartialFailuresBuilderList()

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;

Returns
TypeDescription
List<com.google.rpc.Status.Builder>

getPartialFailuresCount()

public 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;

Returns
TypeDescription
int

getPartialFailuresList()

public 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;

Returns
TypeDescription
List<com.google.rpc.Status>

getPartialFailuresOrBuilder(int index)

public 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getPartialFailuresOrBuilderList()

public 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;

Returns
TypeDescription
List<? extends com.google.rpc.StatusOrBuilder>

getProgressPercent()

public int getProgressPercent()

Output only. Progress of label operation. Range: [0, 100].

int32 progress_percent = 1;

Returns
TypeDescription
int

The progressPercent.

getTextClassificationDetails()

public LabelTextClassificationOperationMetadata getTextClassificationDetails()

Details of label text classification operation.

.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;

Returns
TypeDescription
LabelTextClassificationOperationMetadata

The textClassificationDetails.

getTextClassificationDetailsBuilder()

public LabelTextClassificationOperationMetadata.Builder getTextClassificationDetailsBuilder()

Details of label text classification operation.

.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;

Returns

getTextClassificationDetailsOrBuilder()

public LabelTextClassificationOperationMetadataOrBuilder getTextClassificationDetailsOrBuilder()

Details of label text classification operation.

.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;

Returns

getTextEntityExtractionDetails()

public LabelTextEntityExtractionOperationMetadata getTextEntityExtractionDetails()

Details of label text entity extraction operation.

.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;

Returns
TypeDescription
LabelTextEntityExtractionOperationMetadata

The textEntityExtractionDetails.

getTextEntityExtractionDetailsBuilder()

public LabelTextEntityExtractionOperationMetadata.Builder getTextEntityExtractionDetailsBuilder()

Details of label text entity extraction operation.

.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;

Returns

getTextEntityExtractionDetailsOrBuilder()

public LabelTextEntityExtractionOperationMetadataOrBuilder getTextEntityExtractionDetailsOrBuilder()

Details of label text entity extraction operation.

.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;

Returns

getVideoClassificationDetails()

public LabelVideoClassificationOperationMetadata getVideoClassificationDetails()

Details of label video classification operation.

.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;

Returns
TypeDescription
LabelVideoClassificationOperationMetadata

The videoClassificationDetails.

getVideoClassificationDetailsBuilder()

public LabelVideoClassificationOperationMetadata.Builder getVideoClassificationDetailsBuilder()

Details of label video classification operation.

.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;

Returns

getVideoClassificationDetailsOrBuilder()

public LabelVideoClassificationOperationMetadataOrBuilder getVideoClassificationDetailsOrBuilder()

Details of label video classification operation.

.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;

Returns

getVideoEventDetails()

public LabelVideoEventOperationMetadata getVideoEventDetails()

Details of label video event operation.

.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;

Returns
TypeDescription
LabelVideoEventOperationMetadata

The videoEventDetails.

getVideoEventDetailsBuilder()

public LabelVideoEventOperationMetadata.Builder getVideoEventDetailsBuilder()

Details of label video event operation.

.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;

Returns

getVideoEventDetailsOrBuilder()

public LabelVideoEventOperationMetadataOrBuilder getVideoEventDetailsOrBuilder()

Details of label video event operation.

.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;

Returns

getVideoObjectDetectionDetails()

public LabelVideoObjectDetectionOperationMetadata getVideoObjectDetectionDetails()

Details of label video object detection operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;

Returns
TypeDescription
LabelVideoObjectDetectionOperationMetadata

The videoObjectDetectionDetails.

getVideoObjectDetectionDetailsBuilder()

public LabelVideoObjectDetectionOperationMetadata.Builder getVideoObjectDetectionDetailsBuilder()

Details of label video object detection operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;

Returns

getVideoObjectDetectionDetailsOrBuilder()

public LabelVideoObjectDetectionOperationMetadataOrBuilder getVideoObjectDetectionDetailsOrBuilder()

Details of label video object detection operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;

Returns

getVideoObjectTrackingDetails()

public LabelVideoObjectTrackingOperationMetadata getVideoObjectTrackingDetails()

Details of label video object tracking operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;

Returns
TypeDescription
LabelVideoObjectTrackingOperationMetadata

The videoObjectTrackingDetails.

getVideoObjectTrackingDetailsBuilder()

public LabelVideoObjectTrackingOperationMetadata.Builder getVideoObjectTrackingDetailsBuilder()

Details of label video object tracking operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;

Returns

getVideoObjectTrackingDetailsOrBuilder()

public LabelVideoObjectTrackingOperationMetadataOrBuilder getVideoObjectTrackingDetailsOrBuilder()

Details of label video object tracking operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;

Returns

hasCreateTime()

public boolean hasCreateTime()

Output only. Timestamp when labeling request was created.

.google.protobuf.Timestamp create_time = 16;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasImageBoundingBoxDetails()

public boolean hasImageBoundingBoxDetails()

Details of label image bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;

Returns
TypeDescription
boolean

Whether the imageBoundingBoxDetails field is set.

hasImageBoundingPolyDetails()

public boolean hasImageBoundingPolyDetails()

Details of label image bounding poly operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;

Returns
TypeDescription
boolean

Whether the imageBoundingPolyDetails field is set.

hasImageClassificationDetails()

public boolean hasImageClassificationDetails()

Details of label image classification operation.

.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;

Returns
TypeDescription
boolean

Whether the imageClassificationDetails field is set.

hasImageOrientedBoundingBoxDetails()

public boolean hasImageOrientedBoundingBoxDetails()

Details of label image oriented bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;

Returns
TypeDescription
boolean

Whether the imageOrientedBoundingBoxDetails field is set.

hasImagePolylineDetails()

public boolean hasImagePolylineDetails()

Details of label image polyline operation.

.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;

Returns
TypeDescription
boolean

Whether the imagePolylineDetails field is set.

hasImageSegmentationDetails()

public boolean hasImageSegmentationDetails()

Details of label image segmentation operation.

.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;

Returns
TypeDescription
boolean

Whether the imageSegmentationDetails field is set.

hasTextClassificationDetails()

public boolean hasTextClassificationDetails()

Details of label text classification operation.

.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;

Returns
TypeDescription
boolean

Whether the textClassificationDetails field is set.

hasTextEntityExtractionDetails()

public boolean hasTextEntityExtractionDetails()

Details of label text entity extraction operation.

.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;

Returns
TypeDescription
boolean

Whether the textEntityExtractionDetails field is set.

hasVideoClassificationDetails()

public boolean hasVideoClassificationDetails()

Details of label video classification operation.

.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;

Returns
TypeDescription
boolean

Whether the videoClassificationDetails field is set.

hasVideoEventDetails()

public boolean hasVideoEventDetails()

Details of label video event operation.

.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;

Returns
TypeDescription
boolean

Whether the videoEventDetails field is set.

hasVideoObjectDetectionDetails()

public boolean hasVideoObjectDetectionDetails()

Details of label video object detection operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;

Returns
TypeDescription
boolean

Whether the videoObjectDetectionDetails field is set.

hasVideoObjectTrackingDetails()

public boolean hasVideoObjectTrackingDetails()

Details of label video object tracking operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;

Returns
TypeDescription
boolean

Whether the videoObjectTrackingDetails field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCreateTime(Timestamp value)

public LabelOperationMetadata.Builder mergeCreateTime(Timestamp value)

Output only. Timestamp when labeling request was created.

.google.protobuf.Timestamp create_time = 16;

Parameter
NameDescription
valueTimestamp
Returns

mergeFrom(LabelOperationMetadata other)

public LabelOperationMetadata.Builder mergeFrom(LabelOperationMetadata other)
Parameter
NameDescription
otherLabelOperationMetadata
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public LabelOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public LabelOperationMetadata.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeImageBoundingBoxDetails(LabelImageBoundingBoxOperationMetadata value)

public LabelOperationMetadata.Builder mergeImageBoundingBoxDetails(LabelImageBoundingBoxOperationMetadata value)

Details of label image bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;

Parameter Returns

mergeImageBoundingPolyDetails(LabelImageBoundingPolyOperationMetadata value)

public LabelOperationMetadata.Builder mergeImageBoundingPolyDetails(LabelImageBoundingPolyOperationMetadata value)

Details of label image bounding poly operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;

Parameter Returns

mergeImageClassificationDetails(LabelImageClassificationOperationMetadata value)

public LabelOperationMetadata.Builder mergeImageClassificationDetails(LabelImageClassificationOperationMetadata value)

Details of label image classification operation.

.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;

Parameter Returns

mergeImageOrientedBoundingBoxDetails(LabelImageOrientedBoundingBoxOperationMetadata value)

public LabelOperationMetadata.Builder mergeImageOrientedBoundingBoxDetails(LabelImageOrientedBoundingBoxOperationMetadata value)

Details of label image oriented bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;

Parameter Returns

mergeImagePolylineDetails(LabelImagePolylineOperationMetadata value)

public LabelOperationMetadata.Builder mergeImagePolylineDetails(LabelImagePolylineOperationMetadata value)

Details of label image polyline operation.

.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;

Parameter Returns

mergeImageSegmentationDetails(LabelImageSegmentationOperationMetadata value)

public LabelOperationMetadata.Builder mergeImageSegmentationDetails(LabelImageSegmentationOperationMetadata value)

Details of label image segmentation operation.

.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;

Parameter Returns

mergeTextClassificationDetails(LabelTextClassificationOperationMetadata value)

public LabelOperationMetadata.Builder mergeTextClassificationDetails(LabelTextClassificationOperationMetadata value)

Details of label text classification operation.

.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;

Parameter Returns

mergeTextEntityExtractionDetails(LabelTextEntityExtractionOperationMetadata value)

public LabelOperationMetadata.Builder mergeTextEntityExtractionDetails(LabelTextEntityExtractionOperationMetadata value)

Details of label text entity extraction operation.

.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;

Parameter Returns

mergeUnknownFields(UnknownFieldSet unknownFields)

public final LabelOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

mergeVideoClassificationDetails(LabelVideoClassificationOperationMetadata value)

public LabelOperationMetadata.Builder mergeVideoClassificationDetails(LabelVideoClassificationOperationMetadata value)

Details of label video classification operation.

.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;

Parameter Returns

mergeVideoEventDetails(LabelVideoEventOperationMetadata value)

public LabelOperationMetadata.Builder mergeVideoEventDetails(LabelVideoEventOperationMetadata value)

Details of label video event operation.

.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;

Parameter Returns

mergeVideoObjectDetectionDetails(LabelVideoObjectDetectionOperationMetadata value)

public LabelOperationMetadata.Builder mergeVideoObjectDetectionDetails(LabelVideoObjectDetectionOperationMetadata value)

Details of label video object detection operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;

Parameter Returns

mergeVideoObjectTrackingDetails(LabelVideoObjectTrackingOperationMetadata value)

public LabelOperationMetadata.Builder mergeVideoObjectTrackingDetails(LabelVideoObjectTrackingOperationMetadata value)

Details of label video object tracking operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;

Parameter Returns

removePartialFailures(int index)

public LabelOperationMetadata.Builder removePartialFailures(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;

Parameter
NameDescription
indexint
Returns

setCreateTime(Timestamp value)

public LabelOperationMetadata.Builder setCreateTime(Timestamp value)

Output only. Timestamp when labeling request was created.

.google.protobuf.Timestamp create_time = 16;

Parameter
NameDescription
valueTimestamp
Returns

setCreateTime(Timestamp.Builder builderForValue)

public LabelOperationMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. Timestamp when labeling request was created.

.google.protobuf.Timestamp create_time = 16;

Parameter
NameDescription
builderForValueBuilder
Returns

setField(Descriptors.FieldDescriptor field, Object value)

public LabelOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setImageBoundingBoxDetails(LabelImageBoundingBoxOperationMetadata value)

public LabelOperationMetadata.Builder setImageBoundingBoxDetails(LabelImageBoundingBoxOperationMetadata value)

Details of label image bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;

Parameter Returns

setImageBoundingBoxDetails(LabelImageBoundingBoxOperationMetadata.Builder builderForValue)

public LabelOperationMetadata.Builder setImageBoundingBoxDetails(LabelImageBoundingBoxOperationMetadata.Builder builderForValue)

Details of label image bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;

Parameter Returns

setImageBoundingPolyDetails(LabelImageBoundingPolyOperationMetadata value)

public LabelOperationMetadata.Builder setImageBoundingPolyDetails(LabelImageBoundingPolyOperationMetadata value)

Details of label image bounding poly operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;

Parameter Returns

setImageBoundingPolyDetails(LabelImageBoundingPolyOperationMetadata.Builder builderForValue)

public LabelOperationMetadata.Builder setImageBoundingPolyDetails(LabelImageBoundingPolyOperationMetadata.Builder builderForValue)

Details of label image bounding poly operation.

.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;

Parameter Returns

setImageClassificationDetails(LabelImageClassificationOperationMetadata value)

public LabelOperationMetadata.Builder setImageClassificationDetails(LabelImageClassificationOperationMetadata value)

Details of label image classification operation.

.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;

Parameter Returns

setImageClassificationDetails(LabelImageClassificationOperationMetadata.Builder builderForValue)

public LabelOperationMetadata.Builder setImageClassificationDetails(LabelImageClassificationOperationMetadata.Builder builderForValue)

Details of label image classification operation.

.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;

Parameter Returns

setImageOrientedBoundingBoxDetails(LabelImageOrientedBoundingBoxOperationMetadata value)

public LabelOperationMetadata.Builder setImageOrientedBoundingBoxDetails(LabelImageOrientedBoundingBoxOperationMetadata value)

Details of label image oriented bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;

Parameter Returns

setImageOrientedBoundingBoxDetails(LabelImageOrientedBoundingBoxOperationMetadata.Builder builderForValue)

public LabelOperationMetadata.Builder setImageOrientedBoundingBoxDetails(LabelImageOrientedBoundingBoxOperationMetadata.Builder builderForValue)

Details of label image oriented bounding box operation.

.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;

Parameter Returns

setImagePolylineDetails(LabelImagePolylineOperationMetadata value)

public LabelOperationMetadata.Builder setImagePolylineDetails(LabelImagePolylineOperationMetadata value)

Details of label image polyline operation.

.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;

Parameter Returns

setImagePolylineDetails(LabelImagePolylineOperationMetadata.Builder builderForValue)

public LabelOperationMetadata.Builder setImagePolylineDetails(LabelImagePolylineOperationMetadata.Builder builderForValue)

Details of label image polyline operation.

.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;

Parameter
NameDescription
builderForValueLabelImagePolylineOperationMetadata.Builder
Returns

setImageSegmentationDetails(LabelImageSegmentationOperationMetadata value)

public LabelOperationMetadata.Builder setImageSegmentationDetails(LabelImageSegmentationOperationMetadata value)

Details of label image segmentation operation.

.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;

Parameter Returns

setImageSegmentationDetails(LabelImageSegmentationOperationMetadata.Builder builderForValue)

public LabelOperationMetadata.Builder setImageSegmentationDetails(LabelImageSegmentationOperationMetadata.Builder builderForValue)

Details of label image segmentation operation.

.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;

Parameter Returns

setPartialFailures(int index, Status value)

public LabelOperationMetadata.Builder setPartialFailures(int index, Status value)

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;

Parameters
NameDescription
indexint
valuecom.google.rpc.Status
Returns

setPartialFailures(int index, Status.Builder builderForValue)

public LabelOperationMetadata.Builder setPartialFailures(int index, Status.Builder builderForValue)

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;

Parameters
NameDescription
indexint
builderForValuecom.google.rpc.Status.Builder
Returns

setProgressPercent(int value)

public LabelOperationMetadata.Builder setProgressPercent(int value)

Output only. Progress of label operation. Range: [0, 100].

int32 progress_percent = 1;

Parameter
NameDescription
valueint

The progressPercent to set.

Returns
TypeDescription
LabelOperationMetadata.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public LabelOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setTextClassificationDetails(LabelTextClassificationOperationMetadata value)

public LabelOperationMetadata.Builder setTextClassificationDetails(LabelTextClassificationOperationMetadata value)

Details of label text classification operation.

.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;

Parameter Returns

setTextClassificationDetails(LabelTextClassificationOperationMetadata.Builder builderForValue)

public LabelOperationMetadata.Builder setTextClassificationDetails(LabelTextClassificationOperationMetadata.Builder builderForValue)

Details of label text classification operation.

.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;

Parameter Returns

setTextEntityExtractionDetails(LabelTextEntityExtractionOperationMetadata value)

public LabelOperationMetadata.Builder setTextEntityExtractionDetails(LabelTextEntityExtractionOperationMetadata value)

Details of label text entity extraction operation.

.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;

Parameter Returns

setTextEntityExtractionDetails(LabelTextEntityExtractionOperationMetadata.Builder builderForValue)

public LabelOperationMetadata.Builder setTextEntityExtractionDetails(LabelTextEntityExtractionOperationMetadata.Builder builderForValue)

Details of label text entity extraction operation.

.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;

Parameter Returns

setUnknownFields(UnknownFieldSet unknownFields)

public final LabelOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

setVideoClassificationDetails(LabelVideoClassificationOperationMetadata value)

public LabelOperationMetadata.Builder setVideoClassificationDetails(LabelVideoClassificationOperationMetadata value)

Details of label video classification operation.

.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;

Parameter Returns

setVideoClassificationDetails(LabelVideoClassificationOperationMetadata.Builder builderForValue)

public LabelOperationMetadata.Builder setVideoClassificationDetails(LabelVideoClassificationOperationMetadata.Builder builderForValue)

Details of label video classification operation.

.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;

Parameter Returns

setVideoEventDetails(LabelVideoEventOperationMetadata value)

public LabelOperationMetadata.Builder setVideoEventDetails(LabelVideoEventOperationMetadata value)

Details of label video event operation.

.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;

Parameter Returns

setVideoEventDetails(LabelVideoEventOperationMetadata.Builder builderForValue)

public LabelOperationMetadata.Builder setVideoEventDetails(LabelVideoEventOperationMetadata.Builder builderForValue)

Details of label video event operation.

.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;

Parameter
NameDescription
builderForValueLabelVideoEventOperationMetadata.Builder
Returns

setVideoObjectDetectionDetails(LabelVideoObjectDetectionOperationMetadata value)

public LabelOperationMetadata.Builder setVideoObjectDetectionDetails(LabelVideoObjectDetectionOperationMetadata value)

Details of label video object detection operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;

Parameter Returns

setVideoObjectDetectionDetails(LabelVideoObjectDetectionOperationMetadata.Builder builderForValue)

public LabelOperationMetadata.Builder setVideoObjectDetectionDetails(LabelVideoObjectDetectionOperationMetadata.Builder builderForValue)

Details of label video object detection operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;

Parameter Returns

setVideoObjectTrackingDetails(LabelVideoObjectTrackingOperationMetadata value)

public LabelOperationMetadata.Builder setVideoObjectTrackingDetails(LabelVideoObjectTrackingOperationMetadata value)

Details of label video object tracking operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;

Parameter Returns

setVideoObjectTrackingDetails(LabelVideoObjectTrackingOperationMetadata.Builder builderForValue)

public LabelOperationMetadata.Builder setVideoObjectTrackingDetails(LabelVideoObjectTrackingOperationMetadata.Builder builderForValue)

Details of label video object tracking operation.

.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;

Parameter Returns