Uses of Class
com.google.privacy.dlp.v2.SensitivityScore
-
Packages that use SensitivityScore Package Description com.google.privacy.dlp.v2 -
-
Uses of SensitivityScore in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return SensitivityScore Modifier and Type Method Description SensitivityScore
SensitivityScore.Builder. build()
SensitivityScore
SensitivityScore.Builder. buildPartial()
static SensitivityScore
SensitivityScore. getDefaultInstance()
SensitivityScore
SensitivityScore.Builder. getDefaultInstanceForType()
SensitivityScore
SensitivityScore. getDefaultInstanceForType()
SensitivityScore
TableDataProfile.Builder. getSensitivityScore()
The sensitivity score of this table.SensitivityScore
TableDataProfile. getSensitivityScore()
The sensitivity score of this table.SensitivityScore
TableDataProfileOrBuilder. getSensitivityScore()
The sensitivity score of this table.static SensitivityScore
SensitivityScore. parseDelimitedFrom(InputStream input)
static SensitivityScore
SensitivityScore. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SensitivityScore
SensitivityScore. parseFrom(byte[] data)
static SensitivityScore
SensitivityScore. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SensitivityScore
SensitivityScore. parseFrom(com.google.protobuf.ByteString data)
static SensitivityScore
SensitivityScore. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SensitivityScore
SensitivityScore. parseFrom(com.google.protobuf.CodedInputStream input)
static SensitivityScore
SensitivityScore. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SensitivityScore
SensitivityScore. parseFrom(InputStream input)
static SensitivityScore
SensitivityScore. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SensitivityScore
SensitivityScore. parseFrom(ByteBuffer data)
static SensitivityScore
SensitivityScore. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type SensitivityScore Modifier and Type Method Description com.google.protobuf.Parser<SensitivityScore>
SensitivityScore. getParserForType()
static com.google.protobuf.Parser<SensitivityScore>
SensitivityScore. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type SensitivityScore Modifier and Type Method Description SensitivityScore.Builder
SensitivityScore.Builder. mergeFrom(SensitivityScore other)
TableDataProfile.Builder
TableDataProfile.Builder. mergeSensitivityScore(SensitivityScore value)
The sensitivity score of this table.static SensitivityScore.Builder
SensitivityScore. newBuilder(SensitivityScore prototype)
TableDataProfile.Builder
TableDataProfile.Builder. setSensitivityScore(SensitivityScore value)
The sensitivity score of this table.
-