public static final class Finding.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder> implements FindingOrBuilder
Represents a piece of potentially sensitive content.Protobuf type
google.privacy.dlp.v2.Finding| Modifier and Type | Method and Description |
|---|---|
Finding.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Finding |
build() |
Finding |
buildPartial() |
Finding.Builder |
clear() |
Finding.Builder |
clearCreateTime()
Timestamp when finding was detected.
|
Finding.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Finding.Builder |
clearFindingId()
The unique finding id.
|
Finding.Builder |
clearInfoType()
The type of content that might have been found.
|
Finding.Builder |
clearJobCreateTime()
Time the job started that produced this finding.
|
Finding.Builder |
clearJobName()
The job that stored the finding.
|
Finding.Builder |
clearLabels() |
Finding.Builder |
clearLikelihood()
Confidence of how likely it is that the `info_type` is correct.
|
Finding.Builder |
clearLocation()
Where the content was found.
|
Finding.Builder |
clearName()
Resource name in format
projects/{project}/locations/{location}/findings/{finding} Populated only
when viewing persisted findings.
|
Finding.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Finding.Builder |
clearQuote()
The content that was found.
|
Finding.Builder |
clearQuoteInfo()
Contains data parsed from quotes.
|
Finding.Builder |
clearResourceName()
The job that stored the finding.
|
Finding.Builder |
clearTriggerName()
Job trigger name, if applicable, for this finding.
|
Finding.Builder |
clone() |
boolean |
containsLabels(String key)
The labels associated with this `Finding`.
|
com.google.protobuf.Timestamp |
getCreateTime()
Timestamp when finding was detected.
|
com.google.protobuf.Timestamp.Builder |
getCreateTimeBuilder()
Timestamp when finding was detected.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Timestamp when finding was detected.
|
Finding |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFindingId()
The unique finding id.
|
com.google.protobuf.ByteString |
getFindingIdBytes()
The unique finding id.
|
InfoType |
getInfoType()
The type of content that might have been found.
|
InfoType.Builder |
getInfoTypeBuilder()
The type of content that might have been found.
|
InfoTypeOrBuilder |
getInfoTypeOrBuilder()
The type of content that might have been found.
|
com.google.protobuf.Timestamp |
getJobCreateTime()
Time the job started that produced this finding.
|
com.google.protobuf.Timestamp.Builder |
getJobCreateTimeBuilder()
Time the job started that produced this finding.
|
com.google.protobuf.TimestampOrBuilder |
getJobCreateTimeOrBuilder()
Time the job started that produced this finding.
|
String |
getJobName()
The job that stored the finding.
|
com.google.protobuf.ByteString |
getJobNameBytes()
The job that stored the finding.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
The labels associated with this `Finding`.
|
Map<String,String> |
getLabelsMap()
The labels associated with this `Finding`.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
The labels associated with this `Finding`.
|
String |
getLabelsOrThrow(String key)
The labels associated with this `Finding`.
|
Likelihood |
getLikelihood()
Confidence of how likely it is that the `info_type` is correct.
|
int |
getLikelihoodValue()
Confidence of how likely it is that the `info_type` is correct.
|
Location |
getLocation()
Where the content was found.
|
Location.Builder |
getLocationBuilder()
Where the content was found.
|
LocationOrBuilder |
getLocationOrBuilder()
Where the content was found.
|
Map<String,String> |
getMutableLabels()
Deprecated.
|
String |
getName()
Resource name in format
projects/{project}/locations/{location}/findings/{finding} Populated only
when viewing persisted findings.
|
com.google.protobuf.ByteString |
getNameBytes()
Resource name in format
projects/{project}/locations/{location}/findings/{finding} Populated only
when viewing persisted findings.
|
String |
getQuote()
The content that was found.
|
com.google.protobuf.ByteString |
getQuoteBytes()
The content that was found.
|
QuoteInfo |
getQuoteInfo()
Contains data parsed from quotes.
|
QuoteInfo.Builder |
getQuoteInfoBuilder()
Contains data parsed from quotes.
|
QuoteInfoOrBuilder |
getQuoteInfoOrBuilder()
Contains data parsed from quotes.
|
String |
getResourceName()
The job that stored the finding.
|
com.google.protobuf.ByteString |
getResourceNameBytes()
The job that stored the finding.
|
String |
getTriggerName()
Job trigger name, if applicable, for this finding.
|
com.google.protobuf.ByteString |
getTriggerNameBytes()
Job trigger name, if applicable, for this finding.
|
boolean |
hasCreateTime()
Timestamp when finding was detected.
|
boolean |
hasInfoType()
The type of content that might have been found.
|
boolean |
hasJobCreateTime()
Time the job started that produced this finding.
|
boolean |
hasLocation()
Where the content was found.
|
boolean |
hasQuoteInfo()
Contains data parsed from quotes.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
Finding.Builder |
mergeCreateTime(com.google.protobuf.Timestamp value)
Timestamp when finding was detected.
|
Finding.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Finding.Builder |
mergeFrom(Finding other) |
Finding.Builder |
mergeFrom(com.google.protobuf.Message other) |
Finding.Builder |
mergeInfoType(InfoType value)
The type of content that might have been found.
|
Finding.Builder |
mergeJobCreateTime(com.google.protobuf.Timestamp value)
Time the job started that produced this finding.
|
Finding.Builder |
mergeLocation(Location value)
Where the content was found.
|
Finding.Builder |
mergeQuoteInfo(QuoteInfo value)
Contains data parsed from quotes.
|
Finding.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Finding.Builder |
putAllLabels(Map<String,String> values)
The labels associated with this `Finding`.
|
Finding.Builder |
putLabels(String key,
String value)
The labels associated with this `Finding`.
|
Finding.Builder |
removeLabels(String key)
The labels associated with this `Finding`.
|
Finding.Builder |
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Timestamp when finding was detected.
|
Finding.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
Timestamp when finding was detected.
|
Finding.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Finding.Builder |
setFindingId(String value)
The unique finding id.
|
Finding.Builder |
setFindingIdBytes(com.google.protobuf.ByteString value)
The unique finding id.
|
Finding.Builder |
setInfoType(InfoType.Builder builderForValue)
The type of content that might have been found.
|
Finding.Builder |
setInfoType(InfoType value)
The type of content that might have been found.
|
Finding.Builder |
setJobCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Time the job started that produced this finding.
|
Finding.Builder |
setJobCreateTime(com.google.protobuf.Timestamp value)
Time the job started that produced this finding.
|
Finding.Builder |
setJobName(String value)
The job that stored the finding.
|
Finding.Builder |
setJobNameBytes(com.google.protobuf.ByteString value)
The job that stored the finding.
|
Finding.Builder |
setLikelihood(Likelihood value)
Confidence of how likely it is that the `info_type` is correct.
|
Finding.Builder |
setLikelihoodValue(int value)
Confidence of how likely it is that the `info_type` is correct.
|
Finding.Builder |
setLocation(Location.Builder builderForValue)
Where the content was found.
|
Finding.Builder |
setLocation(Location value)
Where the content was found.
|
Finding.Builder |
setName(String value)
Resource name in format
projects/{project}/locations/{location}/findings/{finding} Populated only
when viewing persisted findings.
|
Finding.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Resource name in format
projects/{project}/locations/{location}/findings/{finding} Populated only
when viewing persisted findings.
|
Finding.Builder |
setQuote(String value)
The content that was found.
|
Finding.Builder |
setQuoteBytes(com.google.protobuf.ByteString value)
The content that was found.
|
Finding.Builder |
setQuoteInfo(QuoteInfo.Builder builderForValue)
Contains data parsed from quotes.
|
Finding.Builder |
setQuoteInfo(QuoteInfo value)
Contains data parsed from quotes.
|
Finding.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Finding.Builder |
setResourceName(String value)
The job that stored the finding.
|
Finding.Builder |
setResourceNameBytes(com.google.protobuf.ByteString value)
The job that stored the finding.
|
Finding.Builder |
setTriggerName(String value)
Job trigger name, if applicable, for this finding.
|
Finding.Builder |
setTriggerNameBytes(com.google.protobuf.ByteString value)
Job trigger name, if applicable, for this finding.
|
Finding.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>public Finding.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>public Finding getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Finding build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Finding buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Finding.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>public Finding.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>public Finding.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>public Finding.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>public Finding.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>public Finding.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>public Finding.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Finding.Builder>public Finding.Builder mergeFrom(Finding other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>public Finding.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Finding.Builder>IOExceptionpublic String getName()
Resource name in format
projects/{project}/locations/{location}/findings/{finding} Populated only
when viewing persisted findings.
string name = 14;getName in interface FindingOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Resource name in format
projects/{project}/locations/{location}/findings/{finding} Populated only
when viewing persisted findings.
string name = 14;getNameBytes in interface FindingOrBuilderpublic Finding.Builder setName(String value)
Resource name in format
projects/{project}/locations/{location}/findings/{finding} Populated only
when viewing persisted findings.
string name = 14;value - The name to set.public Finding.Builder clearName()
Resource name in format
projects/{project}/locations/{location}/findings/{finding} Populated only
when viewing persisted findings.
string name = 14;public Finding.Builder setNameBytes(com.google.protobuf.ByteString value)
Resource name in format
projects/{project}/locations/{location}/findings/{finding} Populated only
when viewing persisted findings.
string name = 14;value - The bytes for name to set.public String getQuote()
The content that was found. Even if the content is not textual, it may be converted to a textual representation here. Provided if `include_quote` is true and the finding is less than or equal to 4096 bytes long. If the finding exceeds 4096 bytes in length, the quote may be omitted.
string quote = 1;getQuote in interface FindingOrBuilderpublic com.google.protobuf.ByteString getQuoteBytes()
The content that was found. Even if the content is not textual, it may be converted to a textual representation here. Provided if `include_quote` is true and the finding is less than or equal to 4096 bytes long. If the finding exceeds 4096 bytes in length, the quote may be omitted.
string quote = 1;getQuoteBytes in interface FindingOrBuilderpublic Finding.Builder setQuote(String value)
The content that was found. Even if the content is not textual, it may be converted to a textual representation here. Provided if `include_quote` is true and the finding is less than or equal to 4096 bytes long. If the finding exceeds 4096 bytes in length, the quote may be omitted.
string quote = 1;value - The quote to set.public Finding.Builder clearQuote()
The content that was found. Even if the content is not textual, it may be converted to a textual representation here. Provided if `include_quote` is true and the finding is less than or equal to 4096 bytes long. If the finding exceeds 4096 bytes in length, the quote may be omitted.
string quote = 1;public Finding.Builder setQuoteBytes(com.google.protobuf.ByteString value)
The content that was found. Even if the content is not textual, it may be converted to a textual representation here. Provided if `include_quote` is true and the finding is less than or equal to 4096 bytes long. If the finding exceeds 4096 bytes in length, the quote may be omitted.
string quote = 1;value - The bytes for quote to set.public boolean hasInfoType()
The type of content that might have been found. Provided if `excluded_types` is false.
.google.privacy.dlp.v2.InfoType info_type = 2;hasInfoType in interface FindingOrBuilderpublic InfoType getInfoType()
The type of content that might have been found. Provided if `excluded_types` is false.
.google.privacy.dlp.v2.InfoType info_type = 2;getInfoType in interface FindingOrBuilderpublic Finding.Builder setInfoType(InfoType value)
The type of content that might have been found. Provided if `excluded_types` is false.
.google.privacy.dlp.v2.InfoType info_type = 2;public Finding.Builder setInfoType(InfoType.Builder builderForValue)
The type of content that might have been found. Provided if `excluded_types` is false.
.google.privacy.dlp.v2.InfoType info_type = 2;public Finding.Builder mergeInfoType(InfoType value)
The type of content that might have been found. Provided if `excluded_types` is false.
.google.privacy.dlp.v2.InfoType info_type = 2;public Finding.Builder clearInfoType()
The type of content that might have been found. Provided if `excluded_types` is false.
.google.privacy.dlp.v2.InfoType info_type = 2;public InfoType.Builder getInfoTypeBuilder()
The type of content that might have been found. Provided if `excluded_types` is false.
.google.privacy.dlp.v2.InfoType info_type = 2;public InfoTypeOrBuilder getInfoTypeOrBuilder()
The type of content that might have been found. Provided if `excluded_types` is false.
.google.privacy.dlp.v2.InfoType info_type = 2;getInfoTypeOrBuilder in interface FindingOrBuilderpublic int getLikelihoodValue()
Confidence of how likely it is that the `info_type` is correct.
.google.privacy.dlp.v2.Likelihood likelihood = 3;getLikelihoodValue in interface FindingOrBuilderpublic Finding.Builder setLikelihoodValue(int value)
Confidence of how likely it is that the `info_type` is correct.
.google.privacy.dlp.v2.Likelihood likelihood = 3;value - The enum numeric value on the wire for likelihood to set.public Likelihood getLikelihood()
Confidence of how likely it is that the `info_type` is correct.
.google.privacy.dlp.v2.Likelihood likelihood = 3;getLikelihood in interface FindingOrBuilderpublic Finding.Builder setLikelihood(Likelihood value)
Confidence of how likely it is that the `info_type` is correct.
.google.privacy.dlp.v2.Likelihood likelihood = 3;value - The likelihood to set.public Finding.Builder clearLikelihood()
Confidence of how likely it is that the `info_type` is correct.
.google.privacy.dlp.v2.Likelihood likelihood = 3;public boolean hasLocation()
Where the content was found.
.google.privacy.dlp.v2.Location location = 4;hasLocation in interface FindingOrBuilderpublic Location getLocation()
Where the content was found.
.google.privacy.dlp.v2.Location location = 4;getLocation in interface FindingOrBuilderpublic Finding.Builder setLocation(Location value)
Where the content was found.
.google.privacy.dlp.v2.Location location = 4;public Finding.Builder setLocation(Location.Builder builderForValue)
Where the content was found.
.google.privacy.dlp.v2.Location location = 4;public Finding.Builder mergeLocation(Location value)
Where the content was found.
.google.privacy.dlp.v2.Location location = 4;public Finding.Builder clearLocation()
Where the content was found.
.google.privacy.dlp.v2.Location location = 4;public Location.Builder getLocationBuilder()
Where the content was found.
.google.privacy.dlp.v2.Location location = 4;public LocationOrBuilder getLocationOrBuilder()
Where the content was found.
.google.privacy.dlp.v2.Location location = 4;getLocationOrBuilder in interface FindingOrBuilderpublic boolean hasCreateTime()
Timestamp when finding was detected.
.google.protobuf.Timestamp create_time = 6;hasCreateTime in interface FindingOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Timestamp when finding was detected.
.google.protobuf.Timestamp create_time = 6;getCreateTime in interface FindingOrBuilderpublic Finding.Builder setCreateTime(com.google.protobuf.Timestamp value)
Timestamp when finding was detected.
.google.protobuf.Timestamp create_time = 6;public Finding.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Timestamp when finding was detected.
.google.protobuf.Timestamp create_time = 6;public Finding.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Timestamp when finding was detected.
.google.protobuf.Timestamp create_time = 6;public Finding.Builder clearCreateTime()
Timestamp when finding was detected.
.google.protobuf.Timestamp create_time = 6;public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Timestamp when finding was detected.
.google.protobuf.Timestamp create_time = 6;public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Timestamp when finding was detected.
.google.protobuf.Timestamp create_time = 6;getCreateTimeOrBuilder in interface FindingOrBuilderpublic boolean hasQuoteInfo()
Contains data parsed from quotes. Only populated if include_quote was set to true and a supported infoType was requested. Currently supported infoTypes: DATE, DATE_OF_BIRTH and TIME.
.google.privacy.dlp.v2.QuoteInfo quote_info = 7;hasQuoteInfo in interface FindingOrBuilderpublic QuoteInfo getQuoteInfo()
Contains data parsed from quotes. Only populated if include_quote was set to true and a supported infoType was requested. Currently supported infoTypes: DATE, DATE_OF_BIRTH and TIME.
.google.privacy.dlp.v2.QuoteInfo quote_info = 7;getQuoteInfo in interface FindingOrBuilderpublic Finding.Builder setQuoteInfo(QuoteInfo value)
Contains data parsed from quotes. Only populated if include_quote was set to true and a supported infoType was requested. Currently supported infoTypes: DATE, DATE_OF_BIRTH and TIME.
.google.privacy.dlp.v2.QuoteInfo quote_info = 7;public Finding.Builder setQuoteInfo(QuoteInfo.Builder builderForValue)
Contains data parsed from quotes. Only populated if include_quote was set to true and a supported infoType was requested. Currently supported infoTypes: DATE, DATE_OF_BIRTH and TIME.
.google.privacy.dlp.v2.QuoteInfo quote_info = 7;public Finding.Builder mergeQuoteInfo(QuoteInfo value)
Contains data parsed from quotes. Only populated if include_quote was set to true and a supported infoType was requested. Currently supported infoTypes: DATE, DATE_OF_BIRTH and TIME.
.google.privacy.dlp.v2.QuoteInfo quote_info = 7;public Finding.Builder clearQuoteInfo()
Contains data parsed from quotes. Only populated if include_quote was set to true and a supported infoType was requested. Currently supported infoTypes: DATE, DATE_OF_BIRTH and TIME.
.google.privacy.dlp.v2.QuoteInfo quote_info = 7;public QuoteInfo.Builder getQuoteInfoBuilder()
Contains data parsed from quotes. Only populated if include_quote was set to true and a supported infoType was requested. Currently supported infoTypes: DATE, DATE_OF_BIRTH and TIME.
.google.privacy.dlp.v2.QuoteInfo quote_info = 7;public QuoteInfoOrBuilder getQuoteInfoOrBuilder()
Contains data parsed from quotes. Only populated if include_quote was set to true and a supported infoType was requested. Currently supported infoTypes: DATE, DATE_OF_BIRTH and TIME.
.google.privacy.dlp.v2.QuoteInfo quote_info = 7;getQuoteInfoOrBuilder in interface FindingOrBuilderpublic String getResourceName()
The job that stored the finding.
string resource_name = 8 [(.google.api.resource_reference) = { ... }getResourceName in interface FindingOrBuilderpublic com.google.protobuf.ByteString getResourceNameBytes()
The job that stored the finding.
string resource_name = 8 [(.google.api.resource_reference) = { ... }getResourceNameBytes in interface FindingOrBuilderpublic Finding.Builder setResourceName(String value)
The job that stored the finding.
string resource_name = 8 [(.google.api.resource_reference) = { ... }value - The resourceName to set.public Finding.Builder clearResourceName()
The job that stored the finding.
string resource_name = 8 [(.google.api.resource_reference) = { ... }public Finding.Builder setResourceNameBytes(com.google.protobuf.ByteString value)
The job that stored the finding.
string resource_name = 8 [(.google.api.resource_reference) = { ... }value - The bytes for resourceName to set.public String getTriggerName()
Job trigger name, if applicable, for this finding.
string trigger_name = 9 [(.google.api.resource_reference) = { ... }getTriggerName in interface FindingOrBuilderpublic com.google.protobuf.ByteString getTriggerNameBytes()
Job trigger name, if applicable, for this finding.
string trigger_name = 9 [(.google.api.resource_reference) = { ... }getTriggerNameBytes in interface FindingOrBuilderpublic Finding.Builder setTriggerName(String value)
Job trigger name, if applicable, for this finding.
string trigger_name = 9 [(.google.api.resource_reference) = { ... }value - The triggerName to set.public Finding.Builder clearTriggerName()
Job trigger name, if applicable, for this finding.
string trigger_name = 9 [(.google.api.resource_reference) = { ... }public Finding.Builder setTriggerNameBytes(com.google.protobuf.ByteString value)
Job trigger name, if applicable, for this finding.
string trigger_name = 9 [(.google.api.resource_reference) = { ... }value - The bytes for triggerName to set.public int getLabelsCount()
FindingOrBuilderThe labels associated with this `Finding`. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 10;getLabelsCount in interface FindingOrBuilderpublic boolean containsLabels(String key)
The labels associated with this `Finding`. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 10;containsLabels in interface FindingOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface FindingOrBuilderpublic Map<String,String> getLabelsMap()
The labels associated with this `Finding`. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 10;getLabelsMap in interface FindingOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
The labels associated with this `Finding`. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 10;getLabelsOrDefault in interface FindingOrBuilderpublic String getLabelsOrThrow(String key)
The labels associated with this `Finding`. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 10;getLabelsOrThrow in interface FindingOrBuilderpublic Finding.Builder clearLabels()
public Finding.Builder removeLabels(String key)
The labels associated with this `Finding`. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 10;@Deprecated public Map<String,String> getMutableLabels()
public Finding.Builder putLabels(String key, String value)
The labels associated with this `Finding`. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 10;public Finding.Builder putAllLabels(Map<String,String> values)
The labels associated with this `Finding`. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 10;public boolean hasJobCreateTime()
Time the job started that produced this finding.
.google.protobuf.Timestamp job_create_time = 11;hasJobCreateTime in interface FindingOrBuilderpublic com.google.protobuf.Timestamp getJobCreateTime()
Time the job started that produced this finding.
.google.protobuf.Timestamp job_create_time = 11;getJobCreateTime in interface FindingOrBuilderpublic Finding.Builder setJobCreateTime(com.google.protobuf.Timestamp value)
Time the job started that produced this finding.
.google.protobuf.Timestamp job_create_time = 11;public Finding.Builder setJobCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Time the job started that produced this finding.
.google.protobuf.Timestamp job_create_time = 11;public Finding.Builder mergeJobCreateTime(com.google.protobuf.Timestamp value)
Time the job started that produced this finding.
.google.protobuf.Timestamp job_create_time = 11;public Finding.Builder clearJobCreateTime()
Time the job started that produced this finding.
.google.protobuf.Timestamp job_create_time = 11;public com.google.protobuf.Timestamp.Builder getJobCreateTimeBuilder()
Time the job started that produced this finding.
.google.protobuf.Timestamp job_create_time = 11;public com.google.protobuf.TimestampOrBuilder getJobCreateTimeOrBuilder()
Time the job started that produced this finding.
.google.protobuf.Timestamp job_create_time = 11;getJobCreateTimeOrBuilder in interface FindingOrBuilderpublic String getJobName()
The job that stored the finding.
string job_name = 13 [(.google.api.resource_reference) = { ... }getJobName in interface FindingOrBuilderpublic com.google.protobuf.ByteString getJobNameBytes()
The job that stored the finding.
string job_name = 13 [(.google.api.resource_reference) = { ... }getJobNameBytes in interface FindingOrBuilderpublic Finding.Builder setJobName(String value)
The job that stored the finding.
string job_name = 13 [(.google.api.resource_reference) = { ... }value - The jobName to set.public Finding.Builder clearJobName()
The job that stored the finding.
string job_name = 13 [(.google.api.resource_reference) = { ... }public Finding.Builder setJobNameBytes(com.google.protobuf.ByteString value)
The job that stored the finding.
string job_name = 13 [(.google.api.resource_reference) = { ... }value - The bytes for jobName to set.public String getFindingId()
The unique finding id.
string finding_id = 15;getFindingId in interface FindingOrBuilderpublic com.google.protobuf.ByteString getFindingIdBytes()
The unique finding id.
string finding_id = 15;getFindingIdBytes in interface FindingOrBuilderpublic Finding.Builder setFindingId(String value)
The unique finding id.
string finding_id = 15;value - The findingId to set.public Finding.Builder clearFindingId()
The unique finding id.
string finding_id = 15;public Finding.Builder setFindingIdBytes(com.google.protobuf.ByteString value)
The unique finding id.
string finding_id = 15;value - The bytes for findingId to set.public final Finding.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>public final Finding.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Finding.Builder>Copyright © 2022 Google LLC. All rights reserved.