com.google.ads.googleads.v17.common.ChainLocationGroupOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 extends com.google.ads.googleads.v17.common.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.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