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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListingGroupFilterDimensiongetDimensions(int index)Output only.intgetDimensionsCount()Output only.java.util.List<ListingGroupFilterDimension>getDimensionsList()Output only.ListingGroupFilterDimensionOrBuildergetDimensionsOrBuilder(int index)Output only.java.util.List<? extends ListingGroupFilterDimensionOrBuilder>getDimensionsOrBuilderList()Output only.-
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<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];
-
-