public interface CloudDlpInspectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFullScan()
Whether Cloud DLP scanned the complete resource or a sampled subset.
|
String |
getInfoType()
The type of information (or
*[infoType](https://cloud.google.com/dlp/docs/infotypes-reference)*) found,
for example, `EMAIL_ADDRESS` or `STREET_ADDRESS`.
|
com.google.protobuf.ByteString |
getInfoTypeBytes()
The type of information (or
*[infoType](https://cloud.google.com/dlp/docs/infotypes-reference)*) found,
for example, `EMAIL_ADDRESS` or `STREET_ADDRESS`.
|
long |
getInfoTypeCount()
The number of times Cloud DLP found this infoType within this job
and resource.
|
String |
getInspectJob()
Name of the inspection job, for example,
`projects/123/locations/europe/dlpJobs/i-8383929`.
|
com.google.protobuf.ByteString |
getInspectJobBytes()
Name of the inspection job, for example,
`projects/123/locations/europe/dlpJobs/i-8383929`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInspectJob()
Name of the inspection job, for example, `projects/123/locations/europe/dlpJobs/i-8383929`.
string inspect_job = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getInspectJobBytes()
Name of the inspection job, for example, `projects/123/locations/europe/dlpJobs/i-8383929`.
string inspect_job = 1 [(.google.api.resource_reference) = { ... }String getInfoType()
The type of information (or *[infoType](https://cloud.google.com/dlp/docs/infotypes-reference)*) found, for example, `EMAIL_ADDRESS` or `STREET_ADDRESS`.
string info_type = 2;com.google.protobuf.ByteString getInfoTypeBytes()
The type of information (or *[infoType](https://cloud.google.com/dlp/docs/infotypes-reference)*) found, for example, `EMAIL_ADDRESS` or `STREET_ADDRESS`.
string info_type = 2;long getInfoTypeCount()
The number of times Cloud DLP found this infoType within this job and resource.
int64 info_type_count = 3;boolean getFullScan()
Whether Cloud DLP scanned the complete resource or a sampled subset.
bool full_scan = 4;Copyright © 2023 Google LLC. All rights reserved.