Interface SuggestSmartCampaignBudgetOptionsResponse.BudgetOptionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getDailyAmountMicros()
      The amount of the budget, in the local currency for the account.
      SuggestSmartCampaignBudgetOptionsResponse.Metrics getMetrics()
      Metrics pertaining to the suggested budget, could be empty if there is not enough information to derive the estimates.
      SuggestSmartCampaignBudgetOptionsResponse.MetricsOrBuilder getMetricsOrBuilder()
      Metrics pertaining to the suggested budget, could be empty if there is not enough information to derive the estimates.
      boolean hasMetrics()
      Metrics pertaining to the suggested budget, could be empty if there is not enough information to derive the estimates.
      • 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

      • getDailyAmountMicros

        long getDailyAmountMicros()
         The amount of the budget, in the local currency for the account.
         Amount is specified in micros, where one million is equivalent to one
         currency unit.
         
        int64 daily_amount_micros = 1;
        Returns:
        The dailyAmountMicros.
      • hasMetrics

        boolean hasMetrics()
         Metrics pertaining to the suggested budget, could be empty if there is
         not enough information to derive the estimates.
         
        .google.ads.googleads.v10.services.SuggestSmartCampaignBudgetOptionsResponse.Metrics metrics = 2;
        Returns:
        Whether the metrics field is set.
      • getMetrics

        SuggestSmartCampaignBudgetOptionsResponse.Metrics getMetrics()
         Metrics pertaining to the suggested budget, could be empty if there is
         not enough information to derive the estimates.
         
        .google.ads.googleads.v10.services.SuggestSmartCampaignBudgetOptionsResponse.Metrics metrics = 2;
        Returns:
        The metrics.
      • getMetricsOrBuilder

        SuggestSmartCampaignBudgetOptionsResponse.MetricsOrBuilder getMetricsOrBuilder()
         Metrics pertaining to the suggested budget, could be empty if there is
         not enough information to derive the estimates.
         
        .google.ads.googleads.v10.services.SuggestSmartCampaignBudgetOptionsResponse.Metrics metrics = 2;