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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NegativeGeoTargetTypeEnum.NegativeGeoTargetTypegetNegativeGeoTargetType()The setting used for negative geotargeting in this particular campaign.intgetNegativeGeoTargetTypeValue()The setting used for negative geotargeting in this particular campaign.PositiveGeoTargetTypeEnum.PositiveGeoTargetTypegetPositiveGeoTargetType()The setting used for positive geotargeting in this particular campaign.intgetPositiveGeoTargetTypeValue()The setting used for positive geotargeting in this particular campaign.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPositiveGeoTargetTypeValue
int getPositiveGeoTargetTypeValue()
The setting used for positive geotargeting in this particular campaign.
.google.ads.googleads.v10.enums.PositiveGeoTargetTypeEnum.PositiveGeoTargetType positive_geo_target_type = 1;- Returns:
- The enum numeric value on the wire for positiveGeoTargetType.
-
getPositiveGeoTargetType
PositiveGeoTargetTypeEnum.PositiveGeoTargetType getPositiveGeoTargetType()
The setting used for positive geotargeting in this particular campaign.
.google.ads.googleads.v10.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.v10.enums.NegativeGeoTargetTypeEnum.NegativeGeoTargetType negative_geo_target_type = 2;- Returns:
- The enum numeric value on the wire for negativeGeoTargetType.
-
getNegativeGeoTargetType
NegativeGeoTargetTypeEnum.NegativeGeoTargetType getNegativeGeoTargetType()
The setting used for negative geotargeting in this particular campaign.
.google.ads.googleads.v10.enums.NegativeGeoTargetTypeEnum.NegativeGeoTargetType negative_geo_target_type = 2;- Returns:
- The negativeGeoTargetType.
-
-