Class VideoAnnotationProgress.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<VideoAnnotationProgress.Builder>
      • clear

        public VideoAnnotationProgress.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<VideoAnnotationProgress.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<VideoAnnotationProgress.Builder>
      • getDefaultInstanceForType

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

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

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

        public VideoAnnotationProgress.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<VideoAnnotationProgress.Builder>
      • clearField

        public VideoAnnotationProgress.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<VideoAnnotationProgress.Builder>
      • clearOneof

        public VideoAnnotationProgress.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<VideoAnnotationProgress.Builder>
      • setRepeatedField

        public VideoAnnotationProgress.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<VideoAnnotationProgress.Builder>
      • addRepeatedField

        public VideoAnnotationProgress.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<VideoAnnotationProgress.Builder>
      • isInitialized

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

        public VideoAnnotationProgress.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<VideoAnnotationProgress.Builder>
        Throws:
        IOException
      • getInputUriBytes

        public com.google.protobuf.ByteString getInputUriBytes()
         Video file location in
         [Cloud Storage](https://cloud.google.com/storage/).
         
        string input_uri = 1;
        Specified by:
        getInputUriBytes in interface VideoAnnotationProgressOrBuilder
        Returns:
        The bytes for inputUri.
      • setInputUri

        public VideoAnnotationProgress.Builder setInputUri​(String value)
         Video file location in
         [Cloud Storage](https://cloud.google.com/storage/).
         
        string input_uri = 1;
        Parameters:
        value - The inputUri to set.
        Returns:
        This builder for chaining.
      • clearInputUri

        public VideoAnnotationProgress.Builder clearInputUri()
         Video file location in
         [Cloud Storage](https://cloud.google.com/storage/).
         
        string input_uri = 1;
        Returns:
        This builder for chaining.
      • setInputUriBytes

        public VideoAnnotationProgress.Builder setInputUriBytes​(com.google.protobuf.ByteString value)
         Video file location in
         [Cloud Storage](https://cloud.google.com/storage/).
         
        string input_uri = 1;
        Parameters:
        value - The bytes for inputUri to set.
        Returns:
        This builder for chaining.
      • getProgressPercent

        public int getProgressPercent()
         Approximate percentage processed thus far. Guaranteed to be
         100 when fully processed.
         
        int32 progress_percent = 2;
        Specified by:
        getProgressPercent in interface VideoAnnotationProgressOrBuilder
        Returns:
        The progressPercent.
      • setProgressPercent

        public VideoAnnotationProgress.Builder setProgressPercent​(int value)
         Approximate percentage processed thus far. Guaranteed to be
         100 when fully processed.
         
        int32 progress_percent = 2;
        Parameters:
        value - The progressPercent to set.
        Returns:
        This builder for chaining.
      • clearProgressPercent

        public VideoAnnotationProgress.Builder clearProgressPercent()
         Approximate percentage processed thus far. Guaranteed to be
         100 when fully processed.
         
        int32 progress_percent = 2;
        Returns:
        This builder for chaining.
      • hasStartTime

        public boolean hasStartTime()
         Time when the request was received.
         
        .google.protobuf.Timestamp start_time = 3;
        Specified by:
        hasStartTime in interface VideoAnnotationProgressOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public com.google.protobuf.Timestamp getStartTime()
         Time when the request was received.
         
        .google.protobuf.Timestamp start_time = 3;
        Specified by:
        getStartTime in interface VideoAnnotationProgressOrBuilder
        Returns:
        The startTime.
      • setStartTime

        public VideoAnnotationProgress.Builder setStartTime​(com.google.protobuf.Timestamp value)
         Time when the request was received.
         
        .google.protobuf.Timestamp start_time = 3;
      • setStartTime

        public VideoAnnotationProgress.Builder setStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Time when the request was received.
         
        .google.protobuf.Timestamp start_time = 3;
      • mergeStartTime

        public VideoAnnotationProgress.Builder mergeStartTime​(com.google.protobuf.Timestamp value)
         Time when the request was received.
         
        .google.protobuf.Timestamp start_time = 3;
      • getStartTimeBuilder

        public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
         Time when the request was received.
         
        .google.protobuf.Timestamp start_time = 3;
      • hasUpdateTime

        public boolean hasUpdateTime()
         Time of the most recent update.
         
        .google.protobuf.Timestamp update_time = 4;
        Specified by:
        hasUpdateTime in interface VideoAnnotationProgressOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Time of the most recent update.
         
        .google.protobuf.Timestamp update_time = 4;
        Specified by:
        getUpdateTime in interface VideoAnnotationProgressOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public VideoAnnotationProgress.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Time of the most recent update.
         
        .google.protobuf.Timestamp update_time = 4;
      • setUpdateTime

        public VideoAnnotationProgress.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Time of the most recent update.
         
        .google.protobuf.Timestamp update_time = 4;
      • mergeUpdateTime

        public VideoAnnotationProgress.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Time of the most recent update.
         
        .google.protobuf.Timestamp update_time = 4;
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Time of the most recent update.
         
        .google.protobuf.Timestamp update_time = 4;
      • getFeatureValue

        public int getFeatureValue()
         Specifies which feature is being tracked if the request contains more than
         one feature.
         
        .google.cloud.videointelligence.v1.Feature feature = 5;
        Specified by:
        getFeatureValue in interface VideoAnnotationProgressOrBuilder
        Returns:
        The enum numeric value on the wire for feature.
      • setFeatureValue

        public VideoAnnotationProgress.Builder setFeatureValue​(int value)
         Specifies which feature is being tracked if the request contains more than
         one feature.
         
        .google.cloud.videointelligence.v1.Feature feature = 5;
        Parameters:
        value - The enum numeric value on the wire for feature to set.
        Returns:
        This builder for chaining.
      • getFeature

        public Feature getFeature()
         Specifies which feature is being tracked if the request contains more than
         one feature.
         
        .google.cloud.videointelligence.v1.Feature feature = 5;
        Specified by:
        getFeature in interface VideoAnnotationProgressOrBuilder
        Returns:
        The feature.
      • setFeature

        public VideoAnnotationProgress.Builder setFeature​(Feature value)
         Specifies which feature is being tracked if the request contains more than
         one feature.
         
        .google.cloud.videointelligence.v1.Feature feature = 5;
        Parameters:
        value - The feature to set.
        Returns:
        This builder for chaining.
      • clearFeature

        public VideoAnnotationProgress.Builder clearFeature()
         Specifies which feature is being tracked if the request contains more than
         one feature.
         
        .google.cloud.videointelligence.v1.Feature feature = 5;
        Returns:
        This builder for chaining.
      • hasSegment

        public boolean hasSegment()
         Specifies which segment is being tracked if the request contains more than
         one segment.
         
        .google.cloud.videointelligence.v1.VideoSegment segment = 6;
        Specified by:
        hasSegment in interface VideoAnnotationProgressOrBuilder
        Returns:
        Whether the segment field is set.
      • getSegment

        public VideoSegment getSegment()
         Specifies which segment is being tracked if the request contains more than
         one segment.
         
        .google.cloud.videointelligence.v1.VideoSegment segment = 6;
        Specified by:
        getSegment in interface VideoAnnotationProgressOrBuilder
        Returns:
        The segment.
      • setSegment

        public VideoAnnotationProgress.Builder setSegment​(VideoSegment value)
         Specifies which segment is being tracked if the request contains more than
         one segment.
         
        .google.cloud.videointelligence.v1.VideoSegment segment = 6;
      • setSegment

        public VideoAnnotationProgress.Builder setSegment​(VideoSegment.Builder builderForValue)
         Specifies which segment is being tracked if the request contains more than
         one segment.
         
        .google.cloud.videointelligence.v1.VideoSegment segment = 6;
      • mergeSegment

        public VideoAnnotationProgress.Builder mergeSegment​(VideoSegment value)
         Specifies which segment is being tracked if the request contains more than
         one segment.
         
        .google.cloud.videointelligence.v1.VideoSegment segment = 6;
      • clearSegment

        public VideoAnnotationProgress.Builder clearSegment()
         Specifies which segment is being tracked if the request contains more than
         one segment.
         
        .google.cloud.videointelligence.v1.VideoSegment segment = 6;
      • getSegmentBuilder

        public VideoSegment.Builder getSegmentBuilder()
         Specifies which segment is being tracked if the request contains more than
         one segment.
         
        .google.cloud.videointelligence.v1.VideoSegment segment = 6;
      • setUnknownFields

        public final VideoAnnotationProgress.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<VideoAnnotationProgress.Builder>
      • mergeUnknownFields

        public final VideoAnnotationProgress.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<VideoAnnotationProgress.Builder>