com.google.ads.googleads.v17.services.EffectiveFrequencyLimitOrBuilder 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/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