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

com.google.ads.googleads.v17.services.ManualCpcBiddingStrategyOrBuilder Maven / Gradle / Ivy

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 ManualCpcBiddingStrategyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ManualCpcBiddingStrategy)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Campaign level budget in micros. If set, 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.
   * 
* * optional int64 daily_budget_micros = 1; * @return Whether the dailyBudgetMicros field is set. */ boolean hasDailyBudgetMicros(); /** *
   * Campaign level budget in micros. If set, 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.
   * 
* * optional int64 daily_budget_micros = 1; * @return The dailyBudgetMicros. */ long getDailyBudgetMicros(); /** *
   * Required. A bid in micros to be applied to ad groups within the campaign
   * for a manual CPC bidding strategy.
   * 
* * int64 max_cpc_bid_micros = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The maxCpcBidMicros. */ long getMaxCpcBidMicros(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy