com.google.ads.googleads.v17.services.MaximizeClicksBiddingStrategyOrBuilder 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/keyword_plan_idea_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface MaximizeClicksBiddingStrategyOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.MaximizeClicksBiddingStrategy)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The daily target spend in micros to be used for estimation. A
* minimum value is enforced for the local currency used in the campaign. An
* error will occur showing the minimum value if this field is set too low.
*
*
* int64 daily_target_spend_micros = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The dailyTargetSpendMicros.
*/
long getDailyTargetSpendMicros();
/**
*
* Ceiling on max CPC bids in micros.
*
*
* optional int64 max_cpc_bid_ceiling_micros = 2;
* @return Whether the maxCpcBidCeilingMicros field is set.
*/
boolean hasMaxCpcBidCeilingMicros();
/**
*
* Ceiling on max CPC bids in micros.
*
*
* optional int64 max_cpc_bid_ceiling_micros = 2;
* @return The maxCpcBidCeilingMicros.
*/
long getMaxCpcBidCeilingMicros();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy