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
Modifier and TypeMethodDescriptiongetDynamicChainLocationGroupFilters(int index) Used to filter chain locations by chain ids.intUsed to filter chain locations by chain ids.Used to filter chain locations by chain ids.getDynamicChainLocationGroupFiltersOrBuilder(int index) Used to filter chain locations by chain ids.List<? extends ChainFilterOrBuilder>Used to filter chain locations by chain ids.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
-
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
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
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;
-