com.google.ads.googleads.v16.common.ManualCpcOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v16 Show documentation
Show all versions of google-ads-stubs-v16 Show documentation
Stubs for GAAPI version google-ads-stubs-v16
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v16/common/bidding.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v16.common;
public interface ManualCpcOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v16.common.ManualCpc)
com.google.protobuf.MessageOrBuilder {
/**
*
* Whether bids are to be enhanced based on conversion optimizer data.
*
*
* optional bool enhanced_cpc_enabled = 2;
* @return Whether the enhancedCpcEnabled field is set.
*/
boolean hasEnhancedCpcEnabled();
/**
*
* Whether bids are to be enhanced based on conversion optimizer data.
*
*
* optional bool enhanced_cpc_enabled = 2;
* @return The enhancedCpcEnabled.
*/
boolean getEnhancedCpcEnabled();
}