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

com.google.ads.googleads.v17.common.TargetImpressionShareSimulationPointListOrBuilder Maven / Gradle / Ivy

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 TargetImpressionShareSimulationPointListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.TargetImpressionShareSimulationPointList)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Projected metrics for a specific target impression share value.
   * 
* * repeated .google.ads.googleads.v17.common.TargetImpressionShareSimulationPoint points = 1; */ java.util.List getPointsList(); /** *
   * Projected metrics for a specific target impression share value.
   * 
* * repeated .google.ads.googleads.v17.common.TargetImpressionShareSimulationPoint points = 1; */ com.google.ads.googleads.v17.common.TargetImpressionShareSimulationPoint getPoints(int index); /** *
   * Projected metrics for a specific target impression share value.
   * 
* * repeated .google.ads.googleads.v17.common.TargetImpressionShareSimulationPoint points = 1; */ int getPointsCount(); /** *
   * Projected metrics for a specific target impression share value.
   * 
* * repeated .google.ads.googleads.v17.common.TargetImpressionShareSimulationPoint points = 1; */ java.util.List getPointsOrBuilderList(); /** *
   * Projected metrics for a specific target impression share value.
   * 
* * repeated .google.ads.googleads.v17.common.TargetImpressionShareSimulationPoint points = 1; */ com.google.ads.googleads.v17.common.TargetImpressionShareSimulationPointOrBuilder getPointsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy