com.google.ads.googleads.v17.common.FrequencyCapEntryOrBuilder 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/common/frequency_cap.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface FrequencyCapEntryOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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.v17.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.v17.common.FrequencyCapKey key = 1;
* @return The key.
*/
com.google.ads.googleads.v17.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.v17.common.FrequencyCapKey key = 1;
*/
com.google.ads.googleads.v17.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 - 2024 Weber Informatics LLC | Privacy Policy