Send feedback
Class InspectDataSourceDetails.Result (3.59.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.59.0 keyboard_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
data
byte []
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
obj
Object
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
index
int
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
index
int
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
Send feedback
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-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]