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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCostMicros()The cost in micros.java.lang.StringgetPlannableProductCode()Selected product for planning.com.google.protobuf.ByteStringgetPlannableProductCodeBytes()Selected product for planning.PlannedProductForecastgetPlannedProductForecast()Forecasted traffic metrics for this product.PlannedProductForecastOrBuildergetPlannedProductForecastOrBuilder()Forecasted traffic metrics for this product.booleanhasPlannedProductForecast()Forecasted traffic metrics for this product.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPlannableProductCode
java.lang.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.v10.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.v10.services.PlannedProductForecast planned_product_forecast = 3;- Returns:
- The plannedProductForecast.
-
getPlannedProductForecastOrBuilder
PlannedProductForecastOrBuilder getPlannedProductForecastOrBuilder()
Forecasted traffic metrics for this product.
.google.ads.googleads.v10.services.PlannedProductForecast planned_product_forecast = 3;
-
-