public static final class VideoAnnotationProgress.Builder extends GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder> implements VideoAnnotationProgressOrBuilder
Annotation progress for a single video.Protobuf type
google.cloud.videointelligence.v1beta2.VideoAnnotationProgressgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>public VideoAnnotationProgress.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>public VideoAnnotationProgress getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic VideoAnnotationProgress build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic VideoAnnotationProgress buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic VideoAnnotationProgress.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>public VideoAnnotationProgress.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>public VideoAnnotationProgress.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>public VideoAnnotationProgress.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>public VideoAnnotationProgress.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>public VideoAnnotationProgress.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>public VideoAnnotationProgress.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<VideoAnnotationProgress.Builder>public VideoAnnotationProgress.Builder mergeFrom(VideoAnnotationProgress other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>public VideoAnnotationProgress.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<VideoAnnotationProgress.Builder>java.io.IOExceptionpublic java.lang.String getInputUri()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;getInputUri in interface VideoAnnotationProgressOrBuilderpublic ByteString getInputUriBytes()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;getInputUriBytes in interface VideoAnnotationProgressOrBuilderpublic VideoAnnotationProgress.Builder setInputUri(java.lang.String value)
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;public VideoAnnotationProgress.Builder clearInputUri()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;public VideoAnnotationProgress.Builder setInputUriBytes(ByteString value)
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;public int getProgressPercent()
Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
int32 progress_percent = 2;getProgressPercent in interface VideoAnnotationProgressOrBuilderpublic VideoAnnotationProgress.Builder setProgressPercent(int value)
Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
int32 progress_percent = 2;public VideoAnnotationProgress.Builder clearProgressPercent()
Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
int32 progress_percent = 2;public boolean hasStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;hasStartTime in interface VideoAnnotationProgressOrBuilderpublic Timestamp getStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;getStartTime in interface VideoAnnotationProgressOrBuilderpublic VideoAnnotationProgress.Builder setStartTime(Timestamp value)
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;public VideoAnnotationProgress.Builder setStartTime(Timestamp.Builder builderForValue)
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;public VideoAnnotationProgress.Builder mergeStartTime(Timestamp value)
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;public VideoAnnotationProgress.Builder clearStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;public Timestamp.Builder getStartTimeBuilder()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;public TimestampOrBuilder getStartTimeOrBuilder()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;getStartTimeOrBuilder in interface VideoAnnotationProgressOrBuilderpublic boolean hasUpdateTime()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;hasUpdateTime in interface VideoAnnotationProgressOrBuilderpublic Timestamp getUpdateTime()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;getUpdateTime in interface VideoAnnotationProgressOrBuilderpublic VideoAnnotationProgress.Builder setUpdateTime(Timestamp value)
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;public VideoAnnotationProgress.Builder setUpdateTime(Timestamp.Builder builderForValue)
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;public VideoAnnotationProgress.Builder mergeUpdateTime(Timestamp value)
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;public VideoAnnotationProgress.Builder clearUpdateTime()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;public Timestamp.Builder getUpdateTimeBuilder()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;public TimestampOrBuilder getUpdateTimeOrBuilder()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;getUpdateTimeOrBuilder in interface VideoAnnotationProgressOrBuilderpublic final VideoAnnotationProgress.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>public final VideoAnnotationProgress.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>