public interface VideoAnnotationProgressOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInputUri()
Video file location in
[Google Cloud Storage](https://cloud.google.com/storage/).
|
ByteString |
getInputUriBytes()
Video file location in
[Google Cloud Storage](https://cloud.google.com/storage/).
|
int |
getProgressPercent()
Approximate percentage processed thus far.
|
Timestamp |
getStartTime()
Time when the request was received.
|
TimestampOrBuilder |
getStartTimeOrBuilder()
Time when the request was received.
|
Timestamp |
getUpdateTime()
Time of the most recent update.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
Time of the most recent update.
|
boolean |
hasStartTime()
Time when the request was received.
|
boolean |
hasUpdateTime()
Time of the most recent update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getInputUri()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;ByteString getInputUriBytes()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;int getProgressPercent()
Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
int32 progress_percent = 2;boolean hasStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;Timestamp getStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;TimestampOrBuilder getStartTimeOrBuilder()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;boolean hasUpdateTime()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;Timestamp getUpdateTime()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;TimestampOrBuilder getUpdateTimeOrBuilder()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;