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