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