com.google.ads.googleads.v17.services.GenerateAudienceCompositionInsightsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 extends com.google.ads.googleads.v17.services.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.v17.services.AudienceCompositionSection sections = 1;
*/
com.google.ads.googleads.v17.services.AudienceCompositionSectionOrBuilder getSectionsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy