Interface BasicInsightsAudienceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicInsightsAudience,BasicInsightsAudience.Builder
public interface BasicInsightsAudienceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgeRangeInfogetAgeRanges(int index)Age ranges for the audience.intgetAgeRangesCount()Age ranges for the audience.java.util.List<AgeRangeInfo>getAgeRangesList()Age ranges for the audience.AgeRangeInfoOrBuildergetAgeRangesOrBuilder(int index)Age ranges for the audience.java.util.List<? extends AgeRangeInfoOrBuilder>getAgeRangesOrBuilderList()Age ranges for the audience.LocationInfogetCountryLocation(int index)Required.intgetCountryLocationCount()Required.java.util.List<LocationInfo>getCountryLocationList()Required.LocationInfoOrBuildergetCountryLocationOrBuilder(int index)Required.java.util.List<? extends LocationInfoOrBuilder>getCountryLocationOrBuilderList()Required.GenderInfogetGender()Gender for the audience.GenderInfoOrBuildergetGenderOrBuilder()Gender for the audience.LocationInfogetSubCountryLocations(int index)Sub-country geographic location attributes.intgetSubCountryLocationsCount()Sub-country geographic location attributes.java.util.List<LocationInfo>getSubCountryLocationsList()Sub-country geographic location attributes.LocationInfoOrBuildergetSubCountryLocationsOrBuilder(int index)Sub-country geographic location attributes.java.util.List<? extends LocationInfoOrBuilder>getSubCountryLocationsOrBuilderList()Sub-country geographic location attributes.AudienceInsightsTopicgetTopics(int index)Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.intgetTopicsCount()Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.java.util.List<AudienceInsightsTopic>getTopicsList()Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.AudienceInsightsTopicOrBuildergetTopicsOrBuilder(int index)Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.java.util.List<? extends AudienceInsightsTopicOrBuilder>getTopicsOrBuilderList()Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.UserInterestInfogetUserInterests(int index)User interests defining this audience.intgetUserInterestsCount()User interests defining this audience.java.util.List<UserInterestInfo>getUserInterestsList()User interests defining this audience.UserInterestInfoOrBuildergetUserInterestsOrBuilder(int index)User interests defining this audience.java.util.List<? extends UserInterestInfoOrBuilder>getUserInterestsOrBuilderList()User interests defining this audience.booleanhasGender()Gender for the audience.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCountryLocationList
java.util.List<LocationInfo> getCountryLocationList()
Required. The countries for this audience.
repeated .google.ads.googleads.v15.common.LocationInfo country_location = 1 [(.google.api.field_behavior) = REQUIRED];
-
getCountryLocation
LocationInfo getCountryLocation(int index)
Required. The countries for this audience.
repeated .google.ads.googleads.v15.common.LocationInfo country_location = 1 [(.google.api.field_behavior) = REQUIRED];
-
getCountryLocationCount
int getCountryLocationCount()
Required. The countries for this audience.
repeated .google.ads.googleads.v15.common.LocationInfo country_location = 1 [(.google.api.field_behavior) = REQUIRED];
-
getCountryLocationOrBuilderList
java.util.List<? extends LocationInfoOrBuilder> getCountryLocationOrBuilderList()
Required. The countries for this audience.
repeated .google.ads.googleads.v15.common.LocationInfo country_location = 1 [(.google.api.field_behavior) = REQUIRED];
-
getCountryLocationOrBuilder
LocationInfoOrBuilder getCountryLocationOrBuilder(int index)
Required. The countries for this audience.
repeated .google.ads.googleads.v15.common.LocationInfo country_location = 1 [(.google.api.field_behavior) = REQUIRED];
-
getSubCountryLocationsList
java.util.List<LocationInfo> getSubCountryLocationsList()
Sub-country geographic location attributes. If present, each of these must be contained in one of the countries in this audience.
repeated .google.ads.googleads.v15.common.LocationInfo sub_country_locations = 2;
-
getSubCountryLocations
LocationInfo getSubCountryLocations(int index)
Sub-country geographic location attributes. If present, each of these must be contained in one of the countries in this audience.
repeated .google.ads.googleads.v15.common.LocationInfo sub_country_locations = 2;
-
getSubCountryLocationsCount
int getSubCountryLocationsCount()
Sub-country geographic location attributes. If present, each of these must be contained in one of the countries in this audience.
repeated .google.ads.googleads.v15.common.LocationInfo sub_country_locations = 2;
-
getSubCountryLocationsOrBuilderList
java.util.List<? extends LocationInfoOrBuilder> getSubCountryLocationsOrBuilderList()
Sub-country geographic location attributes. If present, each of these must be contained in one of the countries in this audience.
repeated .google.ads.googleads.v15.common.LocationInfo sub_country_locations = 2;
-
getSubCountryLocationsOrBuilder
LocationInfoOrBuilder getSubCountryLocationsOrBuilder(int index)
Sub-country geographic location attributes. If present, each of these must be contained in one of the countries in this audience.
repeated .google.ads.googleads.v15.common.LocationInfo sub_country_locations = 2;
-
hasGender
boolean hasGender()
Gender for the audience. If absent, the audience does not restrict by gender.
.google.ads.googleads.v15.common.GenderInfo gender = 3;- Returns:
- Whether the gender field is set.
-
getGender
GenderInfo getGender()
Gender for the audience. If absent, the audience does not restrict by gender.
.google.ads.googleads.v15.common.GenderInfo gender = 3;- Returns:
- The gender.
-
getGenderOrBuilder
GenderInfoOrBuilder getGenderOrBuilder()
Gender for the audience. If absent, the audience does not restrict by gender.
.google.ads.googleads.v15.common.GenderInfo gender = 3;
-
getAgeRangesList
java.util.List<AgeRangeInfo> getAgeRangesList()
Age ranges for the audience. If absent, the audience represents all people over 18 that match the other attributes.
repeated .google.ads.googleads.v15.common.AgeRangeInfo age_ranges = 4;
-
getAgeRanges
AgeRangeInfo getAgeRanges(int index)
Age ranges for the audience. If absent, the audience represents all people over 18 that match the other attributes.
repeated .google.ads.googleads.v15.common.AgeRangeInfo age_ranges = 4;
-
getAgeRangesCount
int getAgeRangesCount()
Age ranges for the audience. If absent, the audience represents all people over 18 that match the other attributes.
repeated .google.ads.googleads.v15.common.AgeRangeInfo age_ranges = 4;
-
getAgeRangesOrBuilderList
java.util.List<? extends AgeRangeInfoOrBuilder> getAgeRangesOrBuilderList()
Age ranges for the audience. If absent, the audience represents all people over 18 that match the other attributes.
repeated .google.ads.googleads.v15.common.AgeRangeInfo age_ranges = 4;
-
getAgeRangesOrBuilder
AgeRangeInfoOrBuilder getAgeRangesOrBuilder(int index)
Age ranges for the audience. If absent, the audience represents all people over 18 that match the other attributes.
repeated .google.ads.googleads.v15.common.AgeRangeInfo age_ranges = 4;
-
getUserInterestsList
java.util.List<UserInterestInfo> getUserInterestsList()
User interests defining this audience. Affinity and In-Market audiences are supported.
repeated .google.ads.googleads.v15.common.UserInterestInfo user_interests = 5;
-
getUserInterests
UserInterestInfo getUserInterests(int index)
User interests defining this audience. Affinity and In-Market audiences are supported.
repeated .google.ads.googleads.v15.common.UserInterestInfo user_interests = 5;
-
getUserInterestsCount
int getUserInterestsCount()
User interests defining this audience. Affinity and In-Market audiences are supported.
repeated .google.ads.googleads.v15.common.UserInterestInfo user_interests = 5;
-
getUserInterestsOrBuilderList
java.util.List<? extends UserInterestInfoOrBuilder> getUserInterestsOrBuilderList()
User interests defining this audience. Affinity and In-Market audiences are supported.
repeated .google.ads.googleads.v15.common.UserInterestInfo user_interests = 5;
-
getUserInterestsOrBuilder
UserInterestInfoOrBuilder getUserInterestsOrBuilder(int index)
User interests defining this audience. Affinity and In-Market audiences are supported.
repeated .google.ads.googleads.v15.common.UserInterestInfo user_interests = 5;
-
getTopicsList
java.util.List<AudienceInsightsTopic> getTopicsList()
Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.
repeated .google.ads.googleads.v15.services.AudienceInsightsTopic topics = 6;
-
getTopics
AudienceInsightsTopic getTopics(int index)
Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.
repeated .google.ads.googleads.v15.services.AudienceInsightsTopic topics = 6;
-
getTopicsCount
int getTopicsCount()
Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.
repeated .google.ads.googleads.v15.services.AudienceInsightsTopic topics = 6;
-
getTopicsOrBuilderList
java.util.List<? extends AudienceInsightsTopicOrBuilder> getTopicsOrBuilderList()
Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.
repeated .google.ads.googleads.v15.services.AudienceInsightsTopic topics = 6;
-
getTopicsOrBuilder
AudienceInsightsTopicOrBuilder getTopicsOrBuilder(int index)
Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.
repeated .google.ads.googleads.v15.services.AudienceInsightsTopic topics = 6;
-
-