Interface KeywordPlanMaxCpcBidForecastOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ForecastMetrics getMaxCpcBidForecast()
      The forecast for the Keyword Plan campaign at the specific bid.
      ForecastMetricsOrBuilder getMaxCpcBidForecastOrBuilder()
      The forecast for the Keyword Plan campaign at the specific bid.
      long getMaxCpcBidMicros()
      The max cpc bid in micros.
      boolean hasMaxCpcBidForecast()
      The forecast for the Keyword Plan campaign at the specific bid.
      boolean hasMaxCpcBidMicros()
      The max cpc bid 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 Detail

      • hasMaxCpcBidMicros

        boolean hasMaxCpcBidMicros()
         The max cpc bid in micros.
         
        optional int64 max_cpc_bid_micros = 3;
        Returns:
        Whether the maxCpcBidMicros field is set.
      • getMaxCpcBidMicros

        long getMaxCpcBidMicros()
         The max cpc bid in micros.
         
        optional int64 max_cpc_bid_micros = 3;
        Returns:
        The maxCpcBidMicros.
      • hasMaxCpcBidForecast

        boolean hasMaxCpcBidForecast()
         The forecast for the Keyword Plan campaign at the specific bid.
         
        .google.ads.googleads.v10.services.ForecastMetrics max_cpc_bid_forecast = 2;
        Returns:
        Whether the maxCpcBidForecast field is set.
      • getMaxCpcBidForecast

        ForecastMetrics getMaxCpcBidForecast()
         The forecast for the Keyword Plan campaign at the specific bid.
         
        .google.ads.googleads.v10.services.ForecastMetrics max_cpc_bid_forecast = 2;
        Returns:
        The maxCpcBidForecast.
      • getMaxCpcBidForecastOrBuilder

        ForecastMetricsOrBuilder getMaxCpcBidForecastOrBuilder()
         The forecast for the Keyword Plan campaign at the specific bid.
         
        .google.ads.googleads.v10.services.ForecastMetrics max_cpc_bid_forecast = 2;