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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChainFiltergetDynamicChainLocationGroupFilters(int index)Used to filter chain locations by chain ids.intgetDynamicChainLocationGroupFiltersCount()Used to filter chain locations by chain ids.java.util.List<ChainFilter>getDynamicChainLocationGroupFiltersList()Used to filter chain locations by chain ids.ChainFilterOrBuildergetDynamicChainLocationGroupFiltersOrBuilder(int index)Used to filter chain locations by chain ids.java.util.List<? extends ChainFilterOrBuilder>getDynamicChainLocationGroupFiltersOrBuilderList()Used to filter chain locations by chain ids.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDynamicChainLocationGroupFiltersList
java.util.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.v15.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.v15.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.v15.common.ChainFilter dynamic_chain_location_group_filters = 1;
-
getDynamicChainLocationGroupFiltersOrBuilderList
java.util.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.v15.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.v15.common.ChainFilter dynamic_chain_location_group_filters = 1;
-
-