All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.ChainLocationGroupOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/asset_set_types.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface ChainLocationGroupOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.ChainLocationGroup)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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.v17.common.ChainFilter dynamic_chain_location_group_filters = 1; */ java.util.List 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.v17.common.ChainFilter dynamic_chain_location_group_filters = 1; */ com.google.ads.googleads.v17.common.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.v17.common.ChainFilter dynamic_chain_location_group_filters = 1; */ 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.v17.common.ChainFilter dynamic_chain_location_group_filters = 1; */ java.util.List 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.v17.common.ChainFilter dynamic_chain_location_group_filters = 1; */ com.google.ads.googleads.v17.common.ChainFilterOrBuilder getDynamicChainLocationGroupFiltersOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy