Interface ListInsightsEligibleDatesRequestOrBuilder

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

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

    • hasInsightsApplicationInfo

      boolean hasInsightsApplicationInfo()
       Optional. Additional information on the application issuing the request.
       
      .google.ads.googleads.v21.common.AdditionalApplicationInfo insights_application_info = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the insightsApplicationInfo field is set.
    • getInsightsApplicationInfo

      AdditionalApplicationInfo getInsightsApplicationInfo()
       Optional. Additional information on the application issuing the request.
       
      .google.ads.googleads.v21.common.AdditionalApplicationInfo insights_application_info = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The insightsApplicationInfo.
    • getInsightsApplicationInfoOrBuilder

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