Class LabelVideoRequest

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

    public final class LabelVideoRequest
    extends com.google.protobuf.GeneratedMessageV3
    implements LabelVideoRequestOrBuilder
     Request message for LabelVideo.
     
    Protobuf type google.cloud.datalabeling.v1beta1.LabelVideoRequest
    See Also:
    Serialized Form
    • Field Detail

      • VIDEO_CLASSIFICATION_CONFIG_FIELD_NUMBER

        public static final int VIDEO_CLASSIFICATION_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • OBJECT_DETECTION_CONFIG_FIELD_NUMBER

        public static final int OBJECT_DETECTION_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • OBJECT_TRACKING_CONFIG_FIELD_NUMBER

        public static final int OBJECT_TRACKING_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EVENT_CONFIG_FIELD_NUMBER

        public static final int EVENT_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
      • hasVideoClassificationConfig

        public boolean hasVideoClassificationConfig()
         Configuration for video classification task.
         One of video_classification_config, object_detection_config,
         object_tracking_config and event_config is required.
         
        .google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 4;
        Specified by:
        hasVideoClassificationConfig in interface LabelVideoRequestOrBuilder
        Returns:
        Whether the videoClassificationConfig field is set.
      • getVideoClassificationConfig

        public VideoClassificationConfig getVideoClassificationConfig()
         Configuration for video classification task.
         One of video_classification_config, object_detection_config,
         object_tracking_config and event_config is required.
         
        .google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 4;
        Specified by:
        getVideoClassificationConfig in interface LabelVideoRequestOrBuilder
        Returns:
        The videoClassificationConfig.
      • hasObjectDetectionConfig

        public boolean hasObjectDetectionConfig()
         Configuration for video object detection task.
         One of video_classification_config, object_detection_config,
         object_tracking_config and event_config is required.
         
        .google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 5;
        Specified by:
        hasObjectDetectionConfig in interface LabelVideoRequestOrBuilder
        Returns:
        Whether the objectDetectionConfig field is set.
      • getObjectDetectionConfig

        public ObjectDetectionConfig getObjectDetectionConfig()
         Configuration for video object detection task.
         One of video_classification_config, object_detection_config,
         object_tracking_config and event_config is required.
         
        .google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 5;
        Specified by:
        getObjectDetectionConfig in interface LabelVideoRequestOrBuilder
        Returns:
        The objectDetectionConfig.
      • getObjectDetectionConfigOrBuilder

        public ObjectDetectionConfigOrBuilder getObjectDetectionConfigOrBuilder()
         Configuration for video object detection task.
         One of video_classification_config, object_detection_config,
         object_tracking_config and event_config is required.
         
        .google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 5;
        Specified by:
        getObjectDetectionConfigOrBuilder in interface LabelVideoRequestOrBuilder
      • hasObjectTrackingConfig

        public boolean hasObjectTrackingConfig()
         Configuration for video object tracking task.
         One of video_classification_config, object_detection_config,
         object_tracking_config and event_config is required.
         
        .google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 6;
        Specified by:
        hasObjectTrackingConfig in interface LabelVideoRequestOrBuilder
        Returns:
        Whether the objectTrackingConfig field is set.
      • getObjectTrackingConfig

        public ObjectTrackingConfig getObjectTrackingConfig()
         Configuration for video object tracking task.
         One of video_classification_config, object_detection_config,
         object_tracking_config and event_config is required.
         
        .google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 6;
        Specified by:
        getObjectTrackingConfig in interface LabelVideoRequestOrBuilder
        Returns:
        The objectTrackingConfig.
      • getObjectTrackingConfigOrBuilder

        public ObjectTrackingConfigOrBuilder getObjectTrackingConfigOrBuilder()
         Configuration for video object tracking task.
         One of video_classification_config, object_detection_config,
         object_tracking_config and event_config is required.
         
        .google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 6;
        Specified by:
        getObjectTrackingConfigOrBuilder in interface LabelVideoRequestOrBuilder
      • hasEventConfig

        public boolean hasEventConfig()
         Configuration for video event task.
         One of video_classification_config, object_detection_config,
         object_tracking_config and event_config is required.
         
        .google.cloud.datalabeling.v1beta1.EventConfig event_config = 7;
        Specified by:
        hasEventConfig in interface LabelVideoRequestOrBuilder
        Returns:
        Whether the eventConfig field is set.
      • getEventConfig

        public EventConfig getEventConfig()
         Configuration for video event task.
         One of video_classification_config, object_detection_config,
         object_tracking_config and event_config is required.
         
        .google.cloud.datalabeling.v1beta1.EventConfig event_config = 7;
        Specified by:
        getEventConfig in interface LabelVideoRequestOrBuilder
        Returns:
        The eventConfig.
      • getEventConfigOrBuilder

        public EventConfigOrBuilder getEventConfigOrBuilder()
         Configuration for video event task.
         One of video_classification_config, object_detection_config,
         object_tracking_config and event_config is required.
         
        .google.cloud.datalabeling.v1beta1.EventConfig event_config = 7;
        Specified by:
        getEventConfigOrBuilder in interface LabelVideoRequestOrBuilder
      • 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 LabelVideoRequestOrBuilder
        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 LabelVideoRequestOrBuilder
        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 LabelVideoRequestOrBuilder
        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 LabelVideoRequestOrBuilder
        Returns:
        The basicConfig.
      • getFeatureValue

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

        public LabelVideoRequest.Feature getFeature()
         Required. The type of video labeling task.
         
        .google.cloud.datalabeling.v1beta1.LabelVideoRequest.Feature feature = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getFeature in interface LabelVideoRequestOrBuilder
        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 LabelVideoRequest parseFrom​(ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

        public com.google.protobuf.Parser<LabelVideoRequest> 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 LabelVideoRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder