Interface GenerateTrendingInsightsRequestOrBuilder

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

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

    • getCustomerId

      String getCustomerId()
       Required. The ID of the customer.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The customerId.
    • getCustomerIdBytes

      com.google.protobuf.ByteString getCustomerIdBytes()
       Required. The ID of the customer.
       
      string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for customerId.
    • getCustomerInsightsGroup

      String getCustomerInsightsGroup()
       Required. The name of the customer being planned for. This is a
       user-defined value.
       
      string customer_insights_group = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The customerInsightsGroup.
    • getCustomerInsightsGroupBytes

      com.google.protobuf.ByteString getCustomerInsightsGroupBytes()
       Required. The name of the customer being planned for. This is a
       user-defined value.
       
      string customer_insights_group = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for customerInsightsGroup.
    • hasInsightsApplicationInfo

      boolean hasInsightsApplicationInfo()
       Optional. Additional information on the application issuing the request.
       
      .google.ads.googleads.v20.common.AdditionalApplicationInfo insights_application_info = 6 [(.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.v20.common.AdditionalApplicationInfo insights_application_info = 6 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The insightsApplicationInfo.
    • getInsightsApplicationInfoOrBuilder

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

      boolean hasCountryLocation()
       Required. The country to find trends in.
       
      .google.ads.googleads.v20.common.LocationInfo country_location = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the countryLocation field is set.
    • getCountryLocation

      LocationInfo getCountryLocation()
       Required. The country to find trends in.
       
      .google.ads.googleads.v20.common.LocationInfo country_location = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The countryLocation.
    • getCountryLocationOrBuilder

      LocationInfoOrBuilder getCountryLocationOrBuilder()
       Required. The country to find trends in.
       
      .google.ads.googleads.v20.common.LocationInfo country_location = 3 [(.google.api.field_behavior) = REQUIRED];
    • hasSearchAudience

      boolean hasSearchAudience()
       An audience to search for trending content in.
       
      .google.ads.googleads.v20.services.SearchAudience search_audience = 4;
      Returns:
      Whether the searchAudience field is set.
    • getSearchAudience

      SearchAudience getSearchAudience()
       An audience to search for trending content in.
       
      .google.ads.googleads.v20.services.SearchAudience search_audience = 4;
      Returns:
      The searchAudience.
    • getSearchAudienceOrBuilder

      SearchAudienceOrBuilder getSearchAudienceOrBuilder()
       An audience to search for trending content in.
       
      .google.ads.googleads.v20.services.SearchAudience search_audience = 4;
    • hasSearchTopics

      boolean hasSearchTopics()
       Content topics to return trend information for.
       
      .google.ads.googleads.v20.services.SearchTopics search_topics = 5;
      Returns:
      Whether the searchTopics field is set.
    • getSearchTopics

      SearchTopics getSearchTopics()
       Content topics to return trend information for.
       
      .google.ads.googleads.v20.services.SearchTopics search_topics = 5;
      Returns:
      The searchTopics.
    • getSearchTopicsOrBuilder

      SearchTopicsOrBuilder getSearchTopicsOrBuilder()
       Content topics to return trend information for.
       
      .google.ads.googleads.v20.services.SearchTopics search_topics = 5;
    • getCriteriaCase