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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetClicks()Output only.doublegetConversions()Output only.longgetCostMicros()Output only.doublegetImpressions()Output only.doublegetVideoViews()Output only.booleanhasClicks()Output only.booleanhasConversions()Output only.booleanhasCostMicros()Output only.booleanhasImpressions()Output only.booleanhasVideoViews()Output only.-
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.
-
-