Interface SmartCampaignNotEligibleDetailsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason getNotEligibleReason()
      The reason why the Smart campaign is not eligible to serve.
      int getNotEligibleReasonValue()
      The reason why the Smart campaign is not eligible to serve.
      boolean hasNotEligibleReason()
      The reason why the Smart campaign is not eligible to serve.
      • 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

      • hasNotEligibleReason

        boolean hasNotEligibleReason()
         The reason why the Smart campaign is not eligible to serve.
         
        optional .google.ads.googleads.v14.enums.SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason not_eligible_reason = 1;
        Returns:
        Whether the notEligibleReason field is set.
      • getNotEligibleReasonValue

        int getNotEligibleReasonValue()
         The reason why the Smart campaign is not eligible to serve.
         
        optional .google.ads.googleads.v14.enums.SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason not_eligible_reason = 1;
        Returns:
        The enum numeric value on the wire for notEligibleReason.
      • getNotEligibleReason

        SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason getNotEligibleReason()
         The reason why the Smart campaign is not eligible to serve.
         
        optional .google.ads.googleads.v14.enums.SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason not_eligible_reason = 1;
        Returns:
        The notEligibleReason.