Interface BidModifierSimulationPointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BidModifierSimulationPoint,BidModifierSimulationPoint.Builder
public interface BidModifierSimulationPointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetBiddableConversions()Projected number of biddable conversions.doublegetBiddableConversionsValue()Projected total value of biddable conversions.doublegetBidModifier()The simulated bid modifier upon which projected metrics are based.longgetClicks()Projected number of clicks.longgetCostMicros()Projected cost in micros.longgetImpressions()Projected number of impressions.doublegetParentBiddableConversions()Projected number of biddable conversions for the parent resource.doublegetParentBiddableConversionsValue()Projected total value of biddable conversions for the parent resource.longgetParentClicks()Projected number of clicks for the parent resource.longgetParentCostMicros()Projected cost in micros for the parent resource.longgetParentImpressions()Projected number of impressions for the parent resource.longgetParentRequiredBudgetMicros()Projected minimum daily budget that must be available to the parent resource to realize this simulation.longgetParentTopSlotImpressions()Projected number of top slot impressions for the parent resource.longgetTopSlotImpressions()Projected number of top slot impressions.booleanhasBiddableConversions()Projected number of biddable conversions.booleanhasBiddableConversionsValue()Projected total value of biddable conversions.booleanhasBidModifier()The simulated bid modifier upon which projected metrics are based.booleanhasClicks()Projected number of clicks.booleanhasCostMicros()Projected cost in micros.booleanhasImpressions()Projected number of impressions.booleanhasParentBiddableConversions()Projected number of biddable conversions for the parent resource.booleanhasParentBiddableConversionsValue()Projected total value of biddable conversions for the parent resource.booleanhasParentClicks()Projected number of clicks for the parent resource.booleanhasParentCostMicros()Projected cost in micros for the parent resource.booleanhasParentImpressions()Projected number of impressions for the parent resource.booleanhasParentRequiredBudgetMicros()Projected minimum daily budget that must be available to the parent resource to realize this simulation.booleanhasParentTopSlotImpressions()Projected number of top slot impressions for the parent resource.booleanhasTopSlotImpressions()Projected number of top slot impressions.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBidModifier
boolean hasBidModifier()
The simulated bid modifier upon which projected metrics are based.
optional double bid_modifier = 15;- Returns:
- Whether the bidModifier field is set.
-
getBidModifier
double getBidModifier()
The simulated bid modifier upon which projected metrics are based.
optional double bid_modifier = 15;- Returns:
- The bidModifier.
-
hasBiddableConversions
boolean hasBiddableConversions()
Projected number of biddable conversions. Only search advertising channel type supports this field.
optional double biddable_conversions = 16;- Returns:
- Whether the biddableConversions field is set.
-
getBiddableConversions
double getBiddableConversions()
Projected number of biddable conversions. Only search advertising channel type supports this field.
optional double biddable_conversions = 16;- Returns:
- The biddableConversions.
-
hasBiddableConversionsValue
boolean hasBiddableConversionsValue()
Projected total value of biddable conversions. Only search advertising channel type supports this field.
optional double biddable_conversions_value = 17;- Returns:
- Whether the biddableConversionsValue field is set.
-
getBiddableConversionsValue
double getBiddableConversionsValue()
Projected total value of biddable conversions. Only search advertising channel type supports this field.
optional double biddable_conversions_value = 17;- Returns:
- The biddableConversionsValue.
-
hasClicks
boolean hasClicks()
Projected number of clicks.
optional int64 clicks = 18;- Returns:
- Whether the clicks field is set.
-
getClicks
long getClicks()
Projected number of clicks.
optional int64 clicks = 18;- Returns:
- The clicks.
-
hasCostMicros
boolean hasCostMicros()
Projected cost in micros.
optional int64 cost_micros = 19;- Returns:
- Whether the costMicros field is set.
-
getCostMicros
long getCostMicros()
Projected cost in micros.
optional int64 cost_micros = 19;- Returns:
- The costMicros.
-
hasImpressions
boolean hasImpressions()
Projected number of impressions.
optional int64 impressions = 20;- Returns:
- Whether the impressions field is set.
-
getImpressions
long getImpressions()
Projected number of impressions.
optional int64 impressions = 20;- Returns:
- The impressions.
-
hasTopSlotImpressions
boolean hasTopSlotImpressions()
Projected number of top slot impressions. Only search advertising channel type supports this field.
optional int64 top_slot_impressions = 21;- Returns:
- Whether the topSlotImpressions field is set.
-
getTopSlotImpressions
long getTopSlotImpressions()
Projected number of top slot impressions. Only search advertising channel type supports this field.
optional int64 top_slot_impressions = 21;- Returns:
- The topSlotImpressions.
-
hasParentBiddableConversions
boolean hasParentBiddableConversions()
Projected number of biddable conversions for the parent resource. Only search advertising channel type supports this field.
optional double parent_biddable_conversions = 22;- Returns:
- Whether the parentBiddableConversions field is set.
-
getParentBiddableConversions
double getParentBiddableConversions()
Projected number of biddable conversions for the parent resource. Only search advertising channel type supports this field.
optional double parent_biddable_conversions = 22;- Returns:
- The parentBiddableConversions.
-
hasParentBiddableConversionsValue
boolean hasParentBiddableConversionsValue()
Projected total value of biddable conversions for the parent resource. Only search advertising channel type supports this field.
optional double parent_biddable_conversions_value = 23;- Returns:
- Whether the parentBiddableConversionsValue field is set.
-
getParentBiddableConversionsValue
double getParentBiddableConversionsValue()
Projected total value of biddable conversions for the parent resource. Only search advertising channel type supports this field.
optional double parent_biddable_conversions_value = 23;- Returns:
- The parentBiddableConversionsValue.
-
hasParentClicks
boolean hasParentClicks()
Projected number of clicks for the parent resource.
optional int64 parent_clicks = 24;- Returns:
- Whether the parentClicks field is set.
-
getParentClicks
long getParentClicks()
Projected number of clicks for the parent resource.
optional int64 parent_clicks = 24;- Returns:
- The parentClicks.
-
hasParentCostMicros
boolean hasParentCostMicros()
Projected cost in micros for the parent resource.
optional int64 parent_cost_micros = 25;- Returns:
- Whether the parentCostMicros field is set.
-
getParentCostMicros
long getParentCostMicros()
Projected cost in micros for the parent resource.
optional int64 parent_cost_micros = 25;- Returns:
- The parentCostMicros.
-
hasParentImpressions
boolean hasParentImpressions()
Projected number of impressions for the parent resource.
optional int64 parent_impressions = 26;- Returns:
- Whether the parentImpressions field is set.
-
getParentImpressions
long getParentImpressions()
Projected number of impressions for the parent resource.
optional int64 parent_impressions = 26;- Returns:
- The parentImpressions.
-
hasParentTopSlotImpressions
boolean hasParentTopSlotImpressions()
Projected number of top slot impressions for the parent resource. Only search advertising channel type supports this field.
optional int64 parent_top_slot_impressions = 27;- Returns:
- Whether the parentTopSlotImpressions field is set.
-
getParentTopSlotImpressions
long getParentTopSlotImpressions()
Projected number of top slot impressions for the parent resource. Only search advertising channel type supports this field.
optional int64 parent_top_slot_impressions = 27;- Returns:
- The parentTopSlotImpressions.
-
hasParentRequiredBudgetMicros
boolean hasParentRequiredBudgetMicros()
Projected minimum daily budget that must be available to the parent resource to realize this simulation.
optional int64 parent_required_budget_micros = 28;- Returns:
- Whether the parentRequiredBudgetMicros field is set.
-
getParentRequiredBudgetMicros
long getParentRequiredBudgetMicros()
Projected minimum daily budget that must be available to the parent resource to realize this simulation.
optional int64 parent_required_budget_micros = 28;- Returns:
- The parentRequiredBudgetMicros.
-
-