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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudienceCompositionSectiongetSections(int index)The contents of the insights report, organized into sections.intgetSectionsCount()The contents of the insights report, organized into sections.java.util.List<AudienceCompositionSection>getSectionsList()The contents of the insights report, organized into sections.AudienceCompositionSectionOrBuildergetSectionsOrBuilder(int index)The contents of the insights report, organized into sections.java.util.List<? extends AudienceCompositionSectionOrBuilder>getSectionsOrBuilderList()The contents of the insights report, organized into sections.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.v15.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.v15.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.v15.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.v15.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.v15.services.AudienceCompositionSection sections = 1;
-
-