Interface Campaign.DiscoveryCampaignSettingsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getUpgradedTargeting()
      Immutable.
      boolean hasUpgradedTargeting()
      Immutable.
      • 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

      • hasUpgradedTargeting

        boolean hasUpgradedTargeting()
         Immutable. Specifies whether this campaign uses upgraded targeting
         options. When this field is set to `true`, you can use location and
         language targeting at the ad group level as opposed to the standard
         campaign-level targeting. This field defaults to `false`, and can only be
         set when creating a campaign.
         
        optional bool upgraded_targeting = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        Whether the upgradedTargeting field is set.
      • getUpgradedTargeting

        boolean getUpgradedTargeting()
         Immutable. Specifies whether this campaign uses upgraded targeting
         options. When this field is set to `true`, you can use location and
         language targeting at the ad group level as opposed to the standard
         campaign-level targeting. This field defaults to `false`, and can only be
         set when creating a campaign.
         
        optional bool upgraded_targeting = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The upgradedTargeting.