Interface PercentCpcBidSimulationPointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PercentCpcBidSimulationPoint,PercentCpcBidSimulationPoint.Builder
public interface PercentCpcBidSimulationPointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubleProjected number of biddable conversions.doubleProjected total value of biddable conversions in local currency.longProjected number of clicks.longProjected cost in micros.longProjected number of impressions.longThe simulated percent CPC upon which projected metrics are based.longProjected number of top slot impressions.booleanProjected number of biddable conversions.booleanProjected total value of biddable conversions in local currency.booleanProjected number of clicks.booleanProjected cost in micros.booleanProjected number of impressions.booleanThe simulated percent CPC upon which projected metrics are based.booleanProjected number of top slot impressions.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPercentCpcBidMicros
boolean hasPercentCpcBidMicros()The simulated percent CPC upon which projected metrics are based. Percent CPC expressed as fraction of the advertised price for some good or service. The value stored here is 1,000,000 * [fraction].
optional int64 percent_cpc_bid_micros = 1;- Returns:
- Whether the percentCpcBidMicros field is set.
-
getPercentCpcBidMicros
long getPercentCpcBidMicros()The simulated percent CPC upon which projected metrics are based. Percent CPC expressed as fraction of the advertised price for some good or service. The value stored here is 1,000,000 * [fraction].
optional int64 percent_cpc_bid_micros = 1;- Returns:
- The percentCpcBidMicros.
-
hasBiddableConversions
boolean hasBiddableConversions()Projected number of biddable conversions.
optional double biddable_conversions = 2;- Returns:
- Whether the biddableConversions field is set.
-
getBiddableConversions
double getBiddableConversions()Projected number of biddable conversions.
optional double biddable_conversions = 2;- Returns:
- The biddableConversions.
-
hasBiddableConversionsValue
boolean hasBiddableConversionsValue()Projected total value of biddable conversions in local currency.
optional double biddable_conversions_value = 3;- Returns:
- Whether the biddableConversionsValue field is set.
-
getBiddableConversionsValue
double getBiddableConversionsValue()Projected total value of biddable conversions in local currency.
optional double biddable_conversions_value = 3;- Returns:
- The biddableConversionsValue.
-
hasClicks
boolean hasClicks()Projected number of clicks.
optional int64 clicks = 4;- Returns:
- Whether the clicks field is set.
-
getClicks
long getClicks()Projected number of clicks.
optional int64 clicks = 4;- Returns:
- The clicks.
-
hasCostMicros
boolean hasCostMicros()Projected cost in micros.
optional int64 cost_micros = 5;- Returns:
- Whether the costMicros field is set.
-
getCostMicros
long getCostMicros()Projected cost in micros.
optional int64 cost_micros = 5;- Returns:
- The costMicros.
-
hasImpressions
boolean hasImpressions()Projected number of impressions.
optional int64 impressions = 6;- Returns:
- Whether the impressions field is set.
-
getImpressions
long getImpressions()Projected number of impressions.
optional int64 impressions = 6;- Returns:
- The impressions.
-
hasTopSlotImpressions
boolean hasTopSlotImpressions()Projected number of top slot impressions.
optional int64 top_slot_impressions = 7;- Returns:
- Whether the topSlotImpressions field is set.
-
getTopSlotImpressions
long getTopSlotImpressions()Projected number of top slot impressions.
optional int64 top_slot_impressions = 7;- Returns:
- The topSlotImpressions.
-