com.google.ads.googleads.v17.common.FrequencyCapKeyOrBuilder 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 FrequencyCapKeyOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.FrequencyCapKey)
com.google.protobuf.MessageOrBuilder {
/**
*
* The level on which the cap is to be applied (for example, ad group ad, ad
* group). The cap is applied to all the entities of this level.
*
*
* .google.ads.googleads.v17.enums.FrequencyCapLevelEnum.FrequencyCapLevel level = 1;
* @return The enum numeric value on the wire for level.
*/
int getLevelValue();
/**
*
* The level on which the cap is to be applied (for example, ad group ad, ad
* group). The cap is applied to all the entities of this level.
*
*
* .google.ads.googleads.v17.enums.FrequencyCapLevelEnum.FrequencyCapLevel level = 1;
* @return The level.
*/
com.google.ads.googleads.v17.enums.FrequencyCapLevelEnum.FrequencyCapLevel getLevel();
/**
*
* The type of event that the cap applies to (for example, impression).
*
*
* .google.ads.googleads.v17.enums.FrequencyCapEventTypeEnum.FrequencyCapEventType event_type = 3;
* @return The enum numeric value on the wire for eventType.
*/
int getEventTypeValue();
/**
*
* The type of event that the cap applies to (for example, impression).
*
*
* .google.ads.googleads.v17.enums.FrequencyCapEventTypeEnum.FrequencyCapEventType event_type = 3;
* @return The eventType.
*/
com.google.ads.googleads.v17.enums.FrequencyCapEventTypeEnum.FrequencyCapEventType getEventType();
/**
*
* Unit of time the cap is defined at (for example, day, week).
*
*
* .google.ads.googleads.v17.enums.FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit time_unit = 2;
* @return The enum numeric value on the wire for timeUnit.
*/
int getTimeUnitValue();
/**
*
* Unit of time the cap is defined at (for example, day, week).
*
*
* .google.ads.googleads.v17.enums.FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit time_unit = 2;
* @return The timeUnit.
*/
com.google.ads.googleads.v17.enums.FrequencyCapTimeUnitEnum.FrequencyCapTimeUnit getTimeUnit();
/**
*
* Number of time units the cap lasts.
*
*
* optional int32 time_length = 5;
* @return Whether the timeLength field is set.
*/
boolean hasTimeLength();
/**
*
* Number of time units the cap lasts.
*
*
* optional int32 time_length = 5;
* @return The timeLength.
*/
int getTimeLength();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy