Interface ListPlannableProductsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListPlannableProductsRequest,ListPlannableProductsRequest.Builder
public interface ListPlannableProductsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPlannableLocationId()Required.com.google.protobuf.ByteStringgetPlannableLocationIdBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPlannableLocationId
java.lang.String getPlannableLocationId()
Required. The ID of the selected location for planning. To list the available plannable location ids use [ReachPlanService.ListPlannableLocations][google.ads.googleads.v10.services.ReachPlanService.ListPlannableLocations].
string plannable_location_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The plannableLocationId.
-
getPlannableLocationIdBytes
com.google.protobuf.ByteString getPlannableLocationIdBytes()
Required. The ID of the selected location for planning. To list the available plannable location ids use [ReachPlanService.ListPlannableLocations][google.ads.googleads.v10.services.ReachPlanService.ListPlannableLocations].
string plannable_location_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for plannableLocationId.
-
-