Interface DynamicBusinessProfileLocationGroupFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DynamicBusinessProfileLocationGroupFilter,DynamicBusinessProfileLocationGroupFilter.Builder
public interface DynamicBusinessProfileLocationGroupFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BusinessProfileBusinessNameFiltergetBusinessNameFilter()Used to filter Business Profile locations by business name.BusinessProfileBusinessNameFilterOrBuildergetBusinessNameFilterOrBuilder()Used to filter Business Profile locations by business name.java.lang.StringgetLabelFilters(int index)Used to filter Business Profile locations by label.com.google.protobuf.ByteStringgetLabelFiltersBytes(int index)Used to filter Business Profile locations by label.intgetLabelFiltersCount()Used to filter Business Profile locations by label.java.util.List<java.lang.String>getLabelFiltersList()Used to filter Business Profile locations by label.longgetListingIdFilters(int index)Used to filter Business Profile locations by listing ids.intgetListingIdFiltersCount()Used to filter Business Profile locations by listing ids.java.util.List<java.lang.Long>getListingIdFiltersList()Used to filter Business Profile locations by listing ids.booleanhasBusinessNameFilter()Used to filter Business Profile locations by business name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLabelFiltersList
java.util.List<java.lang.String> getLabelFiltersList()
Used to filter Business Profile locations by label. Only locations that have any of the listed labels will be in the asset set. Label filters are OR'ed together.
repeated string label_filters = 1;- Returns:
- A list containing the labelFilters.
-
getLabelFiltersCount
int getLabelFiltersCount()
Used to filter Business Profile locations by label. Only locations that have any of the listed labels will be in the asset set. Label filters are OR'ed together.
repeated string label_filters = 1;- Returns:
- The count of labelFilters.
-
getLabelFilters
java.lang.String getLabelFilters(int index)
Used to filter Business Profile locations by label. Only locations that have any of the listed labels will be in the asset set. Label filters are OR'ed together.
repeated string label_filters = 1;- Parameters:
index- The index of the element to return.- Returns:
- The labelFilters at the given index.
-
getLabelFiltersBytes
com.google.protobuf.ByteString getLabelFiltersBytes(int index)
Used to filter Business Profile locations by label. Only locations that have any of the listed labels will be in the asset set. Label filters are OR'ed together.
repeated string label_filters = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the labelFilters at the given index.
-
hasBusinessNameFilter
boolean hasBusinessNameFilter()
Used to filter Business Profile locations by business name.
optional .google.ads.googleads.v14.common.BusinessProfileBusinessNameFilter business_name_filter = 2;- Returns:
- Whether the businessNameFilter field is set.
-
getBusinessNameFilter
BusinessProfileBusinessNameFilter getBusinessNameFilter()
Used to filter Business Profile locations by business name.
optional .google.ads.googleads.v14.common.BusinessProfileBusinessNameFilter business_name_filter = 2;- Returns:
- The businessNameFilter.
-
getBusinessNameFilterOrBuilder
BusinessProfileBusinessNameFilterOrBuilder getBusinessNameFilterOrBuilder()
Used to filter Business Profile locations by business name.
optional .google.ads.googleads.v14.common.BusinessProfileBusinessNameFilter business_name_filter = 2;
-
getListingIdFiltersList
java.util.List<java.lang.Long> getListingIdFiltersList()
Used to filter Business Profile locations by listing ids.
repeated int64 listing_id_filters = 3;- Returns:
- A list containing the listingIdFilters.
-
getListingIdFiltersCount
int getListingIdFiltersCount()
Used to filter Business Profile locations by listing ids.
repeated int64 listing_id_filters = 3;- Returns:
- The count of listingIdFilters.
-
getListingIdFilters
long getListingIdFilters(int index)
Used to filter Business Profile locations by listing ids.
repeated int64 listing_id_filters = 3;- Parameters:
index- The index of the element to return.- Returns:
- The listingIdFilters at the given index.
-
-