| Modifier and Type | Method and Description |
|---|---|
RecordCondition |
RecordCondition.Builder.build() |
RecordCondition |
RecordCondition.Builder.buildPartial() |
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.
|
RecordCondition |
FieldTransformationOrBuilder.getCondition()
Only apply the transformation if the condition evaluates to true for the
given `RecordCondition`.
|
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 |
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 |
FieldTransformation.getCondition()
Only apply the transformation if the condition evaluates to true for the
given `RecordCondition`.
|
RecordCondition |
FieldTransformation.Builder.getCondition()
Only apply the transformation if the condition evaluates to true for the
given `RecordCondition`.
|
static RecordCondition |
RecordCondition.getDefaultInstance() |
RecordCondition |
RecordCondition.getDefaultInstanceForType() |
RecordCondition |
RecordCondition.Builder.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(ByteBuffer data) |
static RecordCondition |
RecordCondition.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RecordCondition> |
RecordCondition.getParserForType() |
static com.google.protobuf.Parser<RecordCondition> |
RecordCondition.parser() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
FieldTransformation.Builder |
FieldTransformation.Builder.mergeCondition(RecordCondition value)
Only apply the transformation if the condition evaluates to true for the
given `RecordCondition`.
|
RecordCondition.Builder |
RecordCondition.Builder.mergeFrom(RecordCondition other) |
static RecordCondition.Builder |
RecordCondition.newBuilder(RecordCondition prototype) |
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.
|
FieldTransformation.Builder |
FieldTransformation.Builder.setCondition(RecordCondition value)
Only apply the transformation if the condition evaluates to true for the
given `RecordCondition`.
|
Copyright © 2022 Google LLC. All rights reserved.