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 Type
    Method
    Description
    getDimensions(int index)
    The complete path of dimensions through the listing group hierarchy, from the root (excluding the root itself) to this listing group.
    int
    The 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.
    The 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.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      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.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

      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.v18.common.ListingDimensionInfo dimensions = 1;