com.google.ads.googleads.v10.common.ListingScopeInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/criteria.proto
package com.google.ads.googleads.v10.common;
public interface ListingScopeInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.ListingScopeInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Scope of the campaign criterion.
*
*
* repeated .google.ads.googleads.v10.common.ListingDimensionInfo dimensions = 2;
*/
java.util.List
getDimensionsList();
/**
*
* Scope of the campaign criterion.
*
*
* repeated .google.ads.googleads.v10.common.ListingDimensionInfo dimensions = 2;
*/
com.google.ads.googleads.v10.common.ListingDimensionInfo getDimensions(int index);
/**
*
* Scope of the campaign criterion.
*
*
* repeated .google.ads.googleads.v10.common.ListingDimensionInfo dimensions = 2;
*/
int getDimensionsCount();
/**
*
* Scope of the campaign criterion.
*
*
* repeated .google.ads.googleads.v10.common.ListingDimensionInfo dimensions = 2;
*/
java.util.List extends com.google.ads.googleads.v10.common.ListingDimensionInfoOrBuilder>
getDimensionsOrBuilderList();
/**
*
* Scope of the campaign criterion.
*
*
* repeated .google.ads.googleads.v10.common.ListingDimensionInfo dimensions = 2;
*/
com.google.ads.googleads.v10.common.ListingDimensionInfoOrBuilder getDimensionsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy