Class LabelImageRequest

  • All Implemented Interfaces:
    LabelImageRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class LabelImageRequest
    extends com.google.protobuf.GeneratedMessageV3
    implements LabelImageRequestOrBuilder
     Request message for starting an image labeling task.
     
    Protobuf type google.cloud.datalabeling.v1beta1.LabelImageRequest
    See Also:
    Serialized Form
    • Field Detail

      • IMAGE_CLASSIFICATION_CONFIG_FIELD_NUMBER

        public static final int IMAGE_CLASSIFICATION_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • BOUNDING_POLY_CONFIG_FIELD_NUMBER

        public static final int BOUNDING_POLY_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • POLYLINE_CONFIG_FIELD_NUMBER

        public static final int POLYLINE_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SEGMENTATION_CONFIG_FIELD_NUMBER

        public static final int SEGMENTATION_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • BASIC_CONFIG_FIELD_NUMBER

        public static final int BASIC_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • hasImageClassificationConfig

        public boolean hasImageClassificationConfig()
         Configuration for image classification task.
         One of image_classification_config, bounding_poly_config,
         polyline_config and segmentation_config are required.
         
        .google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 4;
        Specified by:
        hasImageClassificationConfig in interface LabelImageRequestOrBuilder
        Returns:
        Whether the imageClassificationConfig field is set.
      • getImageClassificationConfig

        public ImageClassificationConfig getImageClassificationConfig()
         Configuration for image classification task.
         One of image_classification_config, bounding_poly_config,
         polyline_config and segmentation_config are required.
         
        .google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 4;
        Specified by:
        getImageClassificationConfig in interface LabelImageRequestOrBuilder
        Returns:
        The imageClassificationConfig.
      • hasBoundingPolyConfig

        public boolean hasBoundingPolyConfig()
         Configuration for bounding box and bounding poly task.
         One of image_classification_config, bounding_poly_config,
         polyline_config and segmentation_config are required.
         
        .google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 5;
        Specified by:
        hasBoundingPolyConfig in interface LabelImageRequestOrBuilder
        Returns:
        Whether the boundingPolyConfig field is set.
      • getBoundingPolyConfig

        public BoundingPolyConfig getBoundingPolyConfig()
         Configuration for bounding box and bounding poly task.
         One of image_classification_config, bounding_poly_config,
         polyline_config and segmentation_config are required.
         
        .google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 5;
        Specified by:
        getBoundingPolyConfig in interface LabelImageRequestOrBuilder
        Returns:
        The boundingPolyConfig.
      • getBoundingPolyConfigOrBuilder

        public BoundingPolyConfigOrBuilder getBoundingPolyConfigOrBuilder()
         Configuration for bounding box and bounding poly task.
         One of image_classification_config, bounding_poly_config,
         polyline_config and segmentation_config are required.
         
        .google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 5;
        Specified by:
        getBoundingPolyConfigOrBuilder in interface LabelImageRequestOrBuilder
      • hasPolylineConfig

        public boolean hasPolylineConfig()
         Configuration for polyline task.
         One of image_classification_config, bounding_poly_config,
         polyline_config and segmentation_config are required.
         
        .google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 6;
        Specified by:
        hasPolylineConfig in interface LabelImageRequestOrBuilder
        Returns:
        Whether the polylineConfig field is set.
      • getPolylineConfig

        public PolylineConfig getPolylineConfig()
         Configuration for polyline task.
         One of image_classification_config, bounding_poly_config,
         polyline_config and segmentation_config are required.
         
        .google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 6;
        Specified by:
        getPolylineConfig in interface LabelImageRequestOrBuilder
        Returns:
        The polylineConfig.
      • getPolylineConfigOrBuilder

        public PolylineConfigOrBuilder getPolylineConfigOrBuilder()
         Configuration for polyline task.
         One of image_classification_config, bounding_poly_config,
         polyline_config and segmentation_config are required.
         
        .google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 6;
        Specified by:
        getPolylineConfigOrBuilder in interface LabelImageRequestOrBuilder
      • hasSegmentationConfig

        public boolean hasSegmentationConfig()
         Configuration for segmentation task.
         One of image_classification_config, bounding_poly_config,
         polyline_config and segmentation_config are required.
         
        .google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 7;
        Specified by:
        hasSegmentationConfig in interface LabelImageRequestOrBuilder
        Returns:
        Whether the segmentationConfig field is set.
      • getSegmentationConfig

        public SegmentationConfig getSegmentationConfig()
         Configuration for segmentation task.
         One of image_classification_config, bounding_poly_config,
         polyline_config and segmentation_config are required.
         
        .google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 7;
        Specified by:
        getSegmentationConfig in interface LabelImageRequestOrBuilder
        Returns:
        The segmentationConfig.
      • getSegmentationConfigOrBuilder

        public SegmentationConfigOrBuilder getSegmentationConfigOrBuilder()
         Configuration for segmentation task.
         One of image_classification_config, bounding_poly_config,
         polyline_config and segmentation_config are required.
         
        .google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 7;
        Specified by:
        getSegmentationConfigOrBuilder in interface LabelImageRequestOrBuilder
      • getParent

        public String getParent()
         Required. Name of the dataset to request labeling task, format:
         projects/{project_id}/datasets/{dataset_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface LabelImageRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. Name of the dataset to request labeling task, format:
         projects/{project_id}/datasets/{dataset_id}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface LabelImageRequestOrBuilder
        Returns:
        The bytes for parent.
      • hasBasicConfig

        public boolean hasBasicConfig()
         Required. Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasBasicConfig in interface LabelImageRequestOrBuilder
        Returns:
        Whether the basicConfig field is set.
      • getBasicConfig

        public HumanAnnotationConfig getBasicConfig()
         Required. Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getBasicConfig in interface LabelImageRequestOrBuilder
        Returns:
        The basicConfig.
      • getFeatureValue

        public int getFeatureValue()
         Required. The type of image labeling task.
         
        .google.cloud.datalabeling.v1beta1.LabelImageRequest.Feature feature = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getFeatureValue in interface LabelImageRequestOrBuilder
        Returns:
        The enum numeric value on the wire for feature.
      • getFeature

        public LabelImageRequest.Feature getFeature()
         Required. The type of image labeling task.
         
        .google.cloud.datalabeling.v1beta1.LabelImageRequest.Feature feature = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getFeature in interface LabelImageRequestOrBuilder
        Returns:
        The feature.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static LabelImageRequest parseFrom​(ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LabelImageRequest parseFrom​(ByteBuffer data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LabelImageRequest parseFrom​(com.google.protobuf.ByteString data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LabelImageRequest parseFrom​(com.google.protobuf.ByteString data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LabelImageRequest parseFrom​(byte[] data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LabelImageRequest parseFrom​(byte[] data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LabelImageRequest parseFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
        Throws:
        IOException
      • newBuilderForType

        public LabelImageRequest.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public LabelImageRequest.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected LabelImageRequest.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<LabelImageRequest> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public LabelImageRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder