Interface ListingGroupFilterDimensionPathOrBuilder

    • Method Detail

      • getDimensionsList

        java.util.List<ListingGroupFilterDimension> getDimensionsList()
         Output only. The complete path of dimensions through the listing group
         filter hierarchy (excluding the root node) to this listing group filter.
         
        repeated .google.ads.googleads.v15.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDimensions

        ListingGroupFilterDimension getDimensions​(int index)
         Output only. The complete path of dimensions through the listing group
         filter hierarchy (excluding the root node) to this listing group filter.
         
        repeated .google.ads.googleads.v15.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDimensionsCount

        int getDimensionsCount()
         Output only. The complete path of dimensions through the listing group
         filter hierarchy (excluding the root node) to this listing group filter.
         
        repeated .google.ads.googleads.v15.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDimensionsOrBuilderList

        java.util.List<? extends ListingGroupFilterDimensionOrBuilder> getDimensionsOrBuilderList()
         Output only. The complete path of dimensions through the listing group
         filter hierarchy (excluding the root node) to this listing group filter.
         
        repeated .google.ads.googleads.v15.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDimensionsOrBuilder

        ListingGroupFilterDimensionOrBuilder getDimensionsOrBuilder​(int index)
         Output only. The complete path of dimensions through the listing group
         filter hierarchy (excluding the root node) to this listing group filter.
         
        repeated .google.ads.googleads.v15.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];