Class LabelOperationMetadata.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<LabelOperationMetadata.Builder>
      • clear

        public LabelOperationMetadata.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<LabelOperationMetadata.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<LabelOperationMetadata.Builder>
      • getDefaultInstanceForType

        public LabelOperationMetadata getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public LabelOperationMetadata build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public LabelOperationMetadata buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public LabelOperationMetadata.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<LabelOperationMetadata.Builder>
      • clearField

        public LabelOperationMetadata.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<LabelOperationMetadata.Builder>
      • clearOneof

        public LabelOperationMetadata.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<LabelOperationMetadata.Builder>
      • setRepeatedField

        public LabelOperationMetadata.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               int index,
                                                               Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LabelOperationMetadata.Builder>
      • addRepeatedField

        public LabelOperationMetadata.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LabelOperationMetadata.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LabelOperationMetadata.Builder>
      • mergeFrom

        public LabelOperationMetadata.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LabelOperationMetadata.Builder>
        Throws:
        IOException
      • hasImageClassificationDetails

        public boolean hasImageClassificationDetails()
         Details of label image classification operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
        Specified by:
        hasImageClassificationDetails in interface LabelOperationMetadataOrBuilder
        Returns:
        Whether the imageClassificationDetails field is set.
      • clearImageClassificationDetails

        public LabelOperationMetadata.Builder clearImageClassificationDetails()
         Details of label image classification operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
      • getImageClassificationDetailsBuilder

        public LabelImageClassificationOperationMetadata.Builder getImageClassificationDetailsBuilder()
         Details of label image classification operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
      • hasImageBoundingBoxDetails

        public boolean hasImageBoundingBoxDetails()
         Details of label image bounding box operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
        Specified by:
        hasImageBoundingBoxDetails in interface LabelOperationMetadataOrBuilder
        Returns:
        Whether the imageBoundingBoxDetails field is set.
      • clearImageBoundingBoxDetails

        public LabelOperationMetadata.Builder clearImageBoundingBoxDetails()
         Details of label image bounding box operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
      • getImageBoundingBoxDetailsBuilder

        public LabelImageBoundingBoxOperationMetadata.Builder getImageBoundingBoxDetailsBuilder()
         Details of label image bounding box operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
      • hasImageBoundingPolyDetails

        public boolean hasImageBoundingPolyDetails()
         Details of label image bounding poly operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
        Specified by:
        hasImageBoundingPolyDetails in interface LabelOperationMetadataOrBuilder
        Returns:
        Whether the imageBoundingPolyDetails field is set.
      • clearImageBoundingPolyDetails

        public LabelOperationMetadata.Builder clearImageBoundingPolyDetails()
         Details of label image bounding poly operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
      • getImageBoundingPolyDetailsBuilder

        public LabelImageBoundingPolyOperationMetadata.Builder getImageBoundingPolyDetailsBuilder()
         Details of label image bounding poly operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
      • hasImageOrientedBoundingBoxDetails

        public boolean hasImageOrientedBoundingBoxDetails()
         Details of label image oriented bounding box operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
        Specified by:
        hasImageOrientedBoundingBoxDetails in interface LabelOperationMetadataOrBuilder
        Returns:
        Whether the imageOrientedBoundingBoxDetails field is set.
      • clearImageOrientedBoundingBoxDetails

        public LabelOperationMetadata.Builder clearImageOrientedBoundingBoxDetails()
         Details of label image oriented bounding box operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
      • getImageOrientedBoundingBoxDetailsBuilder

        public LabelImageOrientedBoundingBoxOperationMetadata.Builder getImageOrientedBoundingBoxDetailsBuilder()
         Details of label image oriented bounding box operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
      • hasImagePolylineDetails

        public boolean hasImagePolylineDetails()
         Details of label image polyline operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
        Specified by:
        hasImagePolylineDetails in interface LabelOperationMetadataOrBuilder
        Returns:
        Whether the imagePolylineDetails field is set.
      • clearImagePolylineDetails

        public LabelOperationMetadata.Builder clearImagePolylineDetails()
         Details of label image polyline operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
      • getImagePolylineDetailsBuilder

        public LabelImagePolylineOperationMetadata.Builder getImagePolylineDetailsBuilder()
         Details of label image polyline operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
      • hasImageSegmentationDetails

        public boolean hasImageSegmentationDetails()
         Details of label image segmentation operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
        Specified by:
        hasImageSegmentationDetails in interface LabelOperationMetadataOrBuilder
        Returns:
        Whether the imageSegmentationDetails field is set.
      • clearImageSegmentationDetails

        public LabelOperationMetadata.Builder clearImageSegmentationDetails()
         Details of label image segmentation operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
      • getImageSegmentationDetailsBuilder

        public LabelImageSegmentationOperationMetadata.Builder getImageSegmentationDetailsBuilder()
         Details of label image segmentation operation.
         
        .google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
      • hasVideoClassificationDetails

        public boolean hasVideoClassificationDetails()
         Details of label video classification operation.
         
        .google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
        Specified by:
        hasVideoClassificationDetails in interface LabelOperationMetadataOrBuilder
        Returns:
        Whether the videoClassificationDetails field is set.
      • clearVideoClassificationDetails

        public LabelOperationMetadata.Builder clearVideoClassificationDetails()
         Details of label video classification operation.
         
        .google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
      • getVideoClassificationDetailsBuilder

        public LabelVideoClassificationOperationMetadata.Builder getVideoClassificationDetailsBuilder()
         Details of label video classification operation.
         
        .google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
      • hasVideoObjectDetectionDetails

        public boolean hasVideoObjectDetectionDetails()
         Details of label video object detection operation.
         
        .google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
        Specified by:
        hasVideoObjectDetectionDetails in interface LabelOperationMetadataOrBuilder
        Returns:
        Whether the videoObjectDetectionDetails field is set.
      • clearVideoObjectDetectionDetails

        public LabelOperationMetadata.Builder clearVideoObjectDetectionDetails()
         Details of label video object detection operation.
         
        .google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
      • getVideoObjectDetectionDetailsBuilder

        public LabelVideoObjectDetectionOperationMetadata.Builder getVideoObjectDetectionDetailsBuilder()
         Details of label video object detection operation.
         
        .google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
      • hasVideoObjectTrackingDetails

        public boolean hasVideoObjectTrackingDetails()
         Details of label video object tracking operation.
         
        .google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
        Specified by:
        hasVideoObjectTrackingDetails in interface LabelOperationMetadataOrBuilder
        Returns:
        Whether the videoObjectTrackingDetails field is set.
      • clearVideoObjectTrackingDetails

        public LabelOperationMetadata.Builder clearVideoObjectTrackingDetails()
         Details of label video object tracking operation.
         
        .google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
      • getVideoObjectTrackingDetailsBuilder

        public LabelVideoObjectTrackingOperationMetadata.Builder getVideoObjectTrackingDetailsBuilder()
         Details of label video object tracking operation.
         
        .google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
      • hasVideoEventDetails

        public boolean hasVideoEventDetails()
         Details of label video event operation.
         
        .google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
        Specified by:
        hasVideoEventDetails in interface LabelOperationMetadataOrBuilder
        Returns:
        Whether the videoEventDetails field is set.
      • clearVideoEventDetails

        public LabelOperationMetadata.Builder clearVideoEventDetails()
         Details of label video event operation.
         
        .google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
      • getVideoEventDetailsBuilder

        public LabelVideoEventOperationMetadata.Builder getVideoEventDetailsBuilder()
         Details of label video event operation.
         
        .google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
      • hasTextClassificationDetails

        public boolean hasTextClassificationDetails()
         Details of label text classification operation.
         
        .google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
        Specified by:
        hasTextClassificationDetails in interface LabelOperationMetadataOrBuilder
        Returns:
        Whether the textClassificationDetails field is set.
      • clearTextClassificationDetails

        public LabelOperationMetadata.Builder clearTextClassificationDetails()
         Details of label text classification operation.
         
        .google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
      • getTextClassificationDetailsBuilder

        public LabelTextClassificationOperationMetadata.Builder getTextClassificationDetailsBuilder()
         Details of label text classification operation.
         
        .google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
      • hasTextEntityExtractionDetails

        public boolean hasTextEntityExtractionDetails()
         Details of label text entity extraction operation.
         
        .google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
        Specified by:
        hasTextEntityExtractionDetails in interface LabelOperationMetadataOrBuilder
        Returns:
        Whether the textEntityExtractionDetails field is set.
      • clearTextEntityExtractionDetails

        public LabelOperationMetadata.Builder clearTextEntityExtractionDetails()
         Details of label text entity extraction operation.
         
        .google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
      • getTextEntityExtractionDetailsBuilder

        public LabelTextEntityExtractionOperationMetadata.Builder getTextEntityExtractionDetailsBuilder()
         Details of label text entity extraction operation.
         
        .google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
      • getProgressPercent

        public int getProgressPercent()
         Output only. Progress of label operation. Range: [0, 100].
         
        int32 progress_percent = 1;
        Specified by:
        getProgressPercent in interface LabelOperationMetadataOrBuilder
        Returns:
        The progressPercent.
      • setProgressPercent

        public LabelOperationMetadata.Builder setProgressPercent​(int value)
         Output only. Progress of label operation. Range: [0, 100].
         
        int32 progress_percent = 1;
        Parameters:
        value - The progressPercent to set.
        Returns:
        This builder for chaining.
      • clearProgressPercent

        public LabelOperationMetadata.Builder clearProgressPercent()
         Output only. Progress of label operation. Range: [0, 100].
         
        int32 progress_percent = 1;
        Returns:
        This builder for chaining.
      • getPartialFailuresList

        public List<com.google.rpc.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;
        Specified by:
        getPartialFailuresList in interface LabelOperationMetadataOrBuilder
      • 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;
        Specified by:
        getPartialFailuresCount in interface LabelOperationMetadataOrBuilder
      • getPartialFailures

        public com.google.rpc.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;
        Specified by:
        getPartialFailures in interface LabelOperationMetadataOrBuilder
      • setPartialFailures

        public LabelOperationMetadata.Builder setPartialFailures​(int index,
                                                                 com.google.rpc.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;
      • setPartialFailures

        public LabelOperationMetadata.Builder setPartialFailures​(int index,
                                                                 com.google.rpc.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;
      • addPartialFailures

        public LabelOperationMetadata.Builder addPartialFailures​(com.google.rpc.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;
      • addPartialFailures

        public LabelOperationMetadata.Builder addPartialFailures​(int index,
                                                                 com.google.rpc.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;
      • addPartialFailures

        public LabelOperationMetadata.Builder addPartialFailures​(com.google.rpc.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;
      • addPartialFailures

        public LabelOperationMetadata.Builder addPartialFailures​(int index,
                                                                 com.google.rpc.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;
      • addAllPartialFailures

        public LabelOperationMetadata.Builder addAllPartialFailures​(Iterable<? extends com.google.rpc.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;
      • 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;
      • removePartialFailures

        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;
      • getPartialFailuresBuilder

        public com.google.rpc.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;
      • getPartialFailuresOrBuilder

        public com.google.rpc.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;
        Specified by:
        getPartialFailuresOrBuilder in interface LabelOperationMetadataOrBuilder
      • getPartialFailuresOrBuilderList

        public List<? extends com.google.rpc.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;
        Specified by:
        getPartialFailuresOrBuilderList in interface LabelOperationMetadataOrBuilder
      • addPartialFailuresBuilder

        public com.google.rpc.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;
      • addPartialFailuresBuilder

        public com.google.rpc.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;
      • getPartialFailuresBuilderList

        public List<com.google.rpc.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;
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. Timestamp when labeling request was created.
         
        .google.protobuf.Timestamp create_time = 16;
        Specified by:
        hasCreateTime in interface LabelOperationMetadataOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. Timestamp when labeling request was created.
         
        .google.protobuf.Timestamp create_time = 16;
        Specified by:
        getCreateTime in interface LabelOperationMetadataOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public LabelOperationMetadata.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Timestamp when labeling request was created.
         
        .google.protobuf.Timestamp create_time = 16;
      • setCreateTime

        public LabelOperationMetadata.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Timestamp when labeling request was created.
         
        .google.protobuf.Timestamp create_time = 16;
      • mergeCreateTime

        public LabelOperationMetadata.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Timestamp when labeling request was created.
         
        .google.protobuf.Timestamp create_time = 16;
      • clearCreateTime

        public LabelOperationMetadata.Builder clearCreateTime()
         Output only. Timestamp when labeling request was created.
         
        .google.protobuf.Timestamp create_time = 16;
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. Timestamp when labeling request was created.
         
        .google.protobuf.Timestamp create_time = 16;
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Timestamp when labeling request was created.
         
        .google.protobuf.Timestamp create_time = 16;
        Specified by:
        getCreateTimeOrBuilder in interface LabelOperationMetadataOrBuilder
      • setUnknownFields

        public final LabelOperationMetadata.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LabelOperationMetadata.Builder>
      • mergeUnknownFields

        public final LabelOperationMetadata.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LabelOperationMetadata.Builder>