public static final class RecordCondition.Expressions extends com.google.protobuf.GeneratedMessageV3 implements RecordCondition.ExpressionsOrBuilder
An expression, consisting of an operator and conditions.Protobuf type
google.privacy.dlp.v2.RecordCondition.Expressions| Modifier and Type | Class and Description |
|---|---|
static class |
RecordCondition.Expressions.Builder
An expression, consisting of an operator and conditions.
|
static class |
RecordCondition.Expressions.LogicalOperator
Logical operators for conditional checks.
|
static class |
RecordCondition.Expressions.TypeCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONDITIONS_FIELD_NUMBER |
static int |
LOGICAL_OPERATOR_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
RecordCondition.Conditions |
getConditions()
Conditions to apply to the expression.
|
RecordCondition.ConditionsOrBuilder |
getConditionsOrBuilder()
Conditions to apply to the expression.
|
static RecordCondition.Expressions |
getDefaultInstance() |
RecordCondition.Expressions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
RecordCondition.Expressions.LogicalOperator |
getLogicalOperator()
The operator to apply to the result of conditions.
|
int |
getLogicalOperatorValue()
The operator to apply to the result of conditions.
|
com.google.protobuf.Parser<RecordCondition.Expressions> |
getParserForType() |
int |
getSerializedSize() |
RecordCondition.Expressions.TypeCase |
getTypeCase() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasConditions()
Conditions to apply to the expression.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RecordCondition.Expressions.Builder |
newBuilder() |
static RecordCondition.Expressions.Builder |
newBuilder(RecordCondition.Expressions prototype) |
RecordCondition.Expressions.Builder |
newBuilderForType() |
protected RecordCondition.Expressions.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RecordCondition.Expressions |
parseDelimitedFrom(InputStream input) |
static RecordCondition.Expressions |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordCondition.Expressions |
parseFrom(byte[] data) |
static RecordCondition.Expressions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordCondition.Expressions |
parseFrom(ByteBuffer data) |
static RecordCondition.Expressions |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordCondition.Expressions |
parseFrom(com.google.protobuf.ByteString data) |
static RecordCondition.Expressions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordCondition.Expressions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RecordCondition.Expressions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecordCondition.Expressions |
parseFrom(InputStream input) |
static RecordCondition.Expressions |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RecordCondition.Expressions> |
parser() |
RecordCondition.Expressions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int LOGICAL_OPERATOR_FIELD_NUMBER
public static final int CONDITIONS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public RecordCondition.Expressions.TypeCase getTypeCase()
getTypeCase in interface RecordCondition.ExpressionsOrBuilderpublic int getLogicalOperatorValue()
The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
.google.privacy.dlp.v2.RecordCondition.Expressions.LogicalOperator logical_operator = 1;
getLogicalOperatorValue in interface RecordCondition.ExpressionsOrBuilderpublic RecordCondition.Expressions.LogicalOperator getLogicalOperator()
The operator to apply to the result of conditions. Default and currently only supported value is `AND`.
.google.privacy.dlp.v2.RecordCondition.Expressions.LogicalOperator logical_operator = 1;
getLogicalOperator in interface RecordCondition.ExpressionsOrBuilderpublic boolean hasConditions()
Conditions to apply to the expression.
.google.privacy.dlp.v2.RecordCondition.Conditions conditions = 3;hasConditions in interface RecordCondition.ExpressionsOrBuilderpublic RecordCondition.Conditions getConditions()
Conditions to apply to the expression.
.google.privacy.dlp.v2.RecordCondition.Conditions conditions = 3;getConditions in interface RecordCondition.ExpressionsOrBuilderpublic RecordCondition.ConditionsOrBuilder getConditionsOrBuilder()
Conditions to apply to the expression.
.google.privacy.dlp.v2.RecordCondition.Conditions conditions = 3;getConditionsOrBuilder in interface RecordCondition.ExpressionsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RecordCondition.Expressions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecordCondition.Expressions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecordCondition.Expressions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecordCondition.Expressions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecordCondition.Expressions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecordCondition.Expressions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecordCondition.Expressions parseFrom(InputStream input) throws IOException
IOExceptionpublic static RecordCondition.Expressions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RecordCondition.Expressions parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RecordCondition.Expressions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RecordCondition.Expressions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RecordCondition.Expressions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RecordCondition.Expressions.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RecordCondition.Expressions.Builder newBuilder()
public static RecordCondition.Expressions.Builder newBuilder(RecordCondition.Expressions prototype)
public RecordCondition.Expressions.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RecordCondition.Expressions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RecordCondition.Expressions getDefaultInstance()
public static com.google.protobuf.Parser<RecordCondition.Expressions> parser()
public com.google.protobuf.Parser<RecordCondition.Expressions> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RecordCondition.Expressions getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.