com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationProgressOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
PROTO library for proto-google-cloud-video-intelligence-v1p3beta1
// 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