All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v18.services.InsightsAudienceDescriptionOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v18/services/audience_insights_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v18.services;

public interface InsightsAudienceDescriptionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v18.services.InsightsAudienceDescription)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The countries for the audience.
   * 
* * repeated .google.ads.googleads.v18.common.LocationInfo country_locations = 1 [(.google.api.field_behavior) = REQUIRED]; */ java.util.List getCountryLocationsList(); /** *
   * Required. The countries for the audience.
   * 
* * repeated .google.ads.googleads.v18.common.LocationInfo country_locations = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.ads.googleads.v18.common.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]; */ int getCountryLocationsCount(); /** *
   * Required. The countries for the audience.
   * 
* * repeated .google.ads.googleads.v18.common.LocationInfo country_locations = 1 [(.google.api.field_behavior) = REQUIRED]; */ java.util.List getCountryLocationsOrBuilderList(); /** *
   * Required. The countries for the audience.
   * 
* * repeated .google.ads.googleads.v18.common.LocationInfo country_locations = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.ads.googleads.v18.common.LocationInfoOrBuilder getCountryLocationsOrBuilder( int index); /** *
   * 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]; * @return The audienceDescription. */ java.lang.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]; * @return The bytes for audienceDescription. */ com.google.protobuf.ByteString getAudienceDescriptionBytes(); /** *
   * 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]; * @return The enum numeric value on the wire for marketingObjective. */ 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]; * @return The marketingObjective. */ com.google.ads.googleads.v18.enums.AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective getMarketingObjective(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy