Interface ListingGroupFilterDimensionPathOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListingGroupFilterDimensionPath, ListingGroupFilterDimensionPath.Builder

public interface ListingGroupFilterDimensionPathOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDimensionsList

      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.v18.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.v18.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.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getDimensionsOrBuilderList

      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.v18.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.v18.resources.ListingGroupFilterDimension dimensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];