public static final class RecordCondition.Condition.Builder extends GeneratedMessage.Builder<RecordCondition.Condition.Builder> implements RecordCondition.ConditionOrBuilder The field type of value and field do not need to match to be
considered equal, but not all comparisons are possible.
EQUAL_TO and NOT_EQUAL_TO attempt to compare even with incompatible types,
but all other comparisons are invalid with incompatible types.
A value of type:
stringcan be compared against all other typesbooleancan only be compared against other booleansintegercan be compared against doubles or a string if the string value can be parsed as an integer.doublecan be compared against integers or a string if the string can be parsed as a double.Timestampcan be compared against strings in RFC 3339 date string format.TimeOfDaycan be compared against timestamps and strings in the format of 'HH:mm:ss'.If we fail to compare do to type mismatch, a warning will be given and the condition will evaluate to false.
Protobuf type google.privacy.dlp.v2.RecordCondition.Condition
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RecordCondition.Condition.BuilderImplements
RecordCondition.ConditionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public RecordCondition.Condition build()| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition |
|
buildPartial()
public RecordCondition.Condition buildPartial()| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition |
|
clear()
public RecordCondition.Condition.Builder clear()| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
|
clearField()
public RecordCondition.Condition.Builder clearField()Required. Field within the record this condition is evaluated against.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
|
clearOperator()
public RecordCondition.Condition.Builder clearOperator()Required. Operator used to compare the field or infoType to the value.
.google.privacy.dlp.v2.RelationalOperator operator = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
This builder for chaining. |
clearValue()
public RecordCondition.Condition.Builder clearValue() Value to compare against. [Mandatory, except for EXISTS tests.]
.google.privacy.dlp.v2.Value value = 4;
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
|
getDefaultInstanceForType()
public RecordCondition.Condition getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getField()
public FieldId getField()Required. Field within the record this condition is evaluated against.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldId |
The field. |
getFieldBuilder()
public FieldId.Builder getFieldBuilder()Required. Field within the record this condition is evaluated against.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldId.Builder |
|
getFieldOrBuilder()
public FieldIdOrBuilder getFieldOrBuilder()Required. Field within the record this condition is evaluated against.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldIdOrBuilder |
|
getOperator()
public RelationalOperator getOperator()Required. Operator used to compare the field or infoType to the value.
.google.privacy.dlp.v2.RelationalOperator operator = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RelationalOperator |
The operator. |
getOperatorValue()
public int getOperatorValue()Required. Operator used to compare the field or infoType to the value.
.google.privacy.dlp.v2.RelationalOperator operator = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for operator. |
getValue()
public Value getValue() Value to compare against. [Mandatory, except for EXISTS tests.]
.google.privacy.dlp.v2.Value value = 4;
| Returns | |
|---|---|
| Type | Description |
Value |
The value. |
getValueBuilder()
public Value.Builder getValueBuilder() Value to compare against. [Mandatory, except for EXISTS tests.]
.google.privacy.dlp.v2.Value value = 4;
| Returns | |
|---|---|
| Type | Description |
Value.Builder |
|
getValueOrBuilder()
public ValueOrBuilder getValueOrBuilder() Value to compare against. [Mandatory, except for EXISTS tests.]
.google.privacy.dlp.v2.Value value = 4;
| Returns | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
hasField()
public boolean hasField()Required. Field within the record this condition is evaluated against.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the field field is set. |
hasValue()
public boolean hasValue() Value to compare against. [Mandatory, except for EXISTS tests.]
.google.privacy.dlp.v2.Value value = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeField(FieldId value)
public RecordCondition.Condition.Builder mergeField(FieldId value)Required. Field within the record this condition is evaluated against.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldId |
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
|
mergeFrom(RecordCondition.Condition other)
public RecordCondition.Condition.Builder mergeFrom(RecordCondition.Condition other)| Parameter | |
|---|---|
| Name | Description |
other |
RecordCondition.Condition |
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RecordCondition.Condition.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RecordCondition.Condition.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
|
mergeValue(Value value)
public RecordCondition.Condition.Builder mergeValue(Value value) Value to compare against. [Mandatory, except for EXISTS tests.]
.google.privacy.dlp.v2.Value value = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Value |
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
|
setField(FieldId value)
public RecordCondition.Condition.Builder setField(FieldId value)Required. Field within the record this condition is evaluated against.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldId |
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
|
setField(FieldId.Builder builderForValue)
public RecordCondition.Condition.Builder setField(FieldId.Builder builderForValue)Required. Field within the record this condition is evaluated against.
.google.privacy.dlp.v2.FieldId field = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
FieldId.Builder |
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
|
setOperator(RelationalOperator value)
public RecordCondition.Condition.Builder setOperator(RelationalOperator value)Required. Operator used to compare the field or infoType to the value.
.google.privacy.dlp.v2.RelationalOperator operator = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
RelationalOperatorThe operator to set. |
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
This builder for chaining. |
setOperatorValue(int value)
public RecordCondition.Condition.Builder setOperatorValue(int value)Required. Operator used to compare the field or infoType to the value.
.google.privacy.dlp.v2.RelationalOperator operator = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for operator to set. |
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
This builder for chaining. |
setValue(Value value)
public RecordCondition.Condition.Builder setValue(Value value) Value to compare against. [Mandatory, except for EXISTS tests.]
.google.privacy.dlp.v2.Value value = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Value |
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
|
setValue(Value.Builder builderForValue)
public RecordCondition.Condition.Builder setValue(Value.Builder builderForValue) Value to compare against. [Mandatory, except for EXISTS tests.]
.google.privacy.dlp.v2.Value value = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Value.Builder |
| Returns | |
|---|---|
| Type | Description |
RecordCondition.Condition.Builder |
|