Interface GenerateAudienceCompositionInsightsResponseOrBuilder

    • Method Detail

      • getSectionsList

        java.util.List<AudienceCompositionSection> getSectionsList()
         The contents of the insights report, organized into sections.
         Each section is associated with one of the AudienceInsightsDimension values
         in the request. There may be more than one section per dimension.
         
        repeated .google.ads.googleads.v14.services.AudienceCompositionSection sections = 1;
      • getSections

        AudienceCompositionSection getSections​(int index)
         The contents of the insights report, organized into sections.
         Each section is associated with one of the AudienceInsightsDimension values
         in the request. There may be more than one section per dimension.
         
        repeated .google.ads.googleads.v14.services.AudienceCompositionSection sections = 1;
      • getSectionsCount

        int getSectionsCount()
         The contents of the insights report, organized into sections.
         Each section is associated with one of the AudienceInsightsDimension values
         in the request. There may be more than one section per dimension.
         
        repeated .google.ads.googleads.v14.services.AudienceCompositionSection sections = 1;
      • getSectionsOrBuilderList

        java.util.List<? extends AudienceCompositionSectionOrBuilder> getSectionsOrBuilderList()
         The contents of the insights report, organized into sections.
         Each section is associated with one of the AudienceInsightsDimension values
         in the request. There may be more than one section per dimension.
         
        repeated .google.ads.googleads.v14.services.AudienceCompositionSection sections = 1;
      • getSectionsOrBuilder

        AudienceCompositionSectionOrBuilder getSectionsOrBuilder​(int index)
         The contents of the insights report, organized into sections.
         Each section is associated with one of the AudienceInsightsDimension values
         in the request. There may be more than one section per dimension.
         
        repeated .google.ads.googleads.v14.services.AudienceCompositionSection sections = 1;