Interface ListPlannableLocationsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListPlannableLocationsRequest, ListPlannableLocationsRequest.Builder

public interface ListPlannableLocationsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasReachApplicationInfo

      boolean hasReachApplicationInfo()
       Optional. Additional information on the application issuing the request.
       
      .google.ads.googleads.v20.common.AdditionalApplicationInfo reach_application_info = 1 [(.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.v20.common.AdditionalApplicationInfo reach_application_info = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The reachApplicationInfo.
    • getReachApplicationInfoOrBuilder

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