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

com.google.ads.googleads.v10.common.RealTimeBiddingSettingOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/real_time_bidding_setting.proto

package com.google.ads.googleads.v10.common;

public interface RealTimeBiddingSettingOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.RealTimeBiddingSetting)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Whether the campaign is opted in to real-time bidding.
   * 
* * optional bool opt_in = 2; * @return Whether the optIn field is set. */ boolean hasOptIn(); /** *
   * Whether the campaign is opted in to real-time bidding.
   * 
* * optional bool opt_in = 2; * @return The optIn. */ boolean getOptIn(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy