Interface InsightsAudienceDescriptionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InsightsAudienceDescription, InsightsAudienceDescription.Builder

public interface InsightsAudienceDescriptionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCountryLocationsList

      List<LocationInfo> getCountryLocationsList()
       Required. The countries for the audience.
       
      repeated .google.ads.googleads.v18.common.LocationInfo country_locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getCountryLocations

      LocationInfo getCountryLocations(int index)
       Required. The countries for the audience.
       
      repeated .google.ads.googleads.v18.common.LocationInfo country_locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getCountryLocationsCount

      int getCountryLocationsCount()
       Required. The countries for the audience.
       
      repeated .google.ads.googleads.v18.common.LocationInfo country_locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getCountryLocationsOrBuilderList

      List<? extends LocationInfoOrBuilder> getCountryLocationsOrBuilderList()
       Required. The countries for the audience.
       
      repeated .google.ads.googleads.v18.common.LocationInfo country_locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getCountryLocationsOrBuilder

      LocationInfoOrBuilder getCountryLocationsOrBuilder(int index)
       Required. The countries for the audience.
       
      repeated .google.ads.googleads.v18.common.LocationInfo country_locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getAudienceDescription

      String getAudienceDescription()
       Required. An English language text description of an audience to get
       suggestions for. Maximum length is 2000 characters. For example, "Women in
       their 30s who love to travel".
       
      string audience_description = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The audienceDescription.
    • getAudienceDescriptionBytes

      com.google.protobuf.ByteString getAudienceDescriptionBytes()
       Required. An English language text description of an audience to get
       suggestions for. Maximum length is 2000 characters. For example, "Women in
       their 30s who love to travel".
       
      string audience_description = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for audienceDescription.
    • getMarketingObjectiveValue

      int getMarketingObjectiveValue()
       Optional. An optional marketing objective which will influence the type of
       suggestions produced. AWARENESS will provide affinity audience segments,
       while CONSIDERATION will provide in-market audience segments. Leaving it
       unset will provide both.
       
      .google.ads.googleads.v18.enums.AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective marketing_objective = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The enum numeric value on the wire for marketingObjective.
    • getMarketingObjective

       Optional. An optional marketing objective which will influence the type of
       suggestions produced. AWARENESS will provide affinity audience segments,
       while CONSIDERATION will provide in-market audience segments. Leaving it
       unset will provide both.
       
      .google.ads.googleads.v18.enums.AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective marketing_objective = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The marketingObjective.