Interface AccessibleBiddingStrategy.TargetImpressionShareOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AccessibleBiddingStrategy.TargetImpressionShare,AccessibleBiddingStrategy.TargetImpressionShare.Builder
- Enclosing class:
- AccessibleBiddingStrategy
public static interface AccessibleBiddingStrategy.TargetImpressionShareOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCpcBidCeilingMicros()Output only.TargetImpressionShareLocationEnum.TargetImpressionShareLocationgetLocation()Output only.longgetLocationFractionMicros()The desired fraction of ads to be shown in the targeted location in micros.intgetLocationValue()Output only.booleanhasCpcBidCeilingMicros()Output only.booleanhasLocationFractionMicros()The desired fraction of ads to be shown in the targeted location in micros.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocationValue
int getLocationValue()
Output only. The targeted location on the search results page.
.google.ads.googleads.v10.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for location.
-
getLocation
TargetImpressionShareLocationEnum.TargetImpressionShareLocation getLocation()
Output only. The targeted location on the search results page.
.google.ads.googleads.v10.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The location.
-
hasLocationFractionMicros
boolean hasLocationFractionMicros()
The desired fraction of ads to be shown in the targeted location in micros. E.g. 1% equals 10,000.
optional int64 location_fraction_micros = 2;- Returns:
- Whether the locationFractionMicros field is set.
-
getLocationFractionMicros
long getLocationFractionMicros()
The desired fraction of ads to be shown in the targeted location in micros. E.g. 1% equals 10,000.
optional int64 location_fraction_micros = 2;- Returns:
- The locationFractionMicros.
-
hasCpcBidCeilingMicros
boolean hasCpcBidCeilingMicros()
Output only. 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 = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the cpcBidCeilingMicros field is set.
-
getCpcBidCeilingMicros
long getCpcBidCeilingMicros()
Output only. 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 = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The cpcBidCeilingMicros.
-
-