Interface AudienceCompositionSectionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AudienceCompositionSection,AudienceCompositionSection.Builder
public interface AudienceCompositionSectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetClusteredAttributes(int index) Additional attributes for this audience, grouped into clusters.intAdditional attributes for this audience, grouped into clusters.Additional attributes for this audience, grouped into clusters.getClusteredAttributesOrBuilder(int index) Additional attributes for this audience, grouped into clusters.List<? extends AudienceCompositionAttributeClusterOrBuilder>Additional attributes for this audience, grouped into clusters.The type of the attributes in this section.intThe type of the attributes in this section.getTopAttributes(int index) The most relevant segments for this audience.intThe most relevant segments for this audience.The most relevant segments for this audience.getTopAttributesOrBuilder(int index) The most relevant segments for this audience.List<? extends AudienceCompositionAttributeOrBuilder>The most relevant segments for this audience.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 type of 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 type of the attributes in this section.
.google.ads.googleads.v18.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimension = 1;- Returns:
- The dimension.
-
getTopAttributesList
List<AudienceCompositionAttribute> getTopAttributesList()The most relevant segments for this audience. If dimension is GENDER, AGE_RANGE or PARENTAL_STATUS, then this list of attributes is exhaustive.
repeated .google.ads.googleads.v18.services.AudienceCompositionAttribute top_attributes = 3; -
getTopAttributes
The most relevant segments for this audience. If dimension is GENDER, AGE_RANGE or PARENTAL_STATUS, then this list of attributes is exhaustive.
repeated .google.ads.googleads.v18.services.AudienceCompositionAttribute top_attributes = 3; -
getTopAttributesCount
int getTopAttributesCount()The most relevant segments for this audience. If dimension is GENDER, AGE_RANGE or PARENTAL_STATUS, then this list of attributes is exhaustive.
repeated .google.ads.googleads.v18.services.AudienceCompositionAttribute top_attributes = 3; -
getTopAttributesOrBuilderList
List<? extends AudienceCompositionAttributeOrBuilder> getTopAttributesOrBuilderList()The most relevant segments for this audience. If dimension is GENDER, AGE_RANGE or PARENTAL_STATUS, then this list of attributes is exhaustive.
repeated .google.ads.googleads.v18.services.AudienceCompositionAttribute top_attributes = 3; -
getTopAttributesOrBuilder
The most relevant segments for this audience. If dimension is GENDER, AGE_RANGE or PARENTAL_STATUS, then this list of attributes is exhaustive.
repeated .google.ads.googleads.v18.services.AudienceCompositionAttribute top_attributes = 3; -
getClusteredAttributesList
List<AudienceCompositionAttributeCluster> getClusteredAttributesList()Additional attributes for this audience, grouped into clusters. Only populated if dimension is YOUTUBE_CHANNEL.
repeated .google.ads.googleads.v18.services.AudienceCompositionAttributeCluster clustered_attributes = 4; -
getClusteredAttributes
Additional attributes for this audience, grouped into clusters. Only populated if dimension is YOUTUBE_CHANNEL.
repeated .google.ads.googleads.v18.services.AudienceCompositionAttributeCluster clustered_attributes = 4; -
getClusteredAttributesCount
int getClusteredAttributesCount()Additional attributes for this audience, grouped into clusters. Only populated if dimension is YOUTUBE_CHANNEL.
repeated .google.ads.googleads.v18.services.AudienceCompositionAttributeCluster clustered_attributes = 4; -
getClusteredAttributesOrBuilderList
List<? extends AudienceCompositionAttributeClusterOrBuilder> getClusteredAttributesOrBuilderList()Additional attributes for this audience, grouped into clusters. Only populated if dimension is YOUTUBE_CHANNEL.
repeated .google.ads.googleads.v18.services.AudienceCompositionAttributeCluster clustered_attributes = 4; -
getClusteredAttributesOrBuilder
Additional attributes for this audience, grouped into clusters. Only populated if dimension is YOUTUBE_CHANNEL.
repeated .google.ads.googleads.v18.services.AudienceCompositionAttributeCluster clustered_attributes = 4;
-