com.google.ads.googleads.v10.common.CpvBidSimulationPointListOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
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 CpvBidSimulationPointListOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.CpvBidSimulationPointList)
com.google.protobuf.MessageOrBuilder {
/**
*
* Projected metrics for a series of CPV bid amounts.
*
*
* repeated .google.ads.googleads.v10.common.CpvBidSimulationPoint points = 1;
*/
java.util.List
getPointsList();
/**
*
* Projected metrics for a series of CPV bid amounts.
*
*
* repeated .google.ads.googleads.v10.common.CpvBidSimulationPoint points = 1;
*/
com.google.ads.googleads.v10.common.CpvBidSimulationPoint getPoints(int index);
/**
*
* Projected metrics for a series of CPV bid amounts.
*
*
* repeated .google.ads.googleads.v10.common.CpvBidSimulationPoint points = 1;
*/
int getPointsCount();
/**
*
* Projected metrics for a series of CPV bid amounts.
*
*
* repeated .google.ads.googleads.v10.common.CpvBidSimulationPoint points = 1;
*/
java.util.List extends com.google.ads.googleads.v10.common.CpvBidSimulationPointOrBuilder>
getPointsOrBuilderList();
/**
*
* Projected metrics for a series of CPV bid amounts.
*
*
* repeated .google.ads.googleads.v10.common.CpvBidSimulationPoint points = 1;
*/
com.google.ads.googleads.v10.common.CpvBidSimulationPointOrBuilder getPointsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy