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
Modifier and TypeMethodDescriptiongetDimensions(int index) The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.intThe complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.getDimensionsOrBuilder(int index) The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.List<? extends ListingDimensionInfoOrBuilder>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.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()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.v18.common.ListingDimensionInfo dimensions = 1; -
getDimensions
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.v18.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.v18.common.ListingDimensionInfo dimensions = 1; -
getDimensionsOrBuilderList
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.v18.common.ListingDimensionInfo dimensions = 1; -
getDimensionsOrBuilder
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.v18.common.ListingDimensionInfo dimensions = 1;
-