com.google.ads.googleads.v10.common.DateSpecificRuleUserListInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/user_lists.proto
package com.google.ads.googleads.v10.common;
public interface DateSpecificRuleUserListInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.DateSpecificRuleUserListInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
* @return Whether the rule field is set.
*/
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;
* @return The rule.
*/
com.google.ads.googleads.v10.common.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;
*/
com.google.ads.googleads.v10.common.UserListRuleInfoOrBuilder getRuleOrBuilder();
/**
*
* 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;
* @return Whether the startDate field is set.
*/
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;
* @return The startDate.
*/
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;
* @return The bytes for startDate.
*/
com.google.protobuf.ByteString
getStartDateBytes();
/**
*
* 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;
* @return Whether the endDate field is set.
*/
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;
* @return The endDate.
*/
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;
* @return The bytes for endDate.
*/
com.google.protobuf.ByteString
getEndDateBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy