Class InspectDataSourceDetails.Result (3.77.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.77.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  InspectDataSourceDetails . Result   extends   GeneratedMessageV3   implements   InspectDataSourceDetails . ResultOrBuilder  
   All result fields mentioned below are updated while the job is processing.
 Protobuf type google.privacy.dlp.v2.InspectDataSourceDetails.Result
    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
   
  HYBRID_STATS_FIELD_NUMBER 
  
    
public   static   final   int   HYBRID_STATS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  INFO_TYPE_STATS_FIELD_NUMBER 
  
    
public   static   final   int   INFO_TYPE_STATS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  NUM_ROWS_PROCESSED_FIELD_NUMBER 
  
    
public   static   final   int   NUM_ROWS_PROCESSED_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  PROCESSED_BYTES_FIELD_NUMBER 
  
    
public   static   final   int   PROCESSED_BYTES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  TOTAL_ESTIMATED_BYTES_FIELD_NUMBER 
  
    
public   static   final   int   TOTAL_ESTIMATED_BYTES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   InspectDataSourceDetails . Result   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   InspectDataSourceDetails . Result . Builder   newBuilder ()  
  
  newBuilder(InspectDataSourceDetails.Result prototype) 
  
    
public   static   InspectDataSourceDetails . Result . Builder   newBuilder ( InspectDataSourceDetails . Result   prototype )  
  
  
  
    
public   static   InspectDataSourceDetails . Result   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   InspectDataSourceDetails . Result   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   InspectDataSourceDetails . Result   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   InspectDataSourceDetails . Result   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   InspectDataSourceDetails . Result   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   InspectDataSourceDetails . Result   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   InspectDataSourceDetails . Result   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   InspectDataSourceDetails . Result   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   InspectDataSourceDetails . Result   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   InspectDataSourceDetails . Result   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   InspectDataSourceDetails . Result   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   InspectDataSourceDetails . Result   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<InspectDataSourceDetails . Result >  parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   InspectDataSourceDetails . Result   getDefaultInstanceForType ()  
  
  getHybridStats() 
  
    
public   HybridInspectStatistics   getHybridStats ()  
   Statistics related to the processing of hybrid inspect.
 .google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
getHybridStatsOrBuilder() 
  
    
public   HybridInspectStatisticsOrBuilder   getHybridStatsOrBuilder ()  
   Statistics related to the processing of hybrid inspect.
 .google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
getInfoTypeStats(int index) 
  
    
public   InfoTypeStats   getInfoTypeStats ( int   index )  
   Statistics of how many instances of each info type were found during
 inspect job.
 repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getInfoTypeStatsCount() 
  
    
public   int   getInfoTypeStatsCount ()  
   Statistics of how many instances of each info type were found during
 inspect job.
 repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  getInfoTypeStatsList() 
  
    
public   List<InfoTypeStats>   getInfoTypeStatsList ()  
   Statistics of how many instances of each info type were found during
 inspect job.
 repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
getInfoTypeStatsOrBuilder(int index) 
  
    
public   InfoTypeStatsOrBuilder   getInfoTypeStatsOrBuilder ( int   index )  
   Statistics of how many instances of each info type were found during
 inspect job.
 repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getInfoTypeStatsOrBuilderList() 
  
    
public   List <?   extends   InfoTypeStatsOrBuilder >  getInfoTypeStatsOrBuilderList ()  
   Statistics of how many instances of each info type were found during
 inspect job.
 repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.privacy.dlp.v2.InfoTypeStatsOrBuilder > 
     
  
  getNumRowsProcessed() 
  
    
public   long   getNumRowsProcessed ()  
   Number of rows scanned after sampling and time filtering (applicable for
 row based stores such as BigQuery).
 int64 num_rows_processed = 5;
    
      
        Returns  
      
        Type Description  
      
        long The numRowsProcessed.
 
     
  
  getParserForType() 
  
    
public   Parser<InspectDataSourceDetails . Result >  getParserForType ()  
  
  Overrides 
  
  getProcessedBytes() 
  
    
public   long   getProcessedBytes ()  
   Total size in bytes that were processed.
 int64 processed_bytes = 1;
    
      
        Returns  
      
        Type Description  
      
        long The processedBytes.
 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getTotalEstimatedBytes() 
  
    
public   long   getTotalEstimatedBytes ()  
   Estimate of the number of bytes to process.
 int64 total_estimated_bytes = 2;
    
      
        Returns  
      
        Type Description  
      
        long The totalEstimatedBytes.
 
     
  
  hasHybridStats() 
  
    
public   boolean   hasHybridStats ()  
   Statistics related to the processing of hybrid inspect.
 .google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the hybridStats field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   InspectDataSourceDetails . Result . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   InspectDataSourceDetails . Result . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   InspectDataSourceDetails . Result . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
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-29 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-29 UTC."],[],[]]