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
      String getInputUri()
      Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
      com.google.protobuf.ByteString getInputUriBytes()
      Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
      int getProgressPercent()
      Approximate percentage processed thus far.
      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 hasStartTime()
      Time when the request was received.
      boolean hasUpdateTime()
      Time of the most recent update.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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
         [Google Cloud Storage](https://cloud.google.com/storage/).
         
        string input_uri = 1;
        Returns:
        The inputUri.
      • getInputUriBytes

        com.google.protobuf.ByteString getInputUriBytes()
         Video file location in
         [Google 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;