Interface AdGroupCriterion.PositionEstimatesOrBuilder

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

public static interface AdGroupCriterion.PositionEstimatesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasFirstPageCpcMicros

      boolean hasFirstPageCpcMicros()
       Output only. The estimate of the CPC bid required for ad to be shown on
       first page of search results.
       
      optional int64 first_page_cpc_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the firstPageCpcMicros field is set.
    • getFirstPageCpcMicros

      long getFirstPageCpcMicros()
       Output only. The estimate of the CPC bid required for ad to be shown on
       first page of search results.
       
      optional int64 first_page_cpc_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The firstPageCpcMicros.
    • hasFirstPositionCpcMicros

      boolean hasFirstPositionCpcMicros()
       Output only. The estimate of the CPC bid required for ad to be displayed
       in first position, at the top of the first page of search results.
       
      optional int64 first_position_cpc_micros = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the firstPositionCpcMicros field is set.
    • getFirstPositionCpcMicros

      long getFirstPositionCpcMicros()
       Output only. The estimate of the CPC bid required for ad to be displayed
       in first position, at the top of the first page of search results.
       
      optional int64 first_position_cpc_micros = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The firstPositionCpcMicros.
    • hasTopOfPageCpcMicros

      boolean hasTopOfPageCpcMicros()
       Output only. The estimate of the CPC bid required for ad to be displayed
       at the top of the first page of search results.
       
      optional int64 top_of_page_cpc_micros = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the topOfPageCpcMicros field is set.
    • getTopOfPageCpcMicros

      long getTopOfPageCpcMicros()
       Output only. The estimate of the CPC bid required for ad to be displayed
       at the top of the first page of search results.
       
      optional int64 top_of_page_cpc_micros = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The topOfPageCpcMicros.
    • hasEstimatedAddClicksAtFirstPositionCpc

      boolean hasEstimatedAddClicksAtFirstPositionCpc()
       Output only. Estimate of how many clicks per week you might get by
       changing your keyword bid to the value in first_position_cpc_micros.
       
      optional int64 estimated_add_clicks_at_first_position_cpc = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the estimatedAddClicksAtFirstPositionCpc field is set.
    • getEstimatedAddClicksAtFirstPositionCpc

      long getEstimatedAddClicksAtFirstPositionCpc()
       Output only. Estimate of how many clicks per week you might get by
       changing your keyword bid to the value in first_position_cpc_micros.
       
      optional int64 estimated_add_clicks_at_first_position_cpc = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The estimatedAddClicksAtFirstPositionCpc.
    • hasEstimatedAddCostAtFirstPositionCpc

      boolean hasEstimatedAddCostAtFirstPositionCpc()
       Output only. Estimate of how your cost per week might change when
       changing your keyword bid to the value in first_position_cpc_micros.
       
      optional int64 estimated_add_cost_at_first_position_cpc = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the estimatedAddCostAtFirstPositionCpc field is set.
    • getEstimatedAddCostAtFirstPositionCpc

      long getEstimatedAddCostAtFirstPositionCpc()
       Output only. Estimate of how your cost per week might change when
       changing your keyword bid to the value in first_position_cpc_micros.
       
      optional int64 estimated_add_cost_at_first_position_cpc = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The estimatedAddCostAtFirstPositionCpc.