Interface SuggestSmartCampaignBudgetOptionsResponse.MetricsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SuggestSmartCampaignBudgetOptionsResponse.Metrics, SuggestSmartCampaignBudgetOptionsResponse.Metrics.Builder
Enclosing class:
SuggestSmartCampaignBudgetOptionsResponse

public static interface SuggestSmartCampaignBudgetOptionsResponse.MetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The estimated max daily clicks.
    long
    The estimated min daily clicks.

    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

    • getMinDailyClicks

      long getMinDailyClicks()
       The estimated min daily clicks.
       
      int64 min_daily_clicks = 1;
      Returns:
      The minDailyClicks.
    • getMaxDailyClicks

      long getMaxDailyClicks()
       The estimated max daily clicks.
       
      int64 max_daily_clicks = 2;
      Returns:
      The maxDailyClicks.