Interface CyoIncentivesOrBuilder

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

public interface CyoIncentivesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasLowOffer

      boolean hasLowOffer()
       Required. The CYO incentive with low target and award amounts.
       
      optional .google.ads.googleads.v23.services.Incentive low_offer = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the lowOffer field is set.
    • getLowOffer

      Incentive getLowOffer()
       Required. The CYO incentive with low target and award amounts.
       
      optional .google.ads.googleads.v23.services.Incentive low_offer = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The lowOffer.
    • getLowOfferOrBuilder

      IncentiveOrBuilder getLowOfferOrBuilder()
       Required. The CYO incentive with low target and award amounts.
       
      optional .google.ads.googleads.v23.services.Incentive low_offer = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasMediumOffer

      boolean hasMediumOffer()
       Required. The CYO incentive with medium target and award amounts.
       
      optional .google.ads.googleads.v23.services.Incentive medium_offer = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the mediumOffer field is set.
    • getMediumOffer

      Incentive getMediumOffer()
       Required. The CYO incentive with medium target and award amounts.
       
      optional .google.ads.googleads.v23.services.Incentive medium_offer = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The mediumOffer.
    • getMediumOfferOrBuilder

      IncentiveOrBuilder getMediumOfferOrBuilder()
       Required. The CYO incentive with medium target and award amounts.
       
      optional .google.ads.googleads.v23.services.Incentive medium_offer = 2 [(.google.api.field_behavior) = REQUIRED];
    • hasHighOffer

      boolean hasHighOffer()
       Required. The CYO incentive with high target and award amounts.
       
      optional .google.ads.googleads.v23.services.Incentive high_offer = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the highOffer field is set.
    • getHighOffer

      Incentive getHighOffer()
       Required. The CYO incentive with high target and award amounts.
       
      optional .google.ads.googleads.v23.services.Incentive high_offer = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The highOffer.
    • getHighOfferOrBuilder

      IncentiveOrBuilder getHighOfferOrBuilder()
       Required. The CYO incentive with high target and award amounts.
       
      optional .google.ads.googleads.v23.services.Incentive high_offer = 3 [(.google.api.field_behavior) = REQUIRED];