Interface Campaign.LocalCampaignSettingOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LocationSourceTypeEnum.LocationSourceType getLocationSourceType()
      The location source type for this local campaign.
      int getLocationSourceTypeValue()
      The location source type for this local campaign.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.