com.google.ads.googleads.v17.common.TargetCpaSimulationPointOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/simulation.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface TargetCpaSimulationPointOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.TargetCpaSimulationPoint)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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 = 19;
* @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 app installs.
*
*
* double app_installs = 15;
* @return The appInstalls.
*/
double getAppInstalls();
/**
*
* Projected number of in-app actions.
*
*
* double in_app_actions = 16;
* @return The inAppActions.
*/
double getInAppActions();
/**
*
* 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();
/**
*
* Projected number of interactions.
* Only discovery advertising channel type supports this field.
*
*
* optional int64 interactions = 20;
* @return Whether the interactions field is set.
*/
boolean hasInteractions();
/**
*
* Projected number of interactions.
* Only discovery advertising channel type supports this field.
*
*
* optional int64 interactions = 20;
* @return The interactions.
*/
long getInteractions();
/**
*
* The simulated target CPA upon which projected metrics are based.
*
*
* int64 target_cpa_micros = 17;
* @return Whether the targetCpaMicros field is set.
*/
boolean hasTargetCpaMicros();
/**
*
* The simulated target CPA upon which projected metrics are based.
*
*
* int64 target_cpa_micros = 17;
* @return The targetCpaMicros.
*/
long getTargetCpaMicros();
/**
*
* The simulated scaling modifier upon which projected metrics are based.
* All CPA targets relevant to the simulated entity are scaled by this
* modifier.
*
*
* double target_cpa_scaling_modifier = 18;
* @return Whether the targetCpaScalingModifier field is set.
*/
boolean hasTargetCpaScalingModifier();
/**
*
* The simulated scaling modifier upon which projected metrics are based.
* All CPA targets relevant to the simulated entity are scaled by this
* modifier.
*
*
* double target_cpa_scaling_modifier = 18;
* @return The targetCpaScalingModifier.
*/
double getTargetCpaScalingModifier();
com.google.ads.googleads.v17.common.TargetCpaSimulationPoint.TargetCpaSimulationKeyValueCase getTargetCpaSimulationKeyValueCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy