All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.common.TargetCpaSimulationPointListOrBuilder Maven / Gradle / Ivy

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 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