Interface GenerateAudienceCompositionInsightsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GenerateAudienceCompositionInsightsResponse, GenerateAudienceCompositionInsightsResponse.Builder

public interface GenerateAudienceCompositionInsightsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSectionsList

      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.v18.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.v18.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.v18.services.AudienceCompositionSection sections = 1;
    • getSectionsOrBuilderList

      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.v18.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.v18.services.AudienceCompositionSection sections = 1;