com.google.ads.googleads.v17.services.TargetFrequencySettingsOrBuilder 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 TargetFrequencySettingsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.TargetFrequencySettings)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The time unit used to describe the time frame for
* target_frequency.
*
*
* .google.ads.googleads.v17.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit time_unit = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The enum numeric value on the wire for timeUnit.
*/
int getTimeUnitValue();
/**
*
* Required. The time unit used to describe the time frame for
* target_frequency.
*
*
* .google.ads.googleads.v17.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit time_unit = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The timeUnit.
*/
com.google.ads.googleads.v17.enums.TargetFrequencyTimeUnitEnum.TargetFrequencyTimeUnit getTimeUnit();
/**
*
* Required. The target frequency goal per selected time unit.
*
*
* int32 target_frequency = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The targetFrequency.
*/
int getTargetFrequency();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy