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
Modifier and TypeMethodDescriptiongetDimensions(int index) Scope of the campaign criterion.intScope of the campaign criterion.Scope of the campaign criterion.getDimensionsOrBuilder(int index) Scope of the campaign criterion.List<? extends ListingDimensionInfoOrBuilder>Scope of the campaign criterion.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
-
getDimensionsList
List<ListingDimensionInfo> getDimensionsList()Scope of the campaign criterion.
repeated .google.ads.googleads.v18.common.ListingDimensionInfo dimensions = 2; -
getDimensions
Scope of the campaign criterion.
repeated .google.ads.googleads.v18.common.ListingDimensionInfo dimensions = 2; -
getDimensionsCount
int getDimensionsCount()Scope of the campaign criterion.
repeated .google.ads.googleads.v18.common.ListingDimensionInfo dimensions = 2; -
getDimensionsOrBuilderList
List<? extends ListingDimensionInfoOrBuilder> getDimensionsOrBuilderList()Scope of the campaign criterion.
repeated .google.ads.googleads.v18.common.ListingDimensionInfo dimensions = 2; -
getDimensionsOrBuilder
Scope of the campaign criterion.
repeated .google.ads.googleads.v18.common.ListingDimensionInfo dimensions = 2;
-