public interface VideoAnnotationProgressOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInputUri()
public abstract String getInputUri()Output only. Video file location in Google Cloud Storage.
string input_uri = 1;
| Type | Description |
| String | The inputUri. |
getInputUriBytes()
public abstract ByteString getInputUriBytes()Output only. Video file location in Google Cloud Storage.
string input_uri = 1;
| Type | Description |
| ByteString | The bytes for inputUri. |
getProgressPercent()
public abstract 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 abstract Timestamp getStartTime()Output only. Time when the request was received.
.google.protobuf.Timestamp start_time = 3;
| Type | Description |
| Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Output only. Time when the request was received.
.google.protobuf.Timestamp start_time = 3;
| Type | Description |
| TimestampOrBuilder |
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;
| Type | Description |
| TimestampOrBuilder |
hasStartTime()
public abstract 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 abstract 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. |