Interface DynamicLocationSetFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DynamicLocationSetFilter,DynamicLocationSetFilter.Builder
public interface DynamicLocationSetFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BusinessNameFiltergetBusinessNameFilter()Business name filter.BusinessNameFilterOrBuildergetBusinessNameFilterOrBuilder()Business name filter.java.lang.StringgetLabels(int index)If multiple labels are set, then only feeditems marked with all the labels will be added to the FeedItemSet.com.google.protobuf.ByteStringgetLabelsBytes(int index)If multiple labels are set, then only feeditems marked with all the labels will be added to the FeedItemSet.intgetLabelsCount()If multiple labels are set, then only feeditems marked with all the labels will be added to the FeedItemSet.java.util.List<java.lang.String>getLabelsList()If multiple labels are set, then only feeditems marked with all the labels will be added to the FeedItemSet.booleanhasBusinessNameFilter()Business name filter.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLabelsList
java.util.List<java.lang.String> getLabelsList()
If multiple labels are set, then only feeditems marked with all the labels will be added to the FeedItemSet.
repeated string labels = 1;- Returns:
- A list containing the labels.
-
getLabelsCount
int getLabelsCount()
If multiple labels are set, then only feeditems marked with all the labels will be added to the FeedItemSet.
repeated string labels = 1;- Returns:
- The count of labels.
-
getLabels
java.lang.String getLabels(int index)
If multiple labels are set, then only feeditems marked with all the labels will be added to the FeedItemSet.
repeated string labels = 1;- Parameters:
index- The index of the element to return.- Returns:
- The labels at the given index.
-
getLabelsBytes
com.google.protobuf.ByteString getLabelsBytes(int index)
If multiple labels are set, then only feeditems marked with all the labels will be added to the FeedItemSet.
repeated string labels = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the labels at the given index.
-
hasBusinessNameFilter
boolean hasBusinessNameFilter()
Business name filter.
.google.ads.googleads.v10.common.BusinessNameFilter business_name_filter = 2;- Returns:
- Whether the businessNameFilter field is set.
-
getBusinessNameFilter
BusinessNameFilter getBusinessNameFilter()
Business name filter.
.google.ads.googleads.v10.common.BusinessNameFilter business_name_filter = 2;- Returns:
- The businessNameFilter.
-
getBusinessNameFilterOrBuilder
BusinessNameFilterOrBuilder getBusinessNameFilterOrBuilder()
Business name filter.
.google.ads.googleads.v10.common.BusinessNameFilter business_name_filter = 2;
-
-