Interface ListingGroupFilterDimension.WebpageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListingGroupFilterDimension.Webpage,ListingGroupFilterDimension.Webpage.Builder
- Enclosing class:
- ListingGroupFilterDimension
public static interface ListingGroupFilterDimension.WebpageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListingGroupFilterDimension.WebpageConditiongetConditions(int index)The webpage conditions are case sensitive and these are and-ed together when evaluated for filtering.intgetConditionsCount()The webpage conditions are case sensitive and these are and-ed together when evaluated for filtering.java.util.List<ListingGroupFilterDimension.WebpageCondition>getConditionsList()The webpage conditions are case sensitive and these are and-ed together when evaluated for filtering.ListingGroupFilterDimension.WebpageConditionOrBuildergetConditionsOrBuilder(int index)The webpage conditions are case sensitive and these are and-ed together when evaluated for filtering.java.util.List<? extends ListingGroupFilterDimension.WebpageConditionOrBuilder>getConditionsOrBuilderList()The webpage conditions are case sensitive and these are and-ed together when evaluated for filtering.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConditionsList
java.util.List<ListingGroupFilterDimension.WebpageCondition> getConditionsList()
The webpage conditions are case sensitive and these are and-ed together when evaluated for filtering. All the conditions should be of same type. Example1: for URL1 = www.ads.google.com?ocid=1&euid=2 and URL2 = www.ads.google.com?ocid=1 and with "ocid" and "euid" as url_contains conditions, URL1 will be matched, but URL2 not. Example2 : If URL1 has Label1, Label2 and URL2 has Label2, Label3, then with Label1 and Label2 as custom_label conditions, URL1 will be matched but not URL2. With Label2 as the only custom_label condition then both URL1 and URL2 will be matched.
repeated .google.ads.googleads.v15.resources.ListingGroupFilterDimension.WebpageCondition conditions = 1;
-
getConditions
ListingGroupFilterDimension.WebpageCondition getConditions(int index)
The webpage conditions are case sensitive and these are and-ed together when evaluated for filtering. All the conditions should be of same type. Example1: for URL1 = www.ads.google.com?ocid=1&euid=2 and URL2 = www.ads.google.com?ocid=1 and with "ocid" and "euid" as url_contains conditions, URL1 will be matched, but URL2 not. Example2 : If URL1 has Label1, Label2 and URL2 has Label2, Label3, then with Label1 and Label2 as custom_label conditions, URL1 will be matched but not URL2. With Label2 as the only custom_label condition then both URL1 and URL2 will be matched.
repeated .google.ads.googleads.v15.resources.ListingGroupFilterDimension.WebpageCondition conditions = 1;
-
getConditionsCount
int getConditionsCount()
The webpage conditions are case sensitive and these are and-ed together when evaluated for filtering. All the conditions should be of same type. Example1: for URL1 = www.ads.google.com?ocid=1&euid=2 and URL2 = www.ads.google.com?ocid=1 and with "ocid" and "euid" as url_contains conditions, URL1 will be matched, but URL2 not. Example2 : If URL1 has Label1, Label2 and URL2 has Label2, Label3, then with Label1 and Label2 as custom_label conditions, URL1 will be matched but not URL2. With Label2 as the only custom_label condition then both URL1 and URL2 will be matched.
repeated .google.ads.googleads.v15.resources.ListingGroupFilterDimension.WebpageCondition conditions = 1;
-
getConditionsOrBuilderList
java.util.List<? extends ListingGroupFilterDimension.WebpageConditionOrBuilder> getConditionsOrBuilderList()
The webpage conditions are case sensitive and these are and-ed together when evaluated for filtering. All the conditions should be of same type. Example1: for URL1 = www.ads.google.com?ocid=1&euid=2 and URL2 = www.ads.google.com?ocid=1 and with "ocid" and "euid" as url_contains conditions, URL1 will be matched, but URL2 not. Example2 : If URL1 has Label1, Label2 and URL2 has Label2, Label3, then with Label1 and Label2 as custom_label conditions, URL1 will be matched but not URL2. With Label2 as the only custom_label condition then both URL1 and URL2 will be matched.
repeated .google.ads.googleads.v15.resources.ListingGroupFilterDimension.WebpageCondition conditions = 1;
-
getConditionsOrBuilder
ListingGroupFilterDimension.WebpageConditionOrBuilder getConditionsOrBuilder(int index)
The webpage conditions are case sensitive and these are and-ed together when evaluated for filtering. All the conditions should be of same type. Example1: for URL1 = www.ads.google.com?ocid=1&euid=2 and URL2 = www.ads.google.com?ocid=1 and with "ocid" and "euid" as url_contains conditions, URL1 will be matched, but URL2 not. Example2 : If URL1 has Label1, Label2 and URL2 has Label2, Label3, then with Label1 and Label2 as custom_label conditions, URL1 will be matched but not URL2. With Label2 as the only custom_label condition then both URL1 and URL2 will be matched.
repeated .google.ads.googleads.v15.resources.ListingGroupFilterDimension.WebpageCondition conditions = 1;
-
-