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 Summary
Modifier and TypeMethodDescriptiongetSections(int index) The contents of the insights report, organized into sections.intThe contents of the insights report, organized into sections.The contents of the insights report, organized into sections.getSectionsOrBuilder(int index) The contents of the insights report, organized into sections.List<? extends AudienceCompositionSectionOrBuilder>The contents of the insights report, organized into sections.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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;
-