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

com.google.ads.googleads.v10.common.TargetRoasSimulationPointOrBuilder 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 TargetRoasSimulationPointOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.TargetRoasSimulationPoint)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The simulated target ROAS upon which projected metrics are based.
   * 
* * optional double target_roas = 8; * @return Whether the targetRoas field is set. */ boolean hasTargetRoas(); /** *
   * The simulated target ROAS upon which projected metrics are based.
   * 
* * optional double target_roas = 8; * @return The targetRoas. */ double getTargetRoas(); /** *
   * Projected required daily budget that the advertiser must set in order to
   * receive the estimated traffic, in micros of advertiser currency.
   * 
* * int64 required_budget_amount_micros = 15; * @return The requiredBudgetAmountMicros. */ long getRequiredBudgetAmountMicros(); /** *
   * Projected number of biddable conversions.
   * 
* * optional double biddable_conversions = 9; * @return Whether the biddableConversions field is set. */ boolean hasBiddableConversions(); /** *
   * Projected number of biddable conversions.
   * 
* * optional double biddable_conversions = 9; * @return The biddableConversions. */ double getBiddableConversions(); /** *
   * Projected total value of biddable conversions.
   * 
* * optional double biddable_conversions_value = 10; * @return Whether the biddableConversionsValue field is set. */ boolean hasBiddableConversionsValue(); /** *
   * Projected total value of biddable conversions.
   * 
* * optional double biddable_conversions_value = 10; * @return The biddableConversionsValue. */ double getBiddableConversionsValue(); /** *
   * Projected number of clicks.
   * 
* * optional int64 clicks = 11; * @return Whether the clicks field is set. */ boolean hasClicks(); /** *
   * Projected number of clicks.
   * 
* * optional int64 clicks = 11; * @return The clicks. */ long getClicks(); /** *
   * Projected cost in micros.
   * 
* * optional int64 cost_micros = 12; * @return Whether the costMicros field is set. */ boolean hasCostMicros(); /** *
   * Projected cost in micros.
   * 
* * optional int64 cost_micros = 12; * @return The costMicros. */ long getCostMicros(); /** *
   * Projected number of impressions.
   * 
* * optional int64 impressions = 13; * @return Whether the impressions field is set. */ boolean hasImpressions(); /** *
   * Projected number of impressions.
   * 
* * optional int64 impressions = 13; * @return The impressions. */ long getImpressions(); /** *
   * Projected number of top slot impressions.
   * Only Search advertising channel type supports this field.
   * 
* * optional int64 top_slot_impressions = 14; * @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 = 14; * @return The topSlotImpressions. */ long getTopSlotImpressions(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy