Interface Campaign.GeoTargetTypeSettingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Campaign.GeoTargetTypeSetting, Campaign.GeoTargetTypeSetting.Builder
Enclosing class:
Campaign

public static interface Campaign.GeoTargetTypeSettingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPositiveGeoTargetTypeValue

      int getPositiveGeoTargetTypeValue()
       The setting used for positive geotargeting in this particular campaign.
       
      .google.ads.googleads.v18.enums.PositiveGeoTargetTypeEnum.PositiveGeoTargetType positive_geo_target_type = 1;
      Returns:
      The enum numeric value on the wire for positiveGeoTargetType.
    • getPositiveGeoTargetType

       The setting used for positive geotargeting in this particular campaign.
       
      .google.ads.googleads.v18.enums.PositiveGeoTargetTypeEnum.PositiveGeoTargetType positive_geo_target_type = 1;
      Returns:
      The positiveGeoTargetType.
    • getNegativeGeoTargetTypeValue

      int getNegativeGeoTargetTypeValue()
       The setting used for negative geotargeting in this particular campaign.
       
      .google.ads.googleads.v18.enums.NegativeGeoTargetTypeEnum.NegativeGeoTargetType negative_geo_target_type = 2;
      Returns:
      The enum numeric value on the wire for negativeGeoTargetType.
    • getNegativeGeoTargetType

       The setting used for negative geotargeting in this particular campaign.
       
      .google.ads.googleads.v18.enums.NegativeGeoTargetTypeEnum.NegativeGeoTargetType negative_geo_target_type = 2;
      Returns:
      The negativeGeoTargetType.