- 2.77.0 (latest)
 - 2.75.0
 - 2.74.0
 - 2.73.0
 - 2.72.0
 - 2.71.0
 - 2.69.0
 - 2.67.0
 - 2.66.0
 - 2.63.0
 - 2.62.0
 - 2.61.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.50.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.39.0
 - 2.38.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.27.0
 - 2.26.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.0
 - 2.4.0
 - 2.3.0
 - 2.2.13
 - 2.1.0
 - 2.0.27
 
public static final class VideoAnnotationProgress.Builder extends GeneratedMessageV3.Builder<VideoAnnotationProgress.Builder> implements VideoAnnotationProgressOrBuilderAnnotation progress for a single video.
 Protobuf type google.cloud.videointelligence.v1p3beta1.VideoAnnotationProgress
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VideoAnnotationProgress.BuilderImplements
VideoAnnotationProgressOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VideoAnnotationProgress.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
build()
public VideoAnnotationProgress build()| Type | Description | 
| VideoAnnotationProgress | 
buildPartial()
public VideoAnnotationProgress buildPartial()| Type | Description | 
| VideoAnnotationProgress | 
clear()
public VideoAnnotationProgress.Builder clear()| Type | Description | 
| VideoAnnotationProgress.Builder | 
clearFeature()
public VideoAnnotationProgress.Builder clearFeature()Specifies which feature is being tracked if the request contains more than one feature.
 .google.cloud.videointelligence.v1p3beta1.Feature feature = 5;
| Type | Description | 
| VideoAnnotationProgress.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public VideoAnnotationProgress.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
clearInputUri()
public VideoAnnotationProgress.Builder clearInputUri()Video file location in Cloud Storage.
 string input_uri = 1;
| Type | Description | 
| VideoAnnotationProgress.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public VideoAnnotationProgress.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
clearProgressPercent()
public VideoAnnotationProgress.Builder clearProgressPercent()Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
 int32 progress_percent = 2;
| Type | Description | 
| VideoAnnotationProgress.Builder | This builder for chaining.  | 
      
clearSegment()
public VideoAnnotationProgress.Builder clearSegment()Specifies which segment is being tracked if the request contains more than one segment.
 .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
| Type | Description | 
| VideoAnnotationProgress.Builder | 
clearStartTime()
public VideoAnnotationProgress.Builder clearStartTime()Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
| Type | Description | 
| VideoAnnotationProgress.Builder | 
clearUpdateTime()
public VideoAnnotationProgress.Builder clearUpdateTime()Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
| Type | Description | 
| VideoAnnotationProgress.Builder | 
clone()
public VideoAnnotationProgress.Builder clone()| Type | Description | 
| VideoAnnotationProgress.Builder | 
getDefaultInstanceForType()
public VideoAnnotationProgress getDefaultInstanceForType()| Type | Description | 
| VideoAnnotationProgress | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getFeature()
public Feature getFeature()Specifies which feature is being tracked if the request contains more than one feature.
 .google.cloud.videointelligence.v1p3beta1.Feature feature = 5;
| Type | Description | 
| Feature | The feature.  | 
      
getFeatureValue()
public int getFeatureValue()Specifies which feature is being tracked if the request contains more than one feature.
 .google.cloud.videointelligence.v1p3beta1.Feature feature = 5;
| Type | Description | 
| int | The enum numeric value on the wire for feature.  | 
      
getInputUri()
public String getInputUri()Video file location in Cloud Storage.
 string input_uri = 1;
| Type | Description | 
| String | The inputUri.  | 
      
getInputUriBytes()
public ByteString getInputUriBytes()Video file location in Cloud Storage.
 string input_uri = 1;
| Type | Description | 
| ByteString | The bytes for inputUri.  | 
      
getProgressPercent()
public int getProgressPercent()Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
 int32 progress_percent = 2;
| Type | Description | 
| int | The progressPercent.  | 
      
getSegment()
public VideoSegment getSegment()Specifies which segment is being tracked if the request contains more than one segment.
 .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
| Type | Description | 
| VideoSegment | The segment.  | 
      
getSegmentBuilder()
public VideoSegment.Builder getSegmentBuilder()Specifies which segment is being tracked if the request contains more than one segment.
 .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
| Type | Description | 
| VideoSegment.Builder | 
getSegmentOrBuilder()
public VideoSegmentOrBuilder getSegmentOrBuilder()Specifies which segment is being tracked if the request contains more than one segment.
 .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
