Interface AccessibleBiddingStrategy.TargetCpaOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getTargetCpaMicros()
      Output only.
      boolean hasTargetCpaMicros()
      Output only.
      • 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

      • hasTargetCpaMicros

        boolean hasTargetCpaMicros()
         Output only. Average CPA target.
         This target should be greater than or equal to minimum billable unit
         based on the currency for the account.
         
        optional int64 target_cpa_micros = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the targetCpaMicros field is set.
      • getTargetCpaMicros

        long getTargetCpaMicros()
         Output only. Average CPA target.
         This target should be greater than or equal to minimum billable unit
         based on the currency for the account.
         
        optional int64 target_cpa_micros = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The targetCpaMicros.