Interface ApplyRecommendationOperation.CampaignBudgetParametersOrBuilder

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

public static interface ApplyRecommendationOperation.CampaignBudgetParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    New budget amount to set for target budget resource.
    boolean
    New budget amount to set for target budget resource.

    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

    • hasNewBudgetAmountMicros

      boolean hasNewBudgetAmountMicros()
       New budget amount to set for target budget resource. This is a required
       field.
       
      optional int64 new_budget_amount_micros = 2;
      Returns:
      Whether the newBudgetAmountMicros field is set.
    • getNewBudgetAmountMicros

      long getNewBudgetAmountMicros()
       New budget amount to set for target budget resource. This is a required
       field.
       
      optional int64 new_budget_amount_micros = 2;
      Returns:
      The newBudgetAmountMicros.