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
Modifier and TypeMethodDescriptionThe location source type for this local campaign.intThe location source type for this local campaign.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
-
getLocationSourceTypeValue
int getLocationSourceTypeValue()The location source type for this local campaign.
.google.ads.googleads.v18.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.v18.enums.LocationSourceTypeEnum.LocationSourceType location_source_type = 1;- Returns:
- The locationSourceType.
-