Uses of Class
com.google.privacy.dlp.v2.ExcludeByHotword
-
Packages that use ExcludeByHotword Package Description com.google.privacy.dlp.v2 -
-
Uses of ExcludeByHotword in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return ExcludeByHotword Modifier and Type Method Description ExcludeByHotword
ExcludeByHotword.Builder. build()
ExcludeByHotword
ExcludeByHotword.Builder. buildPartial()
static ExcludeByHotword
ExcludeByHotword. getDefaultInstance()
ExcludeByHotword
ExcludeByHotword.Builder. getDefaultInstanceForType()
ExcludeByHotword
ExcludeByHotword. getDefaultInstanceForType()
ExcludeByHotword
ExclusionRule.Builder. getExcludeByHotword()
Drop if the hotword rule is contained in the proximate context.ExcludeByHotword
ExclusionRule. getExcludeByHotword()
Drop if the hotword rule is contained in the proximate context.ExcludeByHotword
ExclusionRuleOrBuilder. getExcludeByHotword()
Drop if the hotword rule is contained in the proximate context.static ExcludeByHotword
ExcludeByHotword. parseDelimitedFrom(InputStream input)
static ExcludeByHotword
ExcludeByHotword. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExcludeByHotword
ExcludeByHotword. parseFrom(byte[] data)
static ExcludeByHotword
ExcludeByHotword. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExcludeByHotword
ExcludeByHotword. parseFrom(com.google.protobuf.ByteString data)
static ExcludeByHotword
ExcludeByHotword. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExcludeByHotword
ExcludeByHotword. parseFrom(com.google.protobuf.CodedInputStream input)
static ExcludeByHotword
ExcludeByHotword. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExcludeByHotword
ExcludeByHotword. parseFrom(InputStream input)
static ExcludeByHotword
ExcludeByHotword. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExcludeByHotword
ExcludeByHotword. parseFrom(ByteBuffer data)
static ExcludeByHotword
ExcludeByHotword. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type ExcludeByHotword Modifier and Type Method Description com.google.protobuf.Parser<ExcludeByHotword>
ExcludeByHotword. getParserForType()
static com.google.protobuf.Parser<ExcludeByHotword>
ExcludeByHotword. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type ExcludeByHotword Modifier and Type Method Description ExclusionRule.Builder
ExclusionRule.Builder. mergeExcludeByHotword(ExcludeByHotword value)
Drop if the hotword rule is contained in the proximate context.ExcludeByHotword.Builder
ExcludeByHotword.Builder. mergeFrom(ExcludeByHotword other)
static ExcludeByHotword.Builder
ExcludeByHotword. newBuilder(ExcludeByHotword prototype)
ExclusionRule.Builder
ExclusionRule.Builder. setExcludeByHotword(ExcludeByHotword value)
Drop if the hotword rule is contained in the proximate context.
-