Class UserListRuleItemInfo
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.common.UserListRuleItemInfo
- All Implemented Interfaces:
UserListRuleItemInfoOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class UserListRuleItemInfo
extends com.google.protobuf.GeneratedMessageV3
implements UserListRuleItemInfoOrBuilder
An atomic rule item.Protobuf type
google.ads.googleads.v18.common.UserListRuleItemInfo- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAn atomic rule item.static enumNested 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 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 TypeMethodDescriptionbooleanAn atomic rule item composed of a date operation.An atomic rule item composed of a date operation.static UserListRuleItemInfostatic final com.google.protobuf.Descriptors.DescriptorgetName()Rule variable name.com.google.protobuf.ByteStringRule variable name.An atomic rule item composed of a number operation.An atomic rule item composed of a number operation.com.google.protobuf.Parser<UserListRuleItemInfo>intAn atomic rule item composed of a string operation.An atomic rule item composed of a string operation.booleanAn atomic rule item composed of a date operation.inthashCode()booleanhasName()Rule variable name.booleanAn atomic rule item composed of a number operation.booleanAn atomic rule item composed of a string operation.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanstatic UserListRuleItemInfo.Builderstatic UserListRuleItemInfo.BuildernewBuilder(UserListRuleItemInfo prototype) protected UserListRuleItemInfo.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static UserListRuleItemInfoparseDelimitedFrom(InputStream input) static UserListRuleItemInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserListRuleItemInfoparseFrom(byte[] data) static UserListRuleItemInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserListRuleItemInfoparseFrom(com.google.protobuf.ByteString data) static UserListRuleItemInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserListRuleItemInfoparseFrom(com.google.protobuf.CodedInputStream input) static UserListRuleItemInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserListRuleItemInfoparseFrom(InputStream input) static UserListRuleItemInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserListRuleItemInfoparseFrom(ByteBuffer data) static UserListRuleItemInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<UserListRuleItemInfo>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
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER- See Also:
-
NUMBER_RULE_ITEM_FIELD_NUMBER
public static final int NUMBER_RULE_ITEM_FIELD_NUMBER- See Also:
-
STRING_RULE_ITEM_FIELD_NUMBER
public static final int STRING_RULE_ITEM_FIELD_NUMBER- See Also:
-
DATE_RULE_ITEM_FIELD_NUMBER
public static final int DATE_RULE_ITEM_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
-
getRuleItemCase
- Specified by:
getRuleItemCasein interfaceUserListRuleItemInfoOrBuilder
-
hasName
public boolean hasName()Rule variable name. It should match the corresponding key name fired by the pixel. A name must begin with US-ascii letters or underscore or UTF8 code that is greater than 127 and consist of US-ascii letters or digits or underscore or UTF8 code that is greater than 127. For websites, there are two built-in variable URL (name = 'url__') and referrer URL (name = 'ref_url__'). This field must be populated when creating a new rule item.
optional string name = 5;- Specified by:
hasNamein interfaceUserListRuleItemInfoOrBuilder- Returns:
- Whether the name field is set.
-
getName
Rule variable name. It should match the corresponding key name fired by the pixel. A name must begin with US-ascii letters or underscore or UTF8 code that is greater than 127 and consist of US-ascii letters or digits or underscore or UTF8 code that is greater than 127. For websites, there are two built-in variable URL (name = 'url__') and referrer URL (name = 'ref_url__'). This field must be populated when creating a new rule item.
optional string name = 5;- Specified by:
getNamein interfaceUserListRuleItemInfoOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()Rule variable name. It should match the corresponding key name fired by the pixel. A name must begin with US-ascii letters or underscore or UTF8 code that is greater than 127 and consist of US-ascii letters or digits or underscore or UTF8 code that is greater than 127. For websites, there are two built-in variable URL (name = 'url__') and referrer URL (name = 'ref_url__'). This field must be populated when creating a new rule item.
optional string name = 5;- Specified by:
getNameBytesin interfaceUserListRuleItemInfoOrBuilder- Returns:
- The bytes for name.
-
hasNumberRuleItem
public boolean hasNumberRuleItem()An atomic rule item composed of a number operation.
.google.ads.googleads.v18.common.UserListNumberRuleItemInfo number_rule_item = 2;- Specified by:
hasNumberRuleItemin interfaceUserListRuleItemInfoOrBuilder- Returns:
- Whether the numberRuleItem field is set.
-
getNumberRuleItem
An atomic rule item composed of a number operation.
.google.ads.googleads.v18.common.UserListNumberRuleItemInfo number_rule_item = 2;- Specified by:
getNumberRuleItemin interfaceUserListRuleItemInfoOrBuilder- Returns:
- The numberRuleItem.
-
getNumberRuleItemOrBuilder
An atomic rule item composed of a number operation.
.google.ads.googleads.v18.common.UserListNumberRuleItemInfo number_rule_item = 2;- Specified by:
getNumberRuleItemOrBuilderin interfaceUserListRuleItemInfoOrBuilder
-
hasStringRuleItem
public boolean hasStringRuleItem()An atomic rule item composed of a string operation.
.google.ads.googleads.v18.common.UserListStringRuleItemInfo string_rule_item = 3;- Specified by:
hasStringRuleItemin interfaceUserListRuleItemInfoOrBuilder- Returns:
- Whether the stringRuleItem field is set.
-
getStringRuleItem
An atomic rule item composed of a string operation.
.google.ads.googleads.v18.common.UserListStringRuleItemInfo string_rule_item = 3;- Specified by:
getStringRuleItemin interfaceUserListRuleItemInfoOrBuilder- Returns:
- The stringRuleItem.
-
getStringRuleItemOrBuilder
An atomic rule item composed of a string operation.
.google.ads.googleads.v18.common.UserListStringRuleItemInfo string_rule_item = 3;- Specified by:
getStringRuleItemOrBuilderin interfaceUserListRuleItemInfoOrBuilder
-
hasDateRuleItem
public boolean hasDateRuleItem()An atomic rule item composed of a date operation.
.google.ads.googleads.v18.common.UserListDateRuleItemInfo date_rule_item = 4;- Specified by:
hasDateRuleItemin interfaceUserListRuleItemInfoOrBuilder- Returns:
- Whether the dateRuleItem field is set.
-
getDateRuleItem
An atomic rule item composed of a date operation.
.google.ads.googleads.v18.common.UserListDateRuleItemInfo date_rule_item = 4;- Specified by:
getDateRuleItemin interfaceUserListRuleItemInfoOrBuilder- Returns:
- The dateRuleItem.
-
getDateRuleItemOrBuilder
An atomic rule item composed of a date operation.
.google.ads.googleads.v18.common.UserListDateRuleItemInfo date_rule_item = 4;- Specified by:
getDateRuleItemOrBuilderin interfaceUserListRuleItemInfoOrBuilder
-
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 UserListRuleItemInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UserListRuleItemInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UserListRuleItemInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UserListRuleItemInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UserListRuleItemInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static UserListRuleItemInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static UserListRuleItemInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static UserListRuleItemInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static UserListRuleItemInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static UserListRuleItemInfo 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 UserListRuleItemInfo.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
-