Interface AccessibleBiddingStrategy.TargetRoasOrBuilder

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

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

    Modifier and Type
    Method
    Description
    double
    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

    • hasTargetRoas

      boolean hasTargetRoas()
       Output only. The chosen revenue (based on conversion data) per unit of
       spend.
       
      optional double target_roas = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the targetRoas field is set.
    • getTargetRoas

      double getTargetRoas()
       Output only. The chosen revenue (based on conversion data) per unit of
       spend.
       
      optional double target_roas = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The targetRoas.