public static final class VideoAnnotationProgress.Builder extends GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder> implements VideoAnnotationProgressOrBuilder
Annotation progress for a single video.Protobuf type
google.cloud.videointelligence.v1beta1.VideoAnnotationProgress
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>
public VideoAnnotationProgress.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>
public VideoAnnotationProgress getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public VideoAnnotationProgress build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public VideoAnnotationProgress buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public VideoAnnotationProgress.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>
public VideoAnnotationProgress.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>
public VideoAnnotationProgress.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>
public VideoAnnotationProgress.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>
public VideoAnnotationProgress.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>
public VideoAnnotationProgress.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>
public VideoAnnotationProgress.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<VideoAnnotationProgress.Builder>
public VideoAnnotationProgress.Builder mergeFrom(VideoAnnotationProgress other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>
public VideoAnnotationProgress.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<VideoAnnotationProgress.Builder>
java.io.IOException
public java.lang.String getInputUri()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;
getInputUri
in interface VideoAnnotationProgressOrBuilder
public ByteString getInputUriBytes()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;
getInputUriBytes
in interface VideoAnnotationProgressOrBuilder
public 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 VideoAnnotationProgressOrBuilder
public 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 VideoAnnotationProgressOrBuilder
public Timestamp getStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;
getStartTime
in interface VideoAnnotationProgressOrBuilder
public 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 VideoAnnotationProgressOrBuilder
public boolean hasUpdateTime()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;
hasUpdateTime
in interface VideoAnnotationProgressOrBuilder
public Timestamp getUpdateTime()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;
getUpdateTime
in interface VideoAnnotationProgressOrBuilder
public 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 VideoAnnotationProgressOrBuilder
public final VideoAnnotationProgress.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>
public final VideoAnnotationProgress.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder>