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 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

       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

      AudienceCompositionAttribute getTopAttributes(int index)
       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

      AudienceCompositionAttributeOrBuilder getTopAttributesOrBuilder(int index)
       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

      AudienceCompositionAttributeCluster getClusteredAttributes(int index)
       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

      AudienceCompositionAttributeClusterOrBuilder getClusteredAttributesOrBuilder(int index)
       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;