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
Modifier and TypeMethodDescriptiongetAgeRanges(int index) Age ranges for the audience.intAge ranges for the audience.Age ranges for the audience.getAgeRangesOrBuilder(int index) Age ranges for the audience.List<? extends AgeRangeInfoOrBuilder>Age ranges for the audience.getCountryLocation(int index) Required.intRequired.Required.getCountryLocationOrBuilder(int index) Required.List<? extends LocationInfoOrBuilder>Required.Gender for the audience.Gender for the audience.getSubCountryLocations(int index) Sub-country geographic location attributes.intSub-country geographic location attributes.Sub-country geographic location attributes.getSubCountryLocationsOrBuilder(int index) Sub-country geographic location attributes.List<? extends LocationInfoOrBuilder>Sub-country geographic location attributes.getTopics(int index) Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.intTopics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.getTopicsOrBuilder(int index) Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.List<? extends AudienceInsightsTopicOrBuilder>Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.getUserInterests(int index) User interests defining this audience.intUser interests defining this audience.User interests defining this audience.getUserInterestsOrBuilder(int index) User interests defining this audience.List<? extends UserInterestInfoOrBuilder>User interests defining this audience.booleanGender for the audience.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
-
getCountryLocationList
List<LocationInfo> getCountryLocationList()Required. The countries for this audience.
repeated .google.ads.googleads.v18.common.LocationInfo country_location = 1 [(.google.api.field_behavior) = REQUIRED]; -
getCountryLocation
Required. The countries for this audience.
repeated .google.ads.googleads.v18.common.LocationInfo country_location = 1 [(.google.api.field_behavior) = REQUIRED]; -
getCountryLocationCount
int getCountryLocationCount()Required. The countries for this audience.
repeated .google.ads.googleads.v18.common.LocationInfo country_location = 1 [(.google.api.field_behavior) = REQUIRED]; -
getCountryLocationOrBuilderList
List<? extends LocationInfoOrBuilder> getCountryLocationOrBuilderList()Required. The countries for this audience.
repeated .google.ads.googleads.v18.common.LocationInfo country_location = 1 [(.google.api.field_behavior) = REQUIRED]; -
getCountryLocationOrBuilder
Required. The countries for this audience.
repeated .google.ads.googleads.v18.common.LocationInfo country_location = 1 [(.google.api.field_behavior) = REQUIRED]; -
getSubCountryLocationsList
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.v18.common.LocationInfo sub_country_locations = 2; -
getSubCountryLocations
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.v18.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.v18.common.LocationInfo sub_country_locations = 2; -
getSubCountryLocationsOrBuilderList
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.v18.common.LocationInfo sub_country_locations = 2; -
getSubCountryLocationsOrBuilder
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.v18.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.v18.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.v18.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.v18.common.GenderInfo gender = 3; -
getAgeRangesList
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.v18.common.AgeRangeInfo age_ranges = 4; -
getAgeRanges
Age ranges for the audience. If absent, the audience represents all people over 18 that match the other attributes.
repeated .google.ads.googleads.v18.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.v18.common.AgeRangeInfo age_ranges = 4; -
getAgeRangesOrBuilderList
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.v18.common.AgeRangeInfo age_ranges = 4; -
getAgeRangesOrBuilder
Age ranges for the audience. If absent, the audience represents all people over 18 that match the other attributes.
repeated .google.ads.googleads.v18.common.AgeRangeInfo age_ranges = 4; -
getUserInterestsList
List<UserInterestInfo> getUserInterestsList()User interests defining this audience. Affinity and In-Market audiences are supported.
repeated .google.ads.googleads.v18.common.UserInterestInfo user_interests = 5; -
getUserInterests
User interests defining this audience. Affinity and In-Market audiences are supported.
repeated .google.ads.googleads.v18.common.UserInterestInfo user_interests = 5; -
getUserInterestsCount
int getUserInterestsCount()User interests defining this audience. Affinity and In-Market audiences are supported.
repeated .google.ads.googleads.v18.common.UserInterestInfo user_interests = 5; -
getUserInterestsOrBuilderList
List<? extends UserInterestInfoOrBuilder> getUserInterestsOrBuilderList()User interests defining this audience. Affinity and In-Market audiences are supported.
repeated .google.ads.googleads.v18.common.UserInterestInfo user_interests = 5; -
getUserInterestsOrBuilder
User interests defining this audience. Affinity and In-Market audiences are supported.
repeated .google.ads.googleads.v18.common.UserInterestInfo user_interests = 5; -
getTopicsList
List<AudienceInsightsTopic> getTopicsList()Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.
repeated .google.ads.googleads.v18.services.AudienceInsightsTopic topics = 6; -
getTopics
Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.
repeated .google.ads.googleads.v18.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.v18.services.AudienceInsightsTopic topics = 6; -
getTopicsOrBuilderList
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.v18.services.AudienceInsightsTopic topics = 6; -
getTopicsOrBuilder
Topics, represented by Knowledge Graph entities and/or Product & Service categories, that this audience is interested in.
repeated .google.ads.googleads.v18.services.AudienceInsightsTopic topics = 6;
-