All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.GenerateAudienceCompositionInsightsResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/audience_insights_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface GenerateAudienceCompositionInsightsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GenerateAudienceCompositionInsightsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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.v17.services.AudienceCompositionSection sections = 1; */ java.util.List 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.v17.services.AudienceCompositionSection sections = 1; */ com.google.ads.googleads.v17.services.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.v17.services.AudienceCompositionSection sections = 1; */ 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.v17.services.AudienceCompositionSection sections = 1; */ java.util.List 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.v17.services.AudienceCompositionSection sections = 1; */ com.google.ads.googleads.v17.services.AudienceCompositionSectionOrBuilder getSectionsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy