Interface SmartCampaignNotEligibleDetailsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SmartCampaignNotEligibleDetails, SmartCampaignNotEligibleDetails.Builder

public interface SmartCampaignNotEligibleDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The reason why the Smart campaign is not eligible to serve.
    int
    The reason why the Smart campaign is not eligible to serve.
    boolean
    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 Details

    • hasNotEligibleReason

      boolean hasNotEligibleReason()
       The reason why the Smart campaign is not eligible to serve.
       
      optional .google.ads.googleads.v18.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.v18.enums.SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason not_eligible_reason = 1;
      Returns:
      The enum numeric value on the wire for notEligibleReason.
    • getNotEligibleReason

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