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
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.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
-
getPlannableLocationId
String getPlannableLocationId()Required. The ID of the selected location for planning. To list the available plannable location IDs use [ReachPlanService.ListPlannableLocations][google.ads.googleads.v18.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.v18.services.ReachPlanService.ListPlannableLocations].
string plannable_location_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for plannableLocationId.
-