Interface Recommendation.RecommendationMetricsOrBuilder

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

public static interface Recommendation.RecommendationMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

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

    • hasImpressions

      boolean hasImpressions()
       Output only. Number of ad impressions.
       
      optional double impressions = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the impressions field is set.
    • getImpressions

      double getImpressions()
       Output only. Number of ad impressions.
       
      optional double impressions = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The impressions.
    • hasClicks

      boolean hasClicks()
       Output only. Number of ad clicks.
       
      optional double clicks = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the clicks field is set.
    • getClicks

      double getClicks()
       Output only. Number of ad clicks.
       
      optional double clicks = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The clicks.
    • hasCostMicros

      boolean hasCostMicros()
       Output only. Cost (in micros) for advertising, in the local currency for
       the account.
       
      optional int64 cost_micros = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the costMicros field is set.
    • getCostMicros

      long getCostMicros()
       Output only. Cost (in micros) for advertising, in the local currency for
       the account.
       
      optional int64 cost_micros = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The costMicros.
    • hasConversions

      boolean hasConversions()
       Output only. Number of conversions.
       
      optional double conversions = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the conversions field is set.
    • getConversions

      double getConversions()
       Output only. Number of conversions.
       
      optional double conversions = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The conversions.
    • hasConversionsValue

      boolean hasConversionsValue()
       Output only. Sum of the conversion value of the conversions.
       
      optional double conversions_value = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the conversionsValue field is set.
    • getConversionsValue

      double getConversionsValue()
       Output only. Sum of the conversion value of the conversions.
       
      optional double conversions_value = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The conversionsValue.
    • hasVideoViews

      boolean hasVideoViews()
       Output only. Number of video views for a video ad campaign.
       
      optional double video_views = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the videoViews field is set.
    • getVideoViews

      double getVideoViews()
       Output only. Number of video views for a video ad campaign.
       
      optional double video_views = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The videoViews.