- 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.v1p1beta1.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 | 
clearField(Descriptors.FieldDescriptor field)
public VideoAnnotationProgress.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
| Type | Description | 
| VideoAnnotationProgress.Builder | 
clearInputUri()
public VideoAnnotationProgress.Builder clearInputUri()Output only. Video file location in Google 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()Output only. Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
 int32 progress_percent = 2;
| Type | Description | 
| VideoAnnotationProgress.Builder | This builder for chaining. | 
clearStartTime()
public VideoAnnotationProgress.Builder clearStartTime()Output only. Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
| Type | Description | 
| VideoAnnotationProgress.Builder | 
clearUpdateTime()
public VideoAnnotationProgress.Builder clearUpdateTime()Output only. 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 | 
getInputUri()
public String getInputUri()Output only. Video file location in Google Cloud Storage.
 string input_uri = 1;
| Type | Description | 
| String | The inputUri. | 
getInputUriBytes()
public ByteString getInputUriBytes()Output only. Video file location in Google Cloud Storage.
 string input_uri = 1;
| Type | Description | 
| ByteString | The bytes for inputUri. | 
getProgressPercent()
public int getProgressPercent()Output only. Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
 int32 progress_percent = 2;
| Type | Description | 
| int | The progressPercent. | 
getStartTime()
public Timestamp getStartTime()Output only. Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
| Type | Description | 
| Timestamp | The startTime. | 
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()Output only. Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
| Type | Description | 
| Builder | 
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()Output only. Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
| Type | Description | 
| TimestampOrBuilder | 
getUpdateTime()
public Timestamp getUpdateTime()Output only. Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
| Type | Description | 
| Timestamp | The updateTime. | 
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
| Type | Description | 
| Builder | 
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
| Type | Description | 
| TimestampOrBuilder | 
hasStartTime()
public boolean hasStartTime()Output only. 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()Output only. 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 | 
mergeStartTime(Timestamp value)
public VideoAnnotationProgress.Builder mergeStartTime(Timestamp value)Output only. 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)Output only. Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
| Name | Description | 
| value | Timestamp | 
| Type | Description | 
| VideoAnnotationProgress.Builder | 
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)Output only. Video file location in Google 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)Output only. Video file location in Google 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)Output only. 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 | 
setStartTime(Timestamp value)
public VideoAnnotationProgress.Builder setStartTime(Timestamp value)Output only. 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)Output only. 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)Output only. 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)Output only. Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
| Name | Description | 
| builderForValue | Builder | 
| Type | Description | 
| VideoAnnotationProgress.Builder |