Interface KeywordPlanAdGroupForecastOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ForecastMetrics getAdGroupForecast()
      The forecast for the Keyword Plan ad group.
      ForecastMetricsOrBuilder getAdGroupForecastOrBuilder()
      The forecast for the Keyword Plan ad group.
      java.lang.String getKeywordPlanAdGroup()
      The resource name of the Keyword Plan ad group related to the forecast.
      com.google.protobuf.ByteString getKeywordPlanAdGroupBytes()
      The resource name of the Keyword Plan ad group related to the forecast.
      boolean hasAdGroupForecast()
      The forecast for the Keyword Plan ad group.
      boolean hasKeywordPlanAdGroup()
      The resource name of the Keyword Plan ad group related to the forecast.
      • 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

      • hasKeywordPlanAdGroup

        boolean hasKeywordPlanAdGroup()
         The resource name of the Keyword Plan ad group related to the forecast.
         `customers/{customer_id}/keywordPlanAdGroups/{keyword_plan_ad_group_id}`
         
        optional string keyword_plan_ad_group = 3;
        Returns:
        Whether the keywordPlanAdGroup field is set.
      • getKeywordPlanAdGroup

        java.lang.String getKeywordPlanAdGroup()
         The resource name of the Keyword Plan ad group related to the forecast.
         `customers/{customer_id}/keywordPlanAdGroups/{keyword_plan_ad_group_id}`
         
        optional string keyword_plan_ad_group = 3;
        Returns:
        The keywordPlanAdGroup.
      • getKeywordPlanAdGroupBytes

        com.google.protobuf.ByteString getKeywordPlanAdGroupBytes()
         The resource name of the Keyword Plan ad group related to the forecast.
         `customers/{customer_id}/keywordPlanAdGroups/{keyword_plan_ad_group_id}`
         
        optional string keyword_plan_ad_group = 3;
        Returns:
        The bytes for keywordPlanAdGroup.
      • hasAdGroupForecast

        boolean hasAdGroupForecast()
         The forecast for the Keyword Plan ad group.
         
        .google.ads.googleads.v10.services.ForecastMetrics ad_group_forecast = 2;
        Returns:
        Whether the adGroupForecast field is set.
      • getAdGroupForecast

        ForecastMetrics getAdGroupForecast()
         The forecast for the Keyword Plan ad group.
         
        .google.ads.googleads.v10.services.ForecastMetrics ad_group_forecast = 2;
        Returns:
        The adGroupForecast.
      • getAdGroupForecastOrBuilder

        ForecastMetricsOrBuilder getAdGroupForecastOrBuilder()
         The forecast for the Keyword Plan ad group.
         
        .google.ads.googleads.v10.services.ForecastMetrics ad_group_forecast = 2;