Interface ListPlannableProductsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPlannableLocationId()
      Required.
      com.google.protobuf.ByteString getPlannableLocationIdBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.