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

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

  /**
   * 
   * The resource name of the geo location to target. The resource name is of
   * the format "geoTargetConstants/{criterion_id}".
   * 
* * string geo_target_constant = 1; * @return The geoTargetConstant. */ java.lang.String getGeoTargetConstant(); /** *
   * The resource name of the geo location to target. The resource name is of
   * the format "geoTargetConstants/{criterion_id}".
   * 
* * string geo_target_constant = 1; * @return The bytes for geoTargetConstant. */ com.google.protobuf.ByteString getGeoTargetConstantBytes(); /** *
   * The associated multiplier for the criterion_id. If set, this value cannot
   * be 0.
   * 
* * optional double bid_modifier = 2; * @return Whether the bidModifier field is set. */ boolean hasBidModifier(); /** *
   * The associated multiplier for the criterion_id. If set, this value cannot
   * be 0.
   * 
* * optional double bid_modifier = 2; * @return The bidModifier. */ double getBidModifier(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy