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
Modifier and TypeMethodDescriptionBusiness name filter.Business name filter.getLabels(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.intIf multiple labels are set, then only feeditems marked with all the labels will be added to the FeedItemSet.If multiple labels are set, then only feeditems marked with all the labels will be added to the FeedItemSet.booleanBusiness name filter.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.v18.common.BusinessNameFilter business_name_filter = 2;- Returns:
- Whether the businessNameFilter field is set.
-
getBusinessNameFilter
BusinessNameFilter getBusinessNameFilter()Business name filter.
.google.ads.googleads.v18.common.BusinessNameFilter business_name_filter = 2;- Returns:
- The businessNameFilter.
-
getBusinessNameFilterOrBuilder
BusinessNameFilterOrBuilder getBusinessNameFilterOrBuilder()Business name filter.
.google.ads.googleads.v18.common.BusinessNameFilter business_name_filter = 2;
-