| Modifier and Type | Class and Description |
|---|---|
class |
RecordCondition
A condition for determining whether a transformation should be applied to
a field.
|
static class |
RecordCondition.Builder
A condition for determining whether a transformation should be applied to
a field.
|
| Modifier and Type | Method and Description |
|---|---|
RecordConditionOrBuilder |
RecordSuppressionOrBuilder.getConditionOrBuilder()
A condition that when it evaluates to true will result in the record being
evaluated to be suppressed from the transformed content.
|
RecordConditionOrBuilder |
FieldTransformationOrBuilder.getConditionOrBuilder()
Only apply the transformation if the condition evaluates to true for the
given `RecordCondition`.
|
RecordConditionOrBuilder |
RecordSuppression.getConditionOrBuilder()
A condition that when it evaluates to true will result in the record being
evaluated to be suppressed from the transformed content.
|
RecordConditionOrBuilder |
RecordSuppression.Builder.getConditionOrBuilder()
A condition that when it evaluates to true will result in the record being
evaluated to be suppressed from the transformed content.
|
RecordConditionOrBuilder |
FieldTransformation.getConditionOrBuilder()
Only apply the transformation if the condition evaluates to true for the
given `RecordCondition`.
|
RecordConditionOrBuilder |
FieldTransformation.Builder.getConditionOrBuilder()
Only apply the transformation if the condition evaluates to true for the
given `RecordCondition`.
|
Copyright © 2022 Google LLC. All rights reserved.