Interface VideoAnnotationProgressOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VideoAnnotationProgress,VideoAnnotationProgress.Builder
public interface VideoAnnotationProgressOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInputUri()Output only.com.google.protobuf.ByteStringgetInputUriBytes()Output only.intgetProgressPercent()Output only.com.google.protobuf.TimestampgetStartTime()Output only.com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()Output only.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasStartTime()Output only.booleanhasUpdateTime()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInputUri
String getInputUri()
Output only. Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;- Returns:
- The inputUri.
-
getInputUriBytes
com.google.protobuf.ByteString getInputUriBytes()
Output only. Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;- Returns:
- The bytes for inputUri.
-
getProgressPercent
int getProgressPercent()
Output only. Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
int32 progress_percent = 2;- Returns:
- The progressPercent.
-
hasStartTime
boolean hasStartTime()
Output only. Time when the request was received.
.google.protobuf.Timestamp start_time = 3;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
Output only. Time when the request was received.
.google.protobuf.Timestamp start_time = 3;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Output only. Time when the request was received.
.google.protobuf.Timestamp start_time = 3;
-
hasUpdateTime
boolean hasUpdateTime()
Output only. Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Output only. Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;
-
-