Interface ListingDimensionPathOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListingDimensionPath,ListingDimensionPath.Builder
public interface ListingDimensionPathOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListingDimensionInfogetDimensions(int index)The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.intgetDimensionsCount()The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.java.util.List<ListingDimensionInfo>getDimensionsList()The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.ListingDimensionInfoOrBuildergetDimensionsOrBuilder(int index)The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.java.util.List<? extends ListingDimensionInfoOrBuilder>getDimensionsOrBuilderList()The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.-
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()
The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.
repeated .google.ads.googleads.v15.common.ListingDimensionInfo dimensions = 1;
-
getDimensions
ListingDimensionInfo getDimensions(int index)
The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.
repeated .google.ads.googleads.v15.common.ListingDimensionInfo dimensions = 1;
-
getDimensionsCount
int getDimensionsCount()
The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.
repeated .google.ads.googleads.v15.common.ListingDimensionInfo dimensions = 1;
-
getDimensionsOrBuilderList
java.util.List<? extends ListingDimensionInfoOrBuilder> getDimensionsOrBuilderList()
The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.
repeated .google.ads.googleads.v15.common.ListingDimensionInfo dimensions = 1;
-
getDimensionsOrBuilder
ListingDimensionInfoOrBuilder getDimensionsOrBuilder(int index)
The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.
repeated .google.ads.googleads.v15.common.ListingDimensionInfo dimensions = 1;
-
-