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