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.v23.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.v23.common.LocationInfo country_locations = 1 [(.google.api.field_behavior) = REQUIRED];
    • getCountryLocationsCount

      int getCountryLocationsCount()
       Required. The countries for the audience.
       
      repeated .google.ads.googleads.v23.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.v23.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.v23.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.
    • hasMarketingObjective

      boolean hasMarketingObjective()
       Optional. An optional marketing objective which will influence the type
       of suggestions produced.
       
      .google.ads.googleads.v23.enums.AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective marketing_objective = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the marketingObjective field is set.
    • getMarketingObjectiveValue

      int getMarketingObjectiveValue()
       Optional. An optional marketing objective which will influence the type
       of suggestions produced.
       
      .google.ads.googleads.v23.enums.AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective marketing_objective = 4 [(.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.
       
      .google.ads.googleads.v23.enums.AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective marketing_objective = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The marketingObjective.
    • hasAudienceDimensions

      boolean hasAudienceDimensions()
       Optional. An optional list of audience dimensions to return.
       
      .google.ads.googleads.v23.services.AudienceInsightsDimensions audience_dimensions = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the audienceDimensions field is set.
    • getAudienceDimensions

      AudienceInsightsDimensions getAudienceDimensions()
       Optional. An optional list of audience dimensions to return.
       
      .google.ads.googleads.v23.services.AudienceInsightsDimensions audience_dimensions = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The audienceDimensions.
    • getAudienceDimensionsOrBuilder

      AudienceInsightsDimensionsOrBuilder getAudienceDimensionsOrBuilder()
       Optional. An optional list of audience dimensions to return.
       
      .google.ads.googleads.v23.services.AudienceInsightsDimensions audience_dimensions = 5 [(.google.api.field_behavior) = OPTIONAL];
    • getOutputTypesCase