All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.common.BidModifierSimulationPointOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/simulation.proto

package com.google.ads.googleads.v10.common;

public interface BidModifierSimulationPointOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.BidModifierSimulationPoint)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The simulated bid modifier upon which projected metrics are based.
   * 
* * optional double bid_modifier = 15; * @return Whether the bidModifier field is set. */ boolean hasBidModifier(); /** *
   * The simulated bid modifier upon which projected metrics are based.
   * 
* * optional double bid_modifier = 15; * @return The bidModifier. */ double getBidModifier(); /** *
   * Projected number of biddable conversions.
   * Only search advertising channel type supports this field.
   * 
* * optional double biddable_conversions = 16; * @return Whether the biddableConversions field is set. */ boolean hasBiddableConversions(); /** *
   * Projected number of biddable conversions.
   * Only search advertising channel type supports this field.
   * 
* * optional double biddable_conversions = 16; * @return The biddableConversions. */ double getBiddableConversions(); /** *
   * Projected total value of biddable conversions.
   * Only search advertising channel type supports this field.
   * 
* * optional double biddable_conversions_value = 17; * @return Whether the biddableConversionsValue field is set. */ boolean hasBiddableConversionsValue(); /** *
   * Projected total value of biddable conversions.
   * Only search advertising channel type supports this field.
   * 
* * optional double biddable_conversions_value = 17; * @return The biddableConversionsValue. */ double getBiddableConversionsValue(); /** *
   * Projected number of clicks.
   * 
* * optional int64 clicks = 18; * @return Whether the clicks field is set. */ boolean hasClicks(); /** *
   * Projected number of clicks.
   * 
* * optional int64 clicks = 18; * @return The clicks. */ long getClicks(); /** *
   * Projected cost in micros.
   * 
* * optional int64 cost_micros = 19; * @return Whether the costMicros field is set. */ boolean hasCostMicros(); /** *
   * Projected cost in micros.
   * 
* * optional int64 cost_micros = 19; * @return The costMicros. */ long getCostMicros(); /** *
   * Projected number of impressions.
   * 
* * optional int64 impressions = 20; * @return Whether the impressions field is set. */ boolean hasImpressions(); /** *
   * Projected number of impressions.
   * 
* * optional int64 impressions = 20; * @return The impressions. */ long getImpressions(); /** *
   * Projected number of top slot impressions.
   * Only search advertising channel type supports this field.
   * 
* * optional int64 top_slot_impressions = 21; * @return Whether the topSlotImpressions field is set. */ boolean hasTopSlotImpressions(); /** *
   * Projected number of top slot impressions.
   * Only search advertising channel type supports this field.
   * 
* * optional int64 top_slot_impressions = 21; * @return The topSlotImpressions. */ long getTopSlotImpressions(); /** *
   * Projected number of biddable conversions for the parent resource.
   * Only search advertising channel type supports this field.
   * 
* * optional double parent_biddable_conversions = 22; * @return Whether the parentBiddableConversions field is set. */ 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; * @return The parentBiddableConversions. */ double getParentBiddableConversions(); /** *
   * 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; * @return Whether the parentBiddableConversionsValue field is set. */ 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; * @return The parentBiddableConversionsValue. */ double getParentBiddableConversionsValue(); /** *
   * Projected number of clicks for the parent resource.
   * 
* * optional int64 parent_clicks = 24; * @return Whether the parentClicks field is set. */ boolean hasParentClicks(); /** *
   * Projected number of clicks for the parent resource.
   * 
* * optional int64 parent_clicks = 24; * @return The parentClicks. */ long getParentClicks(); /** *
   * Projected cost in micros for the parent resource.
   * 
* * optional int64 parent_cost_micros = 25; * @return Whether the parentCostMicros field is set. */ boolean hasParentCostMicros(); /** *
   * Projected cost in micros for the parent resource.
   * 
* * optional int64 parent_cost_micros = 25; * @return The parentCostMicros. */ long getParentCostMicros(); /** *
   * Projected number of impressions for the parent resource.
   * 
* * optional int64 parent_impressions = 26; * @return Whether the parentImpressions field is set. */ boolean hasParentImpressions(); /** *
   * Projected number of impressions for the parent resource.
   * 
* * optional int64 parent_impressions = 26; * @return The parentImpressions. */ long getParentImpressions(); /** *
   * 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; * @return Whether the parentTopSlotImpressions field is set. */ 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; * @return The parentTopSlotImpressions. */ long getParentTopSlotImpressions(); /** *
   * Projected minimum daily budget that must be available to the parent
   * resource to realize this simulation.
   * 
* * optional int64 parent_required_budget_micros = 28; * @return Whether the parentRequiredBudgetMicros field is set. */ 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; * @return The parentRequiredBudgetMicros. */ long getParentRequiredBudgetMicros(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy