com.google.ads.googleads.v17.common.CpvBidSimulationPointOrBuilder 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 CpvBidSimulationPointOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.CpvBidSimulationPoint)
com.google.protobuf.MessageOrBuilder {
/**
*
* The simulated CPV bid upon which projected metrics are based.
*
*
* optional int64 cpv_bid_micros = 5;
* @return Whether the cpvBidMicros field is set.
*/
boolean hasCpvBidMicros();
/**
*
* The simulated CPV bid upon which projected metrics are based.
*
*
* optional int64 cpv_bid_micros = 5;
* @return The cpvBidMicros.
*/
long getCpvBidMicros();
/**
*
* Projected cost in micros.
*
*
* optional int64 cost_micros = 6;
* @return Whether the costMicros field is set.
*/
boolean hasCostMicros();
/**
*
* Projected cost in micros.
*
*
* optional int64 cost_micros = 6;
* @return The costMicros.
*/
long getCostMicros();
/**
*
* Projected number of impressions.
*
*
* optional int64 impressions = 7;
* @return Whether the impressions field is set.
*/
boolean hasImpressions();
/**
*
* Projected number of impressions.
*
*
* optional int64 impressions = 7;
* @return The impressions.
*/
long getImpressions();
/**
*
* Projected number of views.
*
*
* optional int64 views = 8;
* @return Whether the views field is set.
*/
boolean hasViews();
/**
*
* Projected number of views.
*
*
* optional int64 views = 8;
* @return The views.
*/
long getViews();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy