Interface RuleBasedUserListInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RuleBasedUserListInfo,RuleBasedUserListInfo.Builder
public interface RuleBasedUserListInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPrepopulationStatusValue
int getPrepopulationStatusValue()
The status of pre-population. The field is default to NONE if not set which means the previous users will not be considered. If set to REQUESTED, past site visitors or app users who match the list definition will be included in the list (works on the Display Network only). This will only add past users from within the last 30 days, depending on the list's membership duration and the date when the remarketing tag is added. The status will be updated to FINISHED once request is processed, or FAILED if the request fails.
.google.ads.googleads.v10.enums.UserListPrepopulationStatusEnum.UserListPrepopulationStatus prepopulation_status = 1;- Returns:
- The enum numeric value on the wire for prepopulationStatus.
-
getPrepopulationStatus
UserListPrepopulationStatusEnum.UserListPrepopulationStatus getPrepopulationStatus()
The status of pre-population. The field is default to NONE if not set which means the previous users will not be considered. If set to REQUESTED, past site visitors or app users who match the list definition will be included in the list (works on the Display Network only). This will only add past users from within the last 30 days, depending on the list's membership duration and the date when the remarketing tag is added. The status will be updated to FINISHED once request is processed, or FAILED if the request fails.
.google.ads.googleads.v10.enums.UserListPrepopulationStatusEnum.UserListPrepopulationStatus prepopulation_status = 1;- Returns:
- The prepopulationStatus.
-
hasCombinedRuleUserList
boolean hasCombinedRuleUserList()
User lists defined by combining two rules. There are two operators: AND, where the left and right operands have to be true; AND_NOT where left operand is true but right operand is false.
.google.ads.googleads.v10.common.CombinedRuleUserListInfo combined_rule_user_list = 2;- Returns:
- Whether the combinedRuleUserList field is set.
-
getCombinedRuleUserList
CombinedRuleUserListInfo getCombinedRuleUserList()
User lists defined by combining two rules. There are two operators: AND, where the left and right operands have to be true; AND_NOT where left operand is true but right operand is false.
.google.ads.googleads.v10.common.CombinedRuleUserListInfo combined_rule_user_list = 2;- Returns:
- The combinedRuleUserList.
-
getCombinedRuleUserListOrBuilder
CombinedRuleUserListInfoOrBuilder getCombinedRuleUserListOrBuilder()
User lists defined by combining two rules. There are two operators: AND, where the left and right operands have to be true; AND_NOT where left operand is true but right operand is false.
.google.ads.googleads.v10.common.CombinedRuleUserListInfo combined_rule_user_list = 2;
-
hasDateSpecificRuleUserList
boolean hasDateSpecificRuleUserList()
Visitors of a page during specific dates. The visiting periods are defined as follows: Between start_date (inclusive) and end_date (inclusive); Before end_date (exclusive) with start_date = 2000-01-01; After start_date (exclusive) with end_date = 2037-12-30.
.google.ads.googleads.v10.common.DateSpecificRuleUserListInfo date_specific_rule_user_list = 3;- Returns:
- Whether the dateSpecificRuleUserList field is set.
-
getDateSpecificRuleUserList
DateSpecificRuleUserListInfo getDateSpecificRuleUserList()
Visitors of a page during specific dates. The visiting periods are defined as follows: Between start_date (inclusive) and end_date (inclusive); Before end_date (exclusive) with start_date = 2000-01-01; After start_date (exclusive) with end_date = 2037-12-30.
.google.ads.googleads.v10.common.DateSpecificRuleUserListInfo date_specific_rule_user_list = 3;- Returns:
- The dateSpecificRuleUserList.
-
getDateSpecificRuleUserListOrBuilder
DateSpecificRuleUserListInfoOrBuilder getDateSpecificRuleUserListOrBuilder()
Visitors of a page during specific dates. The visiting periods are defined as follows: Between start_date (inclusive) and end_date (inclusive); Before end_date (exclusive) with start_date = 2000-01-01; After start_date (exclusive) with end_date = 2037-12-30.
.google.ads.googleads.v10.common.DateSpecificRuleUserListInfo date_specific_rule_user_list = 3;
-
hasExpressionRuleUserList
boolean hasExpressionRuleUserList()
Visitors of a page. The page visit is defined by one boolean rule expression.
.google.ads.googleads.v10.common.ExpressionRuleUserListInfo expression_rule_user_list = 4;- Returns:
- Whether the expressionRuleUserList field is set.
-
getExpressionRuleUserList
ExpressionRuleUserListInfo getExpressionRuleUserList()
Visitors of a page. The page visit is defined by one boolean rule expression.
.google.ads.googleads.v10.common.ExpressionRuleUserListInfo expression_rule_user_list = 4;- Returns:
- The expressionRuleUserList.
-
getExpressionRuleUserListOrBuilder
ExpressionRuleUserListInfoOrBuilder getExpressionRuleUserListOrBuilder()
Visitors of a page. The page visit is defined by one boolean rule expression.
.google.ads.googleads.v10.common.ExpressionRuleUserListInfo expression_rule_user_list = 4;
-
getRuleBasedUserListCase
RuleBasedUserListInfo.RuleBasedUserListCase getRuleBasedUserListCase()
-
-