Interface DateSpecificRuleUserListInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DateSpecificRuleUserListInfo,DateSpecificRuleUserListInfo.Builder
public interface DateSpecificRuleUserListInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEndDate()Last date of users visit.com.google.protobuf.ByteStringgetEndDateBytes()Last date of users visit.UserListRuleInfogetRule()Boolean rule that defines visitor of a page.UserListRuleInfoOrBuildergetRuleOrBuilder()Boolean rule that defines visitor of a page.java.lang.StringgetStartDate()Start date of users visit.com.google.protobuf.ByteStringgetStartDateBytes()Start date of users visit.booleanhasEndDate()Last date of users visit.booleanhasRule()Boolean rule that defines visitor of a page.booleanhasStartDate()Start date of users visit.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRule
boolean hasRule()
Boolean rule that defines visitor of a page. Required for creating a date specific rule user list.
.google.ads.googleads.v10.common.UserListRuleInfo rule = 1;- Returns:
- Whether the rule field is set.
-
getRule
UserListRuleInfo getRule()
Boolean rule that defines visitor of a page. Required for creating a date specific rule user list.
.google.ads.googleads.v10.common.UserListRuleInfo rule = 1;- Returns:
- The rule.
-
getRuleOrBuilder
UserListRuleInfoOrBuilder getRuleOrBuilder()
Boolean rule that defines visitor of a page. Required for creating a date specific rule user list.
.google.ads.googleads.v10.common.UserListRuleInfo rule = 1;
-
hasStartDate
boolean hasStartDate()
Start date of users visit. If set to 2000-01-01, then the list includes all users before end_date. The date's format should be YYYY-MM-DD. Required for creating a data specific rule user list.
optional string start_date = 4;- Returns:
- Whether the startDate field is set.
-
getStartDate
java.lang.String getStartDate()
Start date of users visit. If set to 2000-01-01, then the list includes all users before end_date. The date's format should be YYYY-MM-DD. Required for creating a data specific rule user list.
optional string start_date = 4;- Returns:
- The startDate.
-
getStartDateBytes
com.google.protobuf.ByteString getStartDateBytes()
Start date of users visit. If set to 2000-01-01, then the list includes all users before end_date. The date's format should be YYYY-MM-DD. Required for creating a data specific rule user list.
optional string start_date = 4;- Returns:
- The bytes for startDate.
-
hasEndDate
boolean hasEndDate()
Last date of users visit. If set to 2037-12-30, then the list includes all users after start_date. The date's format should be YYYY-MM-DD. Required for creating a data specific rule user list.
optional string end_date = 5;- Returns:
- Whether the endDate field is set.
-
getEndDate
java.lang.String getEndDate()
Last date of users visit. If set to 2037-12-30, then the list includes all users after start_date. The date's format should be YYYY-MM-DD. Required for creating a data specific rule user list.
optional string end_date = 5;- Returns:
- The endDate.
-
getEndDateBytes
com.google.protobuf.ByteString getEndDateBytes()
Last date of users visit. If set to 2037-12-30, then the list includes all users after start_date. The date's format should be YYYY-MM-DD. Required for creating a data specific rule user list.
optional string end_date = 5;- Returns:
- The bytes for endDate.
-
-