Interface ApplyRecommendationOperation.UseBroadMatchKeywordParametersOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getNewBudgetAmountMicros()
      New budget amount to set for target budget resource.
      boolean hasNewBudgetAmountMicros()
      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 Detail

      • hasNewBudgetAmountMicros

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

        long getNewBudgetAmountMicros()
         New budget amount to set for target budget resource.
         
        optional int64 new_budget_amount_micros = 1;
        Returns:
        The newBudgetAmountMicros.