Interface GenerateProductMixIdeasRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateProductMixIdeasRequest,GenerateProductMixIdeasRequest.Builder
public interface GenerateProductMixIdeasRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBudgetMicros()Required.java.lang.StringgetCurrencyCode()Required.com.google.protobuf.ByteStringgetCurrencyCodeBytes()Required.java.lang.StringgetCustomerId()Required.com.google.protobuf.ByteStringgetCustomerIdBytes()Required.java.lang.StringgetPlannableLocationId()Required.com.google.protobuf.ByteStringgetPlannableLocationIdBytes()Required.PreferencesgetPreferences()The preferences of the suggested product mix.PreferencesOrBuildergetPreferencesOrBuilder()The preferences of the suggested product mix.booleanhasPreferences()The preferences of the suggested product mix.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-