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 Feature
getFeature()
Specifies which feature is being tracked if the request contains more than one feature.int
getFeatureValue()
Specifies which feature is being tracked if the request contains more than one feature.String
getInputUri()
Video file location in [Cloud Storage](https://cloud.google.com/storage/).com.google.protobuf.ByteString
getInputUriBytes()
Video file location in [Cloud Storage](https://cloud.google.com/storage/).int
getProgressPercent()
Approximate percentage processed thus far.VideoSegment
getSegment()
Specifies which segment is being tracked if the request contains more than one segment.VideoSegmentOrBuilder
getSegmentOrBuilder()
Specifies which segment is being tracked if the request contains more than one segment.com.google.protobuf.Timestamp
getStartTime()
Time when the request was received.com.google.protobuf.TimestampOrBuilder
getStartTimeOrBuilder()
Time when the request was received.com.google.protobuf.Timestamp
getUpdateTime()
Time of the most recent update.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Time of the most recent update.boolean
hasSegment()
Specifies which segment is being tracked if the request contains more than one segment.boolean
hasStartTime()
Time when the request was received.boolean
hasUpdateTime()
Time of the most recent update.-
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()
Video file location in [Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;
- Returns:
- The inputUri.
-
getInputUriBytes
com.google.protobuf.ByteString getInputUriBytes()
Video file location in [Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;
- Returns:
- The bytes for inputUri.
-
getProgressPercent
int getProgressPercent()
Approximate percentage processed thus far. Guaranteed to be 100 when fully processed.
int32 progress_percent = 2;
- Returns:
- The progressPercent.
-
hasStartTime
boolean hasStartTime()
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()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;
- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Time when the request was received.
.google.protobuf.Timestamp start_time = 3;
-
hasUpdateTime
boolean hasUpdateTime()
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()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Time of the most recent update.
.google.protobuf.Timestamp update_time = 4;
-
getFeatureValue
int getFeatureValue()
Specifies which feature is being tracked if the request contains more than one feature.
.google.cloud.videointelligence.v1p3beta1.Feature feature = 5;
- Returns:
- The enum numeric value on the wire for feature.
-
getFeature
Feature getFeature()
Specifies which feature is being tracked if the request contains more than one feature.
.google.cloud.videointelligence.v1p3beta1.Feature feature = 5;
- Returns:
- The feature.
-
hasSegment
boolean hasSegment()
Specifies which segment is being tracked if the request contains more than one segment.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
- Returns:
- Whether the segment field is set.
-
getSegment
VideoSegment getSegment()
Specifies which segment is being tracked if the request contains more than one segment.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
- Returns:
- The segment.
-
getSegmentOrBuilder
VideoSegmentOrBuilder getSegmentOrBuilder()
Specifies which segment is being tracked if the request contains more than one segment.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 6;
-
-