Interface Incentive.RequirementOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Incentive.Requirement, Incentive.Requirement.Builder
Enclosing class:
Incentive

public static interface Incentive.RequirementOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasSpend

      boolean hasSpend()
       Optional. Spend requirement for an incentive.
       
      .google.ads.googleads.v23.services.Incentive.Requirement.Spend spend = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the spend field is set.
    • getSpend

       Optional. Spend requirement for an incentive.
       
      .google.ads.googleads.v23.services.Incentive.Requirement.Spend spend = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The spend.
    • getSpendOrBuilder

       Optional. Spend requirement for an incentive.
       
      .google.ads.googleads.v23.services.Incentive.Requirement.Spend spend = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getRequirementCase