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
Modifier and TypeMethodDescriptiongetDimensions(int index) Output only.intOutput only.Output only.getDimensionsOrBuilder(int index) Output only.List<? extends ListingGroupFilterDimensionOrBuilder>Output only.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<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
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
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];
-