com.google.ads.googleads.v10.services.GenerateProductMixIdeasRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/services/reach_plan_service.proto
package com.google.ads.googleads.v10.services;
public interface GenerateProductMixIdeasRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.GenerateProductMixIdeasRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The ID of the customer.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The customerId.
*/
java.lang.String getCustomerId();
/**
*
* Required. The ID of the customer.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for customerId.
*/
com.google.protobuf.ByteString
getCustomerIdBytes();
/**
*
* 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];
* @return The plannableLocationId.
*/
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];
* @return The bytes for plannableLocationId.
*/
com.google.protobuf.ByteString
getPlannableLocationIdBytes();
/**
*
* Required. Currency code.
* Three-character ISO 4217 currency code.
*
*
* string currency_code = 7 [(.google.api.field_behavior) = REQUIRED];
* @return The currencyCode.
*/
java.lang.String getCurrencyCode();
/**
*
* Required. Currency code.
* Three-character ISO 4217 currency code.
*
*
* string currency_code = 7 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for currencyCode.
*/
com.google.protobuf.ByteString
getCurrencyCodeBytes();
/**
*
* Required. Total budget.
* Amount in micros. One million is equivalent to one unit.
*
*
* int64 budget_micros = 8 [(.google.api.field_behavior) = REQUIRED];
* @return The budgetMicros.
*/
long getBudgetMicros();
/**
*
* 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;
* @return Whether the preferences field is set.
*/
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;
* @return The preferences.
*/
com.google.ads.googleads.v10.services.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;
*/
com.google.ads.googleads.v10.services.PreferencesOrBuilder getPreferencesOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy