Class VideoAnnotationProgress (2.0.27) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 2.0.27keyboard_arrow_down  
  
 
    
    
     
    
    
    
    
    
      
  
  
  
    
public   final   class  VideoAnnotationProgress   extends   GeneratedMessageV3   implements   VideoAnnotationProgressOrBuilder  
   
   Annotation progress for a single video.
 Protobuf type google.cloud.videointelligence.v1beta2.VideoAnnotationProgress
 
  
  
  
  Static Fields
   
  
  
    
public   static   final   int   INPUT_URI_FIELD_NUMBER  
   
  Field Value 
  
  PROGRESS_PERCENT_FIELD_NUMBER 
  
    
public   static   final   int   PROGRESS_PERCENT_FIELD_NUMBER  
   
  Field Value 
  
  START_TIME_FIELD_NUMBER 
  
    
public   static   final   int   START_TIME_FIELD_NUMBER  
   
  Field Value 
  
  UPDATE_TIME_FIELD_NUMBER 
  
    
public   static   final   int   UPDATE_TIME_FIELD_NUMBER  
   
  Field Value 
  
  Static Methods
   
   
  getDefaultInstance() 
  
    
public   static   VideoAnnotationProgress   getDefaultInstance ()  
   
  Returns 
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  Returns 
  
   
  newBuilder() 
  
    
public   static   VideoAnnotationProgress . Builder   newBuilder ()  
   
  Returns 
  
   
  newBuilder(VideoAnnotationProgress prototype) 
  
    
public   static   VideoAnnotationProgress . Builder   newBuilder ( VideoAnnotationProgress   prototype )  
   
  Parameter 
  
  Returns 
  
   
  
  
    
public   static   VideoAnnotationProgress   parseDelimitedFrom ( InputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   VideoAnnotationProgress   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(byte[] data) 
  
    
public   static   VideoAnnotationProgress   parseFrom ( byte []   data )  
   
  Parameter 
  
    
      
        Name  
        Description  
       
      
        data  
        byte [] 
       
     
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   VideoAnnotationProgress   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteString data) 
  
    
public   static   VideoAnnotationProgress   parseFrom ( ByteString   data )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   VideoAnnotationProgress   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   VideoAnnotationProgress   parseFrom ( CodedInputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   VideoAnnotationProgress   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   VideoAnnotationProgress   parseFrom ( InputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   VideoAnnotationProgress   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   VideoAnnotationProgress   parseFrom ( ByteBuffer   data )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   VideoAnnotationProgress   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parser() 
  
    
public   static   Parser<VideoAnnotationProgress>   parser ()  
   
  Returns 
  
  Methods
   
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   VideoAnnotationProgress   getDefaultInstanceForType ()  
   
  Returns 
  
   
  
  
    
public   String   getInputUri ()  
   
  
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The inputUri.
 
       
     
  
   
  
  
    
public   ByteString   getInputUriBytes ()  
   
  
  Returns 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for inputUri.
 
       
     
  
   
  getParserForType() 
  
    
public   Parser<VideoAnnotationProgress>   getParserForType ()  
   
  Returns 
  
  Overrides 
  
   
  getProgressPercent() 
  
    
public   int   getProgressPercent ()  
   
   Approximate percentage processed thus far.
 Guaranteed to be 100 when fully processed.
 int32 progress_percent = 2;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        int  
        The progressPercent.
 
       
     
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  Returns 
  
  Overrides 
  
   
  getStartTime() 
  
    
public   Timestamp   getStartTime ()  
   
   Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
 
  Returns 
  
   
  getStartTimeOrBuilder() 
  
    
public   TimestampOrBuilder   getStartTimeOrBuilder ()  
   
   Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
 
  Returns 
  
   
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
   
  Returns 
  
  Overrides 
  
   
  getUpdateTime() 
  
    
public   Timestamp   getUpdateTime ()  
   
   Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
 
  Returns 
  
   
  getUpdateTimeOrBuilder() 
  
    
public   TimestampOrBuilder   getUpdateTimeOrBuilder ()  
   
   Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
 
  Returns 
  
   
  hasStartTime() 
  
    
public   boolean   hasStartTime ()  
   
   Time when the request was received.
 .google.protobuf.Timestamp start_time = 3;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        Whether the startTime field is set.
 
       
     
  
   
  hasUpdateTime() 
  
    
public   boolean   hasUpdateTime ()  
   
   Time of the most recent update.
 .google.protobuf.Timestamp update_time = 4;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        boolean  
        Whether the updateTime field is set.
 
       
     
  
   
  hashCode() 
  
  Returns 
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  Returns 
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  Returns 
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   VideoAnnotationProgress . Builder   newBuilderForType ()  
   
  Returns 
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   VideoAnnotationProgress . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  toBuilder() 
  
    
public   VideoAnnotationProgress . Builder   toBuilder ()  
   
  Returns 
  
   
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  Parameter 
  
  Overrides 
  
  Exceptions 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]