Interface AudienceCompositionSectionOrBuilder

    • Method Detail

      • getDimensionValue

        int getDimensionValue()
         The type of the attributes in this section.
         
        .google.ads.googleads.v14.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimension = 1;
        Returns:
        The enum numeric value on the wire for dimension.
      • getTopAttributesList

        java.util.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.v14.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.v14.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.v14.services.AudienceCompositionAttribute top_attributes = 3;
      • getTopAttributesOrBuilderList

        java.util.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.v14.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.v14.services.AudienceCompositionAttribute top_attributes = 3;
      • getClusteredAttributesList

        java.util.List<AudienceCompositionAttributeCluster> getClusteredAttributesList()
         Additional attributes for this audience, grouped into clusters.  Only
         populated if dimension is YOUTUBE_CHANNEL.
         
        repeated .google.ads.googleads.v14.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.v14.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.v14.services.AudienceCompositionAttributeCluster clustered_attributes = 4;
      • getClusteredAttributesOrBuilderList

        java.util.List<? extends AudienceCompositionAttributeClusterOrBuilder> getClusteredAttributesOrBuilderList()
         Additional attributes for this audience, grouped into clusters.  Only
         populated if dimension is YOUTUBE_CHANNEL.
         
        repeated .google.ads.googleads.v14.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.v14.services.AudienceCompositionAttributeCluster clustered_attributes = 4;