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

com.google.ads.googleads.v17.services.EffectiveFrequencyLimitOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/reach_plan_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface EffectiveFrequencyLimitOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.EffectiveFrequencyLimit)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The highest effective frequency value to include in
   * Forecast.effective_frequency_breakdowns.
   * This field supports frequencies 1-10, inclusive.
   * 
* * int32 effective_frequency_breakdown_limit = 1; * @return The effectiveFrequencyBreakdownLimit. */ int getEffectiveFrequencyBreakdownLimit(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy