Interface Campaign.LocalCampaignSettingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.LocalCampaignSetting,Campaign.LocalCampaignSetting.Builder
- Enclosing class:
- Campaign
public static interface Campaign.LocalCampaignSettingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationSourceTypeEnum.LocationSourceTypegetLocationSourceType()The location source type for this local campaign.intgetLocationSourceTypeValue()The location source type for this local campaign.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocationSourceTypeValue
int getLocationSourceTypeValue()
The location source type for this local campaign.
.google.ads.googleads.v10.enums.LocationSourceTypeEnum.LocationSourceType location_source_type = 1;- Returns:
- The enum numeric value on the wire for locationSourceType.
-
getLocationSourceType
LocationSourceTypeEnum.LocationSourceType getLocationSourceType()
The location source type for this local campaign.
.google.ads.googleads.v10.enums.LocationSourceTypeEnum.LocationSourceType location_source_type = 1;- Returns:
- The locationSourceType.
-
-