Interface Recommendation.RecommendationMetricsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getClicks()
      Output only.
      double getConversions()
      Output only.
      long getCostMicros()
      Output only.
      double getImpressions()
      Output only.
      double getVideoViews()
      Output only.
      boolean hasClicks()
      Output only.
      boolean hasConversions()
      Output only.
      boolean hasCostMicros()
      Output only.
      boolean hasImpressions()
      Output only.
      boolean hasVideoViews()
      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

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