Interface ChainLocationGroupOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ChainLocationGroup, ChainLocationGroup.Builder

public interface ChainLocationGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDynamicChainLocationGroupFiltersList

      List<ChainFilter> getDynamicChainLocationGroupFiltersList()
       Used to filter chain locations by chain ids.
       Only Locations that belong to the specified chain(s) will be in the asset
       set.
       
      repeated .google.ads.googleads.v18.common.ChainFilter dynamic_chain_location_group_filters = 1;
    • getDynamicChainLocationGroupFilters

      ChainFilter getDynamicChainLocationGroupFilters(int index)
       Used to filter chain locations by chain ids.
       Only Locations that belong to the specified chain(s) will be in the asset
       set.
       
      repeated .google.ads.googleads.v18.common.ChainFilter dynamic_chain_location_group_filters = 1;
    • getDynamicChainLocationGroupFiltersCount

      int getDynamicChainLocationGroupFiltersCount()
       Used to filter chain locations by chain ids.
       Only Locations that belong to the specified chain(s) will be in the asset
       set.
       
      repeated .google.ads.googleads.v18.common.ChainFilter dynamic_chain_location_group_filters = 1;
    • getDynamicChainLocationGroupFiltersOrBuilderList

      List<? extends ChainFilterOrBuilder> getDynamicChainLocationGroupFiltersOrBuilderList()
       Used to filter chain locations by chain ids.
       Only Locations that belong to the specified chain(s) will be in the asset
       set.
       
      repeated .google.ads.googleads.v18.common.ChainFilter dynamic_chain_location_group_filters = 1;
    • getDynamicChainLocationGroupFiltersOrBuilder

      ChainFilterOrBuilder getDynamicChainLocationGroupFiltersOrBuilder(int index)
       Used to filter chain locations by chain ids.
       Only Locations that belong to the specified chain(s) will be in the asset
       set.
       
      repeated .google.ads.googleads.v18.common.ChainFilter dynamic_chain_location_group_filters = 1;