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 Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.getCountryLocations(int index) Required.intRequired.Required.getCountryLocationsOrBuilder(int index) Required.List<? extends LocationInfoOrBuilder>Required.Optional.intOptional.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
-
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
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
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
AudienceInsightsMarketingObjectiveEnum.AudienceInsightsMarketingObjective 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.
-