Interface DimensionOverlapResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DimensionOverlapResult,DimensionOverlapResult.Builder
public interface DimensionOverlapResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe dimension of all the attributes in this section.intThe dimension of all the attributes in this section.getItems(int index) The attributes and their overlap with the primary attribute.intThe attributes and their overlap with the primary attribute.The attributes and their overlap with the primary attribute.getItemsOrBuilder(int index) The attributes and their overlap with the primary attribute.List<? extends AudienceOverlapItemOrBuilder>The attributes and their overlap with the primary attribute.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
-
getDimensionValue
int getDimensionValue()The dimension of all the attributes in this section.
.google.ads.googleads.v18.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimension = 1;- Returns:
- The enum numeric value on the wire for dimension.
-
getDimension
AudienceInsightsDimensionEnum.AudienceInsightsDimension getDimension()The dimension of all the attributes in this section.
.google.ads.googleads.v18.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimension = 1;- Returns:
- The dimension.
-
getItemsList
List<AudienceOverlapItem> getItemsList()The attributes and their overlap with the primary attribute.
repeated .google.ads.googleads.v18.services.AudienceOverlapItem items = 2; -
getItems
The attributes and their overlap with the primary attribute.
repeated .google.ads.googleads.v18.services.AudienceOverlapItem items = 2; -
getItemsCount
int getItemsCount()The attributes and their overlap with the primary attribute.
repeated .google.ads.googleads.v18.services.AudienceOverlapItem items = 2; -
getItemsOrBuilderList
List<? extends AudienceOverlapItemOrBuilder> getItemsOrBuilderList()The attributes and their overlap with the primary attribute.
repeated .google.ads.googleads.v18.services.AudienceOverlapItem items = 2; -
getItemsOrBuilder
The attributes and their overlap with the primary attribute.
repeated .google.ads.googleads.v18.services.AudienceOverlapItem items = 2;
-