| Type | Description | 
| VideoSegmentOrBuilder | 
getStartTime()
public Timestamp getStartTime()Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
| Type | Description | 
| Timestamp | The startTime.  | 
      
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
| Type | Description | 
| Builder | 
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
| Type | Description | 
| TimestampOrBuilder | 
getUpdateTime()
public Timestamp getUpdateTime()Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
| Type | Description | 
| Timestamp | The updateTime.  | 
      
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
| Type | Description | 
| Builder | 
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
| Type | Description | 
| TimestampOrBuilder | 
hasSegment()
public boolean hasSegment()Specifies which segment is being tracked if the request contains more than one segment.
 .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
| Type | Description | 
| boolean | Whether the segment field is set.  | 
      
hasStartTime()
public boolean hasStartTime()Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
| Type | Description | 
| boolean | Whether the startTime field is set.  | 
      
hasUpdateTime()
public boolean hasUpdateTime()Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
| Type | Description | 
| boolean | Whether the updateTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(VideoAnnotationProgress other)
public VideoAnnotationProgress.Builder mergeFrom(VideoAnnotationProgress other)| Name | Description | 
| other | VideoAnnotationProgress | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VideoAnnotationProgress.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public VideoAnnotationProgress.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
mergeSegment(VideoSegment value)
public VideoAnnotationProgress.Builder mergeSegment(VideoSegment value)Specifies which segment is being tracked if the request contains more than one segment.
 .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
| Name | Description | 
| value | VideoSegment | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
mergeStartTime(Timestamp value)
public VideoAnnotationProgress.Builder mergeStartTime(Timestamp value)Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VideoAnnotationProgress.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
mergeUpdateTime(Timestamp value)
public VideoAnnotationProgress.Builder mergeUpdateTime(Timestamp value)Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
setFeature(Feature value)
public VideoAnnotationProgress.Builder setFeature(Feature value)Specifies which feature is being tracked if the request contains more than one feature.
 .google.cloud.videointelligence.v1p3beta1.Feature feature = 5;
| Name | Description | 
| value | FeatureThe feature to set.  | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | This builder for chaining.  | 
      
setFeatureValue(int value)
public VideoAnnotationProgress.Builder setFeatureValue(int value)Specifies which feature is being tracked if the request contains more than one feature.
 .google.cloud.videointelligence.v1p3beta1.Feature feature = 5;
| Name | Description | 
| value | intThe enum numeric value on the wire for feature to set.  | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public VideoAnnotationProgress.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
setInputUri(String value)
public VideoAnnotationProgress.Builder setInputUri(String value)Video file location in Cloud Storage.
 string input_uri = 1;
| Name | Description | 
| value | StringThe inputUri to set.  | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | This builder for chaining.  | 
      
setInputUriBytes(ByteString value)
public VideoAnnotationProgress.Builder setInputUriBytes(ByteString value)Video file location in Cloud Storage.
 string input_uri = 1;
| Name | Description | 
| value | ByteStringThe bytes for inputUri to set.  | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | This builder for chaining.  | 
      
setProgressPercent(int value)
public VideoAnnotationProgress.Builder setProgressPercent(int value)Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
 int32 progress_percent = 2;
| Name | Description | 
| value | intThe progressPercent to set.  | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VideoAnnotationProgress.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
setSegment(VideoSegment value)
public VideoAnnotationProgress.Builder setSegment(VideoSegment value)Specifies which segment is being tracked if the request contains more than one segment.
 .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
| Name | Description | 
| value | VideoSegment | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
setSegment(VideoSegment.Builder builderForValue)
public VideoAnnotationProgress.Builder setSegment(VideoSegment.Builder builderForValue)Specifies which segment is being tracked if the request contains more than one segment.
 .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
| Name | Description | 
| builderForValue | VideoSegment.Builder | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
setStartTime(Timestamp value)
public VideoAnnotationProgress.Builder setStartTime(Timestamp value)Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
setStartTime(Timestamp.Builder builderForValue)
public VideoAnnotationProgress.Builder setStartTime(Timestamp.Builder builderForValue)Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
| Name | Description | 
| builderForValue | Builder | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final VideoAnnotationProgress.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
setUpdateTime(Timestamp value)
public VideoAnnotationProgress.Builder setUpdateTime(Timestamp value)Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder | 
setUpdateTime(Timestamp.Builder builderForValue)
public VideoAnnotationProgress.Builder setUpdateTime(Timestamp.Builder builderForValue)Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
| Name | Description | 
| builderForValue | Builder | 
      
| Type | Description | 
| VideoAnnotationProgress.Builder |