All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationProgressOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.144.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/videointelligence/v1p3beta1/video_intelligence.proto

package com.google.cloud.videointelligence.v1p3beta1;

public interface VideoAnnotationProgressOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1p3beta1.VideoAnnotationProgress)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Video file location in
   * [Google Cloud Storage](https://cloud.google.com/storage/).
   * 
* * string input_uri = 1; */ java.lang.String getInputUri(); /** * * *
   * Video file location in
   * [Google Cloud Storage](https://cloud.google.com/storage/).
   * 
* * string input_uri = 1; */ com.google.protobuf.ByteString getInputUriBytes(); /** * * *
   * Approximate percentage processed thus far. Guaranteed to be
   * 100 when fully processed.
   * 
* * int32 progress_percent = 2; */ int getProgressPercent(); /** * * *
   * Time when the request was received.
   * 
* * .google.protobuf.Timestamp start_time = 3; */ boolean hasStartTime(); /** * * *
   * Time when the request was received.
   * 
* * .google.protobuf.Timestamp start_time = 3; */ com.google.protobuf.Timestamp getStartTime(); /** * * *
   * Time when the request was received.
   * 
* * .google.protobuf.Timestamp start_time = 3; */ com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** * * *
   * Time of the most recent update.
   * 
* * .google.protobuf.Timestamp update_time = 4; */ boolean hasUpdateTime(); /** * * *
   * Time of the most recent update.
   * 
* * .google.protobuf.Timestamp update_time = 4; */ com.google.protobuf.Timestamp getUpdateTime(); /** * * *
   * Time of the most recent update.
   * 
* * .google.protobuf.Timestamp update_time = 4; */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy