Interface PlannedProductReachForecastOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlannedProductReachForecast,PlannedProductReachForecast.Builder
public interface PlannedProductReachForecastOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongThe cost in micros.Selected product for planning.com.google.protobuf.ByteStringSelected product for planning.Forecasted traffic metrics for this product.Forecasted traffic metrics for this product.booleanForecasted traffic metrics for this product.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPlannableProductCode
String getPlannableProductCode()Selected product for planning. The product codes returned are within the set of the ones returned by ListPlannableProducts when using the same location ID.
string plannable_product_code = 1;- Returns:
- The plannableProductCode.
-
getPlannableProductCodeBytes
com.google.protobuf.ByteString getPlannableProductCodeBytes()Selected product for planning. The product codes returned are within the set of the ones returned by ListPlannableProducts when using the same location ID.
string plannable_product_code = 1;- Returns:
- The bytes for plannableProductCode.
-
getCostMicros
long getCostMicros()The cost in micros. This may differ from the product's input allocation if one or more planned products cannot fulfill the budget because of limited inventory.
int64 cost_micros = 2;- Returns:
- The costMicros.
-
hasPlannedProductForecast
boolean hasPlannedProductForecast()Forecasted traffic metrics for this product.
.google.ads.googleads.v18.services.PlannedProductForecast planned_product_forecast = 3;- Returns:
- Whether the plannedProductForecast field is set.
-
getPlannedProductForecast
PlannedProductForecast getPlannedProductForecast()Forecasted traffic metrics for this product.
.google.ads.googleads.v18.services.PlannedProductForecast planned_product_forecast = 3;- Returns:
- The plannedProductForecast.
-
getPlannedProductForecastOrBuilder
PlannedProductForecastOrBuilder getPlannedProductForecastOrBuilder()Forecasted traffic metrics for this product.
.google.ads.googleads.v18.services.PlannedProductForecast planned_product_forecast = 3;
-