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 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.v21.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.v21.services.ReachPlanService.ListPlannableLocations].
       
      string plannable_location_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for plannableLocationId.
    • hasReachApplicationInfo

      boolean hasReachApplicationInfo()
       Optional. Additional information on the application issuing the request.
       
      .google.ads.googleads.v21.common.AdditionalApplicationInfo reach_application_info = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the reachApplicationInfo field is set.
    • getReachApplicationInfo

      AdditionalApplicationInfo getReachApplicationInfo()
       Optional. Additional information on the application issuing the request.
       
      .google.ads.googleads.v21.common.AdditionalApplicationInfo reach_application_info = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The reachApplicationInfo.
    • getReachApplicationInfoOrBuilder

      AdditionalApplicationInfoOrBuilder getReachApplicationInfoOrBuilder()
       Optional. Additional information on the application issuing the request.
       
      .google.ads.googleads.v21.common.AdditionalApplicationInfo reach_application_info = 3 [(.google.api.field_behavior) = OPTIONAL];