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 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

      LocationInfo getCountryLocation(int index)
       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

      LocationInfoOrBuilder getCountryLocationOrBuilder(int index)
       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

      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.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

      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.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

      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.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

      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.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

      UserInterestInfo getUserInterests(int index)
       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

      UserInterestInfoOrBuilder getUserInterestsOrBuilder(int index)
       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

      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.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

      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.v18.services.AudienceInsightsTopic topics = 6;