com.google.ads.googleads.v17.common.TargetImpressionShareOrBuilder 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/common/bidding.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface TargetImpressionShareOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.TargetImpressionShare)
com.google.protobuf.MessageOrBuilder {
/**
*
* The targeted location on the search results page.
*
*
* .google.ads.googleads.v17.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation location = 1;
* @return The enum numeric value on the wire for location.
*/
int getLocationValue();
/**
*
* The targeted location on the search results page.
*
*
* .google.ads.googleads.v17.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation location = 1;
* @return The location.
*/
com.google.ads.googleads.v17.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation getLocation();
/**
*
* The chosen fraction of ads to be shown in the targeted location in micros.
* For example, 1% equals 10,000.
*
*
* optional int64 location_fraction_micros = 4;
* @return Whether the locationFractionMicros field is set.
*/
boolean hasLocationFractionMicros();
/**
*
* The chosen fraction of ads to be shown in the targeted location in micros.
* For example, 1% equals 10,000.
*
*
* optional int64 location_fraction_micros = 4;
* @return The locationFractionMicros.
*/
long getLocationFractionMicros();
/**
*
* The highest CPC bid the automated bidding system is permitted to specify.
* This is a required field entered by the advertiser that sets the ceiling
* and specified in local micros.
*
*
* optional int64 cpc_bid_ceiling_micros = 5;
* @return Whether the cpcBidCeilingMicros field is set.
*/
boolean hasCpcBidCeilingMicros();
/**
*
* The highest CPC bid the automated bidding system is permitted to specify.
* This is a required field entered by the advertiser that sets the ceiling
* and specified in local micros.
*
*
* optional int64 cpc_bid_ceiling_micros = 5;
* @return The cpcBidCeilingMicros.
*/
long getCpcBidCeilingMicros();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy