Interface TargetImpressionShareOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TargetImpressionShare, TargetImpressionShare.Builder

public interface TargetImpressionShareOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The highest CPC bid the automated bidding system is permitted to specify.
    The targeted location on the search results page.
    long
    The chosen fraction of ads to be shown in the targeted location in micros.
    int
    The targeted location on the search results page.
    boolean
    The highest CPC bid the automated bidding system is permitted to specify.
    boolean
    The chosen fraction of ads to be shown in the targeted location in micros.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getLocationValue

      int getLocationValue()
       The targeted location on the search results page.
       
      .google.ads.googleads.v18.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation location = 1;
      Returns:
      The enum numeric value on the wire for location.
    • getLocation

       The targeted location on the search results page.
       
      .google.ads.googleads.v18.enums.TargetImpressionShareLocationEnum.TargetImpressionShareLocation location = 1;
      Returns:
      The location.
    • hasLocationFractionMicros

      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;
      Returns:
      Whether the locationFractionMicros field is set.
    • getLocationFractionMicros

      long getLocationFractionMicros()
       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;
      Returns:
      The locationFractionMicros.
    • hasCpcBidCeilingMicros

      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;
      Returns:
      Whether the cpcBidCeilingMicros field is set.
    • getCpcBidCeilingMicros

      long getCpcBidCeilingMicros()
       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;
      Returns:
      The cpcBidCeilingMicros.