public interface FindingOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCreateTime()
Timestamp when finding was detected.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Timestamp when finding was detected.
|
InfoType |
getInfoType()
The specific type of info the string might be.
|
InfoTypeOrBuilder |
getInfoTypeOrBuilder()
The specific type of info the string might be.
|
Likelihood |
getLikelihood()
Estimate of how likely it is that the info_type is correct.
|
int |
getLikelihoodValue()
Estimate of how likely it is that the info_type is correct.
|
Location |
getLocation()
Location of the info found.
|
LocationOrBuilder |
getLocationOrBuilder()
Location of the info found.
|
java.lang.String |
getQuote()
The specific string that may be potentially sensitive info.
|
ByteString |
getQuoteBytes()
The specific string that may be potentially sensitive info.
|
boolean |
hasCreateTime()
Timestamp when finding was detected.
|
boolean |
hasInfoType()
The specific type of info the string might be.
|
boolean |
hasLocation()
Location of the info found.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getQuote()
The specific string that may be potentially sensitive info.
string quote = 1;ByteString getQuoteBytes()
The specific string that may be potentially sensitive info.
string quote = 1;boolean hasInfoType()
The specific type of info the string might be.
.google.privacy.dlp.v2beta1.InfoType info_type = 2;InfoType getInfoType()
The specific type of info the string might be.
.google.privacy.dlp.v2beta1.InfoType info_type = 2;InfoTypeOrBuilder getInfoTypeOrBuilder()
The specific type of info the string might be.
.google.privacy.dlp.v2beta1.InfoType info_type = 2;int getLikelihoodValue()
Estimate of how likely it is that the info_type is correct.
.google.privacy.dlp.v2beta1.Likelihood likelihood = 3;Likelihood getLikelihood()
Estimate of how likely it is that the info_type is correct.
.google.privacy.dlp.v2beta1.Likelihood likelihood = 3;boolean hasLocation()
Location of the info found.
.google.privacy.dlp.v2beta1.Location location = 4;Location getLocation()
Location of the info found.
.google.privacy.dlp.v2beta1.Location location = 4;LocationOrBuilder getLocationOrBuilder()
Location of the info found.
.google.privacy.dlp.v2beta1.Location location = 4;boolean hasCreateTime()
Timestamp when finding was detected.
.google.protobuf.Timestamp create_time = 6;Timestamp getCreateTime()
Timestamp when finding was detected.
.google.protobuf.Timestamp create_time = 6;TimestampOrBuilder getCreateTimeOrBuilder()
Timestamp when finding was detected.
.google.protobuf.Timestamp create_time = 6;