Interface AccessibleBiddingStrategy.TargetCpaOrBuilder

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

public static interface AccessibleBiddingStrategy.TargetCpaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Output only.
    boolean
    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 Details

    • 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.