Send feedback
Class InspectDataSourceDetails.Result (3.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.10.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
Static Fields
HYBRID_STATS_FIELD_NUMBER
public static final int HYBRID_STATS_FIELD_NUMBER
Field Value
INFO_TYPE_STATS_FIELD_NUMBER
public static final int INFO_TYPE_STATS_FIELD_NUMBER
Field Value
PROCESSED_BYTES_FIELD_NUMBER
public static final int PROCESSED_BYTES_FIELD_NUMBER
Field Value
TOTAL_ESTIMATED_BYTES_FIELD_NUMBER
public static final int TOTAL_ESTIMATED_BYTES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static InspectDataSourceDetails . Result getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static InspectDataSourceDetails . Result . Builder newBuilder ()
Returns
newBuilder(InspectDataSourceDetails.Result prototype)
public static InspectDataSourceDetails . Result . Builder newBuilder ( InspectDataSourceDetails . Result prototype )
Parameter
Returns
public static InspectDataSourceDetails . Result parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static InspectDataSourceDetails . Result parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static InspectDataSourceDetails . Result parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InspectDataSourceDetails . Result parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static InspectDataSourceDetails . Result parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InspectDataSourceDetails . Result parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static InspectDataSourceDetails . Result parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static InspectDataSourceDetails . Result parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static InspectDataSourceDetails . Result parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static InspectDataSourceDetails . Result parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static InspectDataSourceDetails . Result parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InspectDataSourceDetails . Result parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<InspectDataSourceDetails . Result > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public InspectDataSourceDetails . Result getDefaultInstanceForType ()
Returns
getHybridStats()
public HybridInspectStatistics getHybridStats ()
Statistics related to the processing of hybrid inspect.
.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
Returns
getHybridStatsOrBuilder()
public HybridInspectStatisticsOrBuilder getHybridStatsOrBuilder ()
Statistics related to the processing of hybrid inspect.
.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
Returns
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
Returns
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
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;
Returns
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
Returns
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 >
getParserForType()
public Parser<InspectDataSourceDetails . Result > getParserForType ()
Returns
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
Overrides
getTotalEstimatedBytes()
public long getTotalEstimatedBytes ()
Estimate of the number of bytes to process.
int64 total_estimated_bytes = 2;
Returns
Type Description long The totalEstimatedBytes.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public InspectDataSourceDetails . Result . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InspectDataSourceDetails . Result . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public InspectDataSourceDetails . Result . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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-02-06 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-02-06 UTC."],[],[]]