Interface PlannedProductOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlannedProduct,PlannedProduct.Builder
public interface PlannedProductOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBudgetMicros()Required.java.lang.StringgetPlannableProductCode()Required.com.google.protobuf.ByteStringgetPlannableProductCodeBytes()Required.booleanhasBudgetMicros()Required.booleanhasPlannableProductCode()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPlannableProductCode
boolean hasPlannableProductCode()
Required. Selected product for planning. The code associated with the ad product. E.g. Trueview, Bumper To list the available plannable product codes use [ReachPlanService.ListPlannableProducts][google.ads.googleads.v10.services.ReachPlanService.ListPlannableProducts].
optional string plannable_product_code = 3;- Returns:
- Whether the plannableProductCode field is set.
-
getPlannableProductCode
java.lang.String getPlannableProductCode()
Required. Selected product for planning. The code associated with the ad product. E.g. Trueview, Bumper To list the available plannable product codes use [ReachPlanService.ListPlannableProducts][google.ads.googleads.v10.services.ReachPlanService.ListPlannableProducts].
optional string plannable_product_code = 3;- Returns:
- The plannableProductCode.
-
getPlannableProductCodeBytes
com.google.protobuf.ByteString getPlannableProductCodeBytes()
Required. Selected product for planning. The code associated with the ad product. E.g. Trueview, Bumper To list the available plannable product codes use [ReachPlanService.ListPlannableProducts][google.ads.googleads.v10.services.ReachPlanService.ListPlannableProducts].
optional string plannable_product_code = 3;- Returns:
- The bytes for plannableProductCode.
-
hasBudgetMicros
boolean hasBudgetMicros()
Required. Maximum budget allocation in micros for the selected product. The value is specified in the selected planning currency_code. E.g. 1 000 000$ = 1 000 000 000 000 micros.
optional int64 budget_micros = 4;- Returns:
- Whether the budgetMicros field is set.
-
getBudgetMicros
long getBudgetMicros()
Required. Maximum budget allocation in micros for the selected product. The value is specified in the selected planning currency_code. E.g. 1 000 000$ = 1 000 000 000 000 micros.
optional int64 budget_micros = 4;- Returns:
- The budgetMicros.
-
-