Interface UserListRuleItemInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserListRuleItemInfo,UserListRuleItemInfo.Builder
public interface UserListRuleItemInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAn atomic rule item composed of a date operation.An atomic rule item composed of a date operation.getName()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.An 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.booleanhasName()Rule variable name.booleanAn atomic rule item composed of a number operation.booleanAn atomic rule item composed of a string operation.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
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;- Returns:
- Whether the name field is set.
-
getName
String 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;- Returns:
- The name.
-
getNameBytes
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;- Returns:
- The bytes for name.
-
hasNumberRuleItem
boolean hasNumberRuleItem()An atomic rule item composed of a number operation.
.google.ads.googleads.v18.common.UserListNumberRuleItemInfo number_rule_item = 2;- Returns:
- Whether the numberRuleItem field is set.
-
getNumberRuleItem
UserListNumberRuleItemInfo getNumberRuleItem()An atomic rule item composed of a number operation.
.google.ads.googleads.v18.common.UserListNumberRuleItemInfo number_rule_item = 2;- Returns:
- The numberRuleItem.
-
getNumberRuleItemOrBuilder
UserListNumberRuleItemInfoOrBuilder getNumberRuleItemOrBuilder()An atomic rule item composed of a number operation.
.google.ads.googleads.v18.common.UserListNumberRuleItemInfo number_rule_item = 2; -
hasStringRuleItem
boolean hasStringRuleItem()An atomic rule item composed of a string operation.
.google.ads.googleads.v18.common.UserListStringRuleItemInfo string_rule_item = 3;- Returns:
- Whether the stringRuleItem field is set.
-
getStringRuleItem
UserListStringRuleItemInfo getStringRuleItem()An atomic rule item composed of a string operation.
.google.ads.googleads.v18.common.UserListStringRuleItemInfo string_rule_item = 3;- Returns:
- The stringRuleItem.
-
getStringRuleItemOrBuilder
UserListStringRuleItemInfoOrBuilder getStringRuleItemOrBuilder()An atomic rule item composed of a string operation.
.google.ads.googleads.v18.common.UserListStringRuleItemInfo string_rule_item = 3; -
hasDateRuleItem
boolean hasDateRuleItem()An atomic rule item composed of a date operation.
.google.ads.googleads.v18.common.UserListDateRuleItemInfo date_rule_item = 4;- Returns:
- Whether the dateRuleItem field is set.
-
getDateRuleItem
UserListDateRuleItemInfo getDateRuleItem()An atomic rule item composed of a date operation.
.google.ads.googleads.v18.common.UserListDateRuleItemInfo date_rule_item = 4;- Returns:
- The dateRuleItem.
-
getDateRuleItemOrBuilder
UserListDateRuleItemInfoOrBuilder getDateRuleItemOrBuilder()An atomic rule item composed of a date operation.
.google.ads.googleads.v18.common.UserListDateRuleItemInfo date_rule_item = 4; -
getRuleItemCase
UserListRuleItemInfo.RuleItemCase getRuleItemCase()
-