Interface SuggestSmartCampaignBudgetOptionsResponse.BudgetOptionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    The amount of the budget, in the local currency for the account.
    Metrics pertaining to the suggested budget, could be empty if there is not enough information to derive the estimates.
    Metrics pertaining to the suggested budget, could be empty if there is not enough information to derive the estimates.
    boolean
    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 Details

    • 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.v18.services.SuggestSmartCampaignBudgetOptionsResponse.Metrics metrics = 2;
      Returns:
      Whether the metrics field is set.
    • getMetrics

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

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