com.google.ads.googleads.v10.common.BudgetSimulationPointListOrBuilder Maven / Gradle / Ivy
// 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 BudgetSimulationPointListOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.BudgetSimulationPointList)
com.google.protobuf.MessageOrBuilder {
/**
*
* Projected metrics for a series of budget amounts.
*
*
* repeated .google.ads.googleads.v10.common.BudgetSimulationPoint points = 1;
*/
java.util.List
getPointsList();
/**
*
* Projected metrics for a series of budget amounts.
*
*
* repeated .google.ads.googleads.v10.common.BudgetSimulationPoint points = 1;
*/
com.google.ads.googleads.v10.common.BudgetSimulationPoint getPoints(int index);
/**
*
* Projected metrics for a series of budget amounts.
*
*
* repeated .google.ads.googleads.v10.common.BudgetSimulationPoint points = 1;
*/
int getPointsCount();
/**
*
* Projected metrics for a series of budget amounts.
*
*
* repeated .google.ads.googleads.v10.common.BudgetSimulationPoint points = 1;
*/
java.util.List extends com.google.ads.googleads.v10.common.BudgetSimulationPointOrBuilder>
getPointsOrBuilderList();
/**
*
* Projected metrics for a series of budget amounts.
*
*
* repeated .google.ads.googleads.v10.common.BudgetSimulationPoint points = 1;
*/
com.google.ads.googleads.v10.common.BudgetSimulationPointOrBuilder getPointsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy