Uses of Class
com.google.privacy.dlp.v2.RecordCondition
-
Packages that use RecordCondition Package Description com.google.privacy.dlp.v2 -
-
Uses of RecordCondition in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return RecordCondition Modifier and Type Method Description RecordCondition
RecordCondition.Builder. build()
RecordCondition
RecordCondition.Builder. buildPartial()
RecordCondition
FieldTransformation.Builder. getCondition()
Only apply the transformation if the condition evaluates to true for the given `RecordCondition`.RecordCondition
FieldTransformation. getCondition()
Only apply the transformation if the condition evaluates to true for the given `RecordCondition`.RecordCondition
FieldTransformationOrBuilder. getCondition()
Only apply the transformation if the condition evaluates to true for the given `RecordCondition`.RecordCondition
RecordSuppression.Builder. getCondition()
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.RecordCondition
RecordSuppression. getCondition()
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.RecordCondition
RecordSuppressionOrBuilder. getCondition()
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.static RecordCondition
RecordCondition. getDefaultInstance()
RecordCondition
RecordCondition.Builder. getDefaultInstanceForType()
RecordCondition
RecordCondition. getDefaultInstanceForType()
static RecordCondition
RecordCondition. parseDelimitedFrom(InputStream input)
static RecordCondition
RecordCondition. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RecordCondition
RecordCondition. parseFrom(byte[] data)
static RecordCondition
RecordCondition. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RecordCondition
RecordCondition. parseFrom(com.google.protobuf.ByteString data)
static RecordCondition
RecordCondition. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RecordCondition
RecordCondition. parseFrom(com.google.protobuf.CodedInputStream input)
static RecordCondition
RecordCondition. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RecordCondition
RecordCondition. parseFrom(InputStream input)
static RecordCondition
RecordCondition. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RecordCondition
RecordCondition. parseFrom(ByteBuffer data)
static RecordCondition
RecordCondition. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type RecordCondition Modifier and Type Method Description com.google.protobuf.Parser<RecordCondition>
RecordCondition. getParserForType()
static com.google.protobuf.Parser<RecordCondition>
RecordCondition. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type RecordCondition Modifier and Type Method Description FieldTransformation.Builder
FieldTransformation.Builder. mergeCondition(RecordCondition value)
Only apply the transformation if the condition evaluates to true for the given `RecordCondition`.RecordSuppression.Builder
RecordSuppression.Builder. mergeCondition(RecordCondition value)
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.RecordCondition.Builder
RecordCondition.Builder. mergeFrom(RecordCondition other)
static RecordCondition.Builder
RecordCondition. newBuilder(RecordCondition prototype)
FieldTransformation.Builder
FieldTransformation.Builder. setCondition(RecordCondition value)
Only apply the transformation if the condition evaluates to true for the given `RecordCondition`.RecordSuppression.Builder
RecordSuppression.Builder. setCondition(RecordCondition value)
A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.
-