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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/frequency_cap.proto

package com.google.ads.googleads.v10.common;

public interface FrequencyCapEntryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.FrequencyCapEntry)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The key of a particular frequency cap. There can be no more
   * than one frequency cap with the same key.
   * 
* * .google.ads.googleads.v10.common.FrequencyCapKey key = 1; * @return Whether the key field is set. */ boolean hasKey(); /** *
   * The key of a particular frequency cap. There can be no more
   * than one frequency cap with the same key.
   * 
* * .google.ads.googleads.v10.common.FrequencyCapKey key = 1; * @return The key. */ com.google.ads.googleads.v10.common.FrequencyCapKey getKey(); /** *
   * The key of a particular frequency cap. There can be no more
   * than one frequency cap with the same key.
   * 
* * .google.ads.googleads.v10.common.FrequencyCapKey key = 1; */ com.google.ads.googleads.v10.common.FrequencyCapKeyOrBuilder getKeyOrBuilder(); /** *
   * Maximum number of events allowed during the time range by this cap.
   * 
* * optional int32 cap = 3; * @return Whether the cap field is set. */ boolean hasCap(); /** *
   * Maximum number of events allowed during the time range by this cap.
   * 
* * optional int32 cap = 3; * @return The cap. */ int getCap(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy