Interface CloudDlpInspectionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CloudDlpInspection
,CloudDlpInspection.Builder
public interface CloudDlpInspectionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInspectJob
String getInspectJob()
Name of the inspection job, for example, `projects/123/locations/europe/dlpJobs/i-8383929`.
string inspect_job = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The inspectJob.
-
getInspectJobBytes
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) = { ... }
- Returns:
- The bytes for inspectJob.
-
getInfoType
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;
- Returns:
- The infoType.
-
getInfoTypeBytes
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;
- Returns:
- The bytes for infoType.
-
getInfoTypeCount
long getInfoTypeCount()
The number of times Cloud DLP found this infoType within this job and resource.
int64 info_type_count = 3;
- Returns:
- The infoTypeCount.
-
getFullScan
boolean getFullScan()
Whether Cloud DLP scanned the complete resource or a sampled subset.
bool full_scan = 4;
- Returns:
- The fullScan.
-
-