Interface GenerateProductMixIdeasRequestOrBuilder

    • Method Detail

      • getCustomerId

        java.lang.String getCustomerId()
         Required. The ID of the customer.
         
        string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The customerId.
      • getCustomerIdBytes

        com.google.protobuf.ByteString getCustomerIdBytes()
         Required. The ID of the customer.
         
        string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for customerId.
      • getPlannableLocationId

        java.lang.String getPlannableLocationId()
         Required. The ID of the location, this is one of the ids returned by
         [ReachPlanService.ListPlannableLocations][google.ads.googleads.v10.services.ReachPlanService.ListPlannableLocations].
         
        string plannable_location_id = 6 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The plannableLocationId.
      • getPlannableLocationIdBytes

        com.google.protobuf.ByteString getPlannableLocationIdBytes()
         Required. The ID of the location, this is one of the ids returned by
         [ReachPlanService.ListPlannableLocations][google.ads.googleads.v10.services.ReachPlanService.ListPlannableLocations].
         
        string plannable_location_id = 6 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for plannableLocationId.
      • getCurrencyCode

        java.lang.String getCurrencyCode()
         Required. Currency code.
         Three-character ISO 4217 currency code.
         
        string currency_code = 7 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The currencyCode.
      • getCurrencyCodeBytes

        com.google.protobuf.ByteString getCurrencyCodeBytes()
         Required. Currency code.
         Three-character ISO 4217 currency code.
         
        string currency_code = 7 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for currencyCode.
      • getBudgetMicros

        long getBudgetMicros()
         Required. Total budget.
         Amount in micros. One million is equivalent to one unit.
         
        int64 budget_micros = 8 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The budgetMicros.
      • hasPreferences

        boolean hasPreferences()
         The preferences of the suggested product mix.
         An unset preference is interpreted as all possible values are allowed,
         unless explicitly specified.
         
        .google.ads.googleads.v10.services.Preferences preferences = 5;
        Returns:
        Whether the preferences field is set.
      • getPreferences

        Preferences getPreferences()
         The preferences of the suggested product mix.
         An unset preference is interpreted as all possible values are allowed,
         unless explicitly specified.
         
        .google.ads.googleads.v10.services.Preferences preferences = 5;
        Returns:
        The preferences.
      • getPreferencesOrBuilder

        PreferencesOrBuilder getPreferencesOrBuilder()
         The preferences of the suggested product mix.
         An unset preference is interpreted as all possible values are allowed,
         unless explicitly specified.
         
        .google.ads.googleads.v10.services.Preferences preferences = 5;