Class LongRunningRecognizeMetadata (4.18.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 4.18.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   final   class  LongRunningRecognizeMetadata   extends   GeneratedMessageV3   implements   LongRunningRecognizeMetadataOrBuilder  
   Describes the progress of a long-running LongRunningRecognize call. It is
 included in the metadata field of the Operation returned by the
 GetOperation call of the google::longrunning::Operations service.
 Protobuf type google.cloud.speech.v1.LongRunningRecognizeMetadata
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   LAST_UPDATE_TIME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   PROGRESS_PERCENT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   START_TIME_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   URI_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   LongRunningRecognizeMetadata   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   LongRunningRecognizeMetadata . Builder   newBuilder ()  
  
  
    
public   static   LongRunningRecognizeMetadata . Builder   newBuilder ( LongRunningRecognizeMetadata   prototype )  
  
  
  
    
public   static   LongRunningRecognizeMetadata   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   LongRunningRecognizeMetadata   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   LongRunningRecognizeMetadata   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   LongRunningRecognizeMetadata   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   LongRunningRecognizeMetadata   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   LongRunningRecognizeMetadata   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   LongRunningRecognizeMetadata   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   LongRunningRecognizeMetadata   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   LongRunningRecognizeMetadata   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   LongRunningRecognizeMetadata   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   LongRunningRecognizeMetadata   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   LongRunningRecognizeMetadata   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<LongRunningRecognizeMetadata>   parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   LongRunningRecognizeMetadata   getDefaultInstanceForType ()  
  
  
    
public   Timestamp   getLastUpdateTime ()  
   Time of the most recent processing update.
 .google.protobuf.Timestamp last_update_time = 3;
    
      
        Returns  
      
        Type Description  
      
        Timestamp The lastUpdateTime.
 
     
  
  
    
public   TimestampOrBuilder   getLastUpdateTimeOrBuilder ()  
   Time of the most recent processing update.
 .google.protobuf.Timestamp last_update_time = 3;
    
public   Parser<LongRunningRecognizeMetadata>   getParserForType ()  
  
  Overrides 
  
  
    
public   int   getProgressPercent ()  
   Approximate percentage of audio processed thus far. Guaranteed to be 100
 when the audio is fully processed and the results are available.
 int32 progress_percent = 1;
    
      
        Returns  
      
        Type Description  
      
        int The progressPercent.
 
     
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   Timestamp   getStartTime ()  
   Time when the request was received.
 .google.protobuf.Timestamp start_time = 2;
    
      
        Returns  
      
        Type Description  
      
        Timestamp The startTime.
 
     
  
  
    
public   TimestampOrBuilder   getStartTimeOrBuilder ()  
   Time when the request was received.
 .google.protobuf.Timestamp start_time = 2;
 Output only. The URI of the audio file being transcribed. Empty if the
 audio was sent as byte content.
 string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        String The uri.
 
     
  
  
    
public   ByteString   getUriBytes ()  
   Output only. The URI of the audio file being transcribed. Empty if the
 audio was sent as byte content.
 string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for uri.
 
     
  
  
    
public   boolean   hasLastUpdateTime ()  
   Time of the most recent processing update.
 .google.protobuf.Timestamp last_update_time = 3;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the lastUpdateTime field is set.
 
     
  
  
    
public   boolean   hasStartTime ()  
   Time when the request was received.
 .google.protobuf.Timestamp start_time = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the startTime field is set.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   LongRunningRecognizeMetadata . Builder   newBuilderForType ()  
  
  
    
protected   LongRunningRecognizeMetadata . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   LongRunningRecognizeMetadata . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-11 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-11 UTC."],[],[]]