Class BulkUploadFeedbackLabelsMetadata.UploadStats (2.76.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.76.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  BulkUploadFeedbackLabelsMetadata . UploadStats   extends   GeneratedMessageV3   implements   BulkUploadFeedbackLabelsMetadata . UploadStatsOrBuilder  
   Statistics for BulkUploadFeedbackLabels operation.
 Protobuf type 
 google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsMetadata.UploadStats
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   FAILED_VALIDATION_COUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   PROCESSED_OBJECT_COUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   SUCCESSFUL_UPLOAD_COUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats . Builder   newBuilder ()  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats . Builder   newBuilder ( BulkUploadFeedbackLabelsMetadata . UploadStats   prototype )  
  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   BulkUploadFeedbackLabelsMetadata . UploadStats   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<BulkUploadFeedbackLabelsMetadata . UploadStats >  parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   BulkUploadFeedbackLabelsMetadata . UploadStats   getDefaultInstanceForType ()  
  
  
    
public   int   getFailedValidationCount ()  
   The number of objects skipped because of failed validation
 int32 failed_validation_count = 2;
    
      
        Returns  
      
        Type Description  
      
        int The failedValidationCount.
 
     
  
  
    
public   Parser<BulkUploadFeedbackLabelsMetadata . UploadStats >  getParserForType ()  
  
  Overrides 
  
  
    
public   int   getProcessedObjectCount ()  
   The number of objects processed during the upload operation.
 int32 processed_object_count = 1;
    
      
        Returns  
      
        Type Description  
      
        int The processedObjectCount.
 
     
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   int   getSuccessfulUploadCount ()  
   The number of new feedback labels added during this ingest operation.
 int32 successful_upload_count = 3;
    
      
        Returns  
      
        Type Description  
      
        int The successfulUploadCount.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   BulkUploadFeedbackLabelsMetadata . UploadStats . Builder   newBuilderForType ()  
  
  
    
protected   BulkUploadFeedbackLabelsMetadata . UploadStats . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   BulkUploadFeedbackLabelsMetadata . UploadStats . 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-28 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-28 UTC."],[],[]]