Class FlexibleRuleUserListInfo
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.common.FlexibleRuleUserListInfo
- All Implemented Interfaces:
FlexibleRuleUserListInfoOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class FlexibleRuleUserListInfo
extends com.google.protobuf.GeneratedMessageV3
implements FlexibleRuleUserListInfoOrBuilder
Flexible rule representation of visitors with one or multiple actions. The flexible user list is defined by two lists of operands – inclusive_operands and exclusive_operands; each operand represents a set of users based on actions they took in a given timeframe. These lists of operands are combined with the AND_NOT operator, so that users represented by the inclusive operands are included in the user list, minus the users represented by the exclusive operands.Protobuf type
google.ads.googleads.v18.common.FlexibleRuleUserListInfo- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFlexible rule representation of visitors with one or multiple actions.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic FlexibleRuleUserListInfostatic final com.google.protobuf.Descriptors.DescriptorgetExclusiveOperands(int index) Rules representing users that should be excluded from the user list.intRules representing users that should be excluded from the user list.Rules representing users that should be excluded from the user list.getExclusiveOperandsOrBuilder(int index) Rules representing users that should be excluded from the user list.List<? extends FlexibleRuleOperandInfoOrBuilder>Rules representing users that should be excluded from the user list.getInclusiveOperands(int index) Rules representing users that should be included in the user list.intRules representing users that should be included in the user list.Rules representing users that should be included in the user list.getInclusiveOperandsOrBuilder(int index) Rules representing users that should be included in the user list.List<? extends FlexibleRuleOperandInfoOrBuilder>Rules representing users that should be included in the user list.Operator that defines how the inclusive operands are combined.intOperator that defines how the inclusive operands are combined.com.google.protobuf.Parser<FlexibleRuleUserListInfo>intinthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleannewBuilder(FlexibleRuleUserListInfo prototype) protected FlexibleRuleUserListInfo.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static FlexibleRuleUserListInfoparseDelimitedFrom(InputStream input) static FlexibleRuleUserListInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FlexibleRuleUserListInfoparseFrom(byte[] data) static FlexibleRuleUserListInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FlexibleRuleUserListInfoparseFrom(com.google.protobuf.ByteString data) static FlexibleRuleUserListInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FlexibleRuleUserListInfoparseFrom(com.google.protobuf.CodedInputStream input) static FlexibleRuleUserListInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FlexibleRuleUserListInfoparseFrom(InputStream input) static FlexibleRuleUserListInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FlexibleRuleUserListInfoparseFrom(ByteBuffer data) static FlexibleRuleUserListInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<FlexibleRuleUserListInfo>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, 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, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
INCLUSIVE_RULE_OPERATOR_FIELD_NUMBER
public static final int INCLUSIVE_RULE_OPERATOR_FIELD_NUMBER- See Also:
-
INCLUSIVE_OPERANDS_FIELD_NUMBER
public static final int INCLUSIVE_OPERANDS_FIELD_NUMBER- See Also:
-
EXCLUSIVE_OPERANDS_FIELD_NUMBER
public static final int EXCLUSIVE_OPERANDS_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getInclusiveRuleOperatorValue
public int getInclusiveRuleOperatorValue()Operator that defines how the inclusive operands are combined.
.google.ads.googleads.v18.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator inclusive_rule_operator = 1;- Specified by:
getInclusiveRuleOperatorValuein interfaceFlexibleRuleUserListInfoOrBuilder- Returns:
- The enum numeric value on the wire for inclusiveRuleOperator.
-
getInclusiveRuleOperator
Operator that defines how the inclusive operands are combined.
.google.ads.googleads.v18.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator inclusive_rule_operator = 1;- Specified by:
getInclusiveRuleOperatorin interfaceFlexibleRuleUserListInfoOrBuilder- Returns:
- The inclusiveRuleOperator.
-
getInclusiveOperandsList
Rules representing users that should be included in the user list. These are located on the left side of the AND_NOT operator, and joined together by either AND/OR as specified by the inclusive_rule_operator.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2;- Specified by:
getInclusiveOperandsListin interfaceFlexibleRuleUserListInfoOrBuilder
-
getInclusiveOperandsOrBuilderList
Rules representing users that should be included in the user list. These are located on the left side of the AND_NOT operator, and joined together by either AND/OR as specified by the inclusive_rule_operator.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2;- Specified by:
getInclusiveOperandsOrBuilderListin interfaceFlexibleRuleUserListInfoOrBuilder
-
getInclusiveOperandsCount
public int getInclusiveOperandsCount()Rules representing users that should be included in the user list. These are located on the left side of the AND_NOT operator, and joined together by either AND/OR as specified by the inclusive_rule_operator.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2;- Specified by:
getInclusiveOperandsCountin interfaceFlexibleRuleUserListInfoOrBuilder
-
getInclusiveOperands
Rules representing users that should be included in the user list. These are located on the left side of the AND_NOT operator, and joined together by either AND/OR as specified by the inclusive_rule_operator.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2;- Specified by:
getInclusiveOperandsin interfaceFlexibleRuleUserListInfoOrBuilder
-
getInclusiveOperandsOrBuilder
Rules representing users that should be included in the user list. These are located on the left side of the AND_NOT operator, and joined together by either AND/OR as specified by the inclusive_rule_operator.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2;- Specified by:
getInclusiveOperandsOrBuilderin interfaceFlexibleRuleUserListInfoOrBuilder
-
getExclusiveOperandsList
Rules representing users that should be excluded from the user list. These are located on the right side of the AND_NOT operator, and joined together by OR.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3;- Specified by:
getExclusiveOperandsListin interfaceFlexibleRuleUserListInfoOrBuilder
-
getExclusiveOperandsOrBuilderList
Rules representing users that should be excluded from the user list. These are located on the right side of the AND_NOT operator, and joined together by OR.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3;- Specified by:
getExclusiveOperandsOrBuilderListin interfaceFlexibleRuleUserListInfoOrBuilder
-
getExclusiveOperandsCount
public int getExclusiveOperandsCount()Rules representing users that should be excluded from the user list. These are located on the right side of the AND_NOT operator, and joined together by OR.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3;- Specified by:
getExclusiveOperandsCountin interfaceFlexibleRuleUserListInfoOrBuilder
-
getExclusiveOperands
Rules representing users that should be excluded from the user list. These are located on the right side of the AND_NOT operator, and joined together by OR.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3;- Specified by:
getExclusiveOperandsin interfaceFlexibleRuleUserListInfoOrBuilder
-
getExclusiveOperandsOrBuilder
Rules representing users that should be excluded from the user list. These are located on the right side of the AND_NOT operator, and joined together by OR.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3;- Specified by:
getExclusiveOperandsOrBuilderin interfaceFlexibleRuleUserListInfoOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static FlexibleRuleUserListInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlexibleRuleUserListInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlexibleRuleUserListInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlexibleRuleUserListInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlexibleRuleUserListInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlexibleRuleUserListInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static FlexibleRuleUserListInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static FlexibleRuleUserListInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static FlexibleRuleUserListInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static FlexibleRuleUserListInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected FlexibleRuleUserListInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-