public static final class InspectDataSourceDetails.Result.Builder extends GeneratedMessageV3.Builder<InspectDataSourceDetails.Result.Builder> 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.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllInfoTypeStats(Iterable<? extends InfoTypeStats> values)
public InspectDataSourceDetails.Result.Builder addAllInfoTypeStats(Iterable<? extends InfoTypeStats> values)
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 |
values |
Iterable<? extends com.google.privacy.dlp.v2.InfoTypeStats>
|
addInfoTypeStats(InfoTypeStats value)
public InspectDataSourceDetails.Result.Builder addInfoTypeStats(InfoTypeStats value)
Statistics of how many instances of each info type were found during
inspect job.
repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
addInfoTypeStats(InfoTypeStats.Builder builderForValue)
public InspectDataSourceDetails.Result.Builder addInfoTypeStats(InfoTypeStats.Builder builderForValue)
Statistics of how many instances of each info type were found during
inspect job.
repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
addInfoTypeStats(int index, InfoTypeStats value)
public InspectDataSourceDetails.Result.Builder addInfoTypeStats(int index, InfoTypeStats value)
Statistics of how many instances of each info type were found during
inspect job.
repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
addInfoTypeStats(int index, InfoTypeStats.Builder builderForValue)
public InspectDataSourceDetails.Result.Builder addInfoTypeStats(int index, InfoTypeStats.Builder builderForValue)
Statistics of how many instances of each info type were found during
inspect job.
repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
addInfoTypeStatsBuilder()
public InfoTypeStats.Builder addInfoTypeStatsBuilder()
Statistics of how many instances of each info type were found during
inspect job.
repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
addInfoTypeStatsBuilder(int index)
public InfoTypeStats.Builder addInfoTypeStatsBuilder(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
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InspectDataSourceDetails.Result.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public InspectDataSourceDetails.Result build()
buildPartial()
public InspectDataSourceDetails.Result buildPartial()
clear()
public InspectDataSourceDetails.Result.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public InspectDataSourceDetails.Result.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearHybridStats()
public InspectDataSourceDetails.Result.Builder clearHybridStats()
Statistics related to the processing of hybrid inspect.
.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
clearInfoTypeStats()
public InspectDataSourceDetails.Result.Builder clearInfoTypeStats()
Statistics of how many instances of each info type were found during
inspect job.
repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
clearOneof(Descriptors.OneofDescriptor oneof)
public InspectDataSourceDetails.Result.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearProcessedBytes()
public InspectDataSourceDetails.Result.Builder clearProcessedBytes()
Total size in bytes that were processed.
int64 processed_bytes = 1;
clearTotalEstimatedBytes()
public InspectDataSourceDetails.Result.Builder clearTotalEstimatedBytes()
Estimate of the number of bytes to process.
int64 total_estimated_bytes = 2;
clone()
public InspectDataSourceDetails.Result.Builder clone()
Overrides
getDefaultInstanceForType()
public InspectDataSourceDetails.Result getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getHybridStats()
public HybridInspectStatistics getHybridStats()
Statistics related to the processing of hybrid inspect.
.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
getHybridStatsBuilder()
public HybridInspectStatistics.Builder getHybridStatsBuilder()
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
|
getInfoTypeStatsBuilder(int index)
public InfoTypeStats.Builder getInfoTypeStatsBuilder(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
|
getInfoTypeStatsBuilderList()
public List<InfoTypeStats.Builder> getInfoTypeStatsBuilderList()
Statistics of how many instances of each info type were found during
inspect job.
repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
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> |
|
getProcessedBytes()
public long getProcessedBytes()
Total size in bytes that were processed.
int64 processed_bytes = 1;
Returns |
Type |
Description |
long |
The processedBytes.
|
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(InspectDataSourceDetails.Result other)
public InspectDataSourceDetails.Result.Builder mergeFrom(InspectDataSourceDetails.Result other)
public InspectDataSourceDetails.Result.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public InspectDataSourceDetails.Result.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeHybridStats(HybridInspectStatistics value)
public InspectDataSourceDetails.Result.Builder mergeHybridStats(HybridInspectStatistics value)
Statistics related to the processing of hybrid inspect.
.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InspectDataSourceDetails.Result.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeInfoTypeStats(int index)
public InspectDataSourceDetails.Result.Builder removeInfoTypeStats(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
|
setField(Descriptors.FieldDescriptor field, Object value)
public InspectDataSourceDetails.Result.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setHybridStats(HybridInspectStatistics value)
public InspectDataSourceDetails.Result.Builder setHybridStats(HybridInspectStatistics value)
Statistics related to the processing of hybrid inspect.
.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
setHybridStats(HybridInspectStatistics.Builder builderForValue)
public InspectDataSourceDetails.Result.Builder setHybridStats(HybridInspectStatistics.Builder builderForValue)
Statistics related to the processing of hybrid inspect.
.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
setInfoTypeStats(int index, InfoTypeStats value)
public InspectDataSourceDetails.Result.Builder setInfoTypeStats(int index, InfoTypeStats value)
Statistics of how many instances of each info type were found during
inspect job.
repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
setInfoTypeStats(int index, InfoTypeStats.Builder builderForValue)
public InspectDataSourceDetails.Result.Builder setInfoTypeStats(int index, InfoTypeStats.Builder builderForValue)
Statistics of how many instances of each info type were found during
inspect job.
repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
setProcessedBytes(long value)
public InspectDataSourceDetails.Result.Builder setProcessedBytes(long value)
Total size in bytes that were processed.
int64 processed_bytes = 1;
Parameter |
Name |
Description |
value |
long
The processedBytes to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InspectDataSourceDetails.Result.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setTotalEstimatedBytes(long value)
public InspectDataSourceDetails.Result.Builder setTotalEstimatedBytes(long value)
Estimate of the number of bytes to process.
int64 total_estimated_bytes = 2;
Parameter |
Name |
Description |
value |
long
The totalEstimatedBytes to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final InspectDataSourceDetails.Result.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides