Interface ListingScopeInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListingScopeInfo,ListingScopeInfo.Builder
public interface ListingScopeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListingDimensionInfogetDimensions(int index)Scope of the campaign criterion.intgetDimensionsCount()Scope of the campaign criterion.java.util.List<ListingDimensionInfo>getDimensionsList()Scope of the campaign criterion.ListingDimensionInfoOrBuildergetDimensionsOrBuilder(int index)Scope of the campaign criterion.java.util.List<? extends ListingDimensionInfoOrBuilder>getDimensionsOrBuilderList()Scope of the campaign criterion.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDimensionsList
java.util.List<ListingDimensionInfo> getDimensionsList()
Scope of the campaign criterion.
repeated .google.ads.googleads.v10.common.ListingDimensionInfo dimensions = 2;
-
getDimensions
ListingDimensionInfo getDimensions(int index)
Scope of the campaign criterion.
repeated .google.ads.googleads.v10.common.ListingDimensionInfo dimensions = 2;
-
getDimensionsCount
int getDimensionsCount()
Scope of the campaign criterion.
repeated .google.ads.googleads.v10.common.ListingDimensionInfo dimensions = 2;
-
getDimensionsOrBuilderList
java.util.List<? extends ListingDimensionInfoOrBuilder> getDimensionsOrBuilderList()
Scope of the campaign criterion.
repeated .google.ads.googleads.v10.common.ListingDimensionInfo dimensions = 2;
-
getDimensionsOrBuilder
ListingDimensionInfoOrBuilder getDimensionsOrBuilder(int index)
Scope of the campaign criterion.
repeated .google.ads.googleads.v10.common.ListingDimensionInfo dimensions = 2;
-
-