Interface GenerateKeywordHistoricalMetricsRequestOrBuilder

    • Method Detail

      • getCustomerId

        java.lang.String getCustomerId()
         The ID of the customer with the recommendation.
         
        string customer_id = 1;
        Returns:
        The customerId.
      • getCustomerIdBytes

        com.google.protobuf.ByteString getCustomerIdBytes()
         The ID of the customer with the recommendation.
         
        string customer_id = 1;
        Returns:
        The bytes for customerId.
      • getKeywordsList

        java.util.List<java.lang.String> getKeywordsList()
         A list of keywords to get historical metrics.
         Not all inputs will be returned as a result of near-exact deduplication.
         For example, if stats for "car" and "cars" are requested, only "car" will
         be returned.
         A maximum of 10,000 keywords can be used.
         
        repeated string keywords = 2;
        Returns:
        A list containing the keywords.
      • getKeywordsCount

        int getKeywordsCount()
         A list of keywords to get historical metrics.
         Not all inputs will be returned as a result of near-exact deduplication.
         For example, if stats for "car" and "cars" are requested, only "car" will
         be returned.
         A maximum of 10,000 keywords can be used.
         
        repeated string keywords = 2;
        Returns:
        The count of keywords.
      • getKeywords

        java.lang.String getKeywords​(int index)
         A list of keywords to get historical metrics.
         Not all inputs will be returned as a result of near-exact deduplication.
         For example, if stats for "car" and "cars" are requested, only "car" will
         be returned.
         A maximum of 10,000 keywords can be used.
         
        repeated string keywords = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The keywords at the given index.
      • getKeywordsBytes

        com.google.protobuf.ByteString getKeywordsBytes​(int index)
         A list of keywords to get historical metrics.
         Not all inputs will be returned as a result of near-exact deduplication.
         For example, if stats for "car" and "cars" are requested, only "car" will
         be returned.
         A maximum of 10,000 keywords can be used.
         
        repeated string keywords = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the keywords at the given index.
      • hasHistoricalMetricsOptions

        boolean hasHistoricalMetricsOptions()
         The options for historical metrics data.
         
        .google.ads.googleads.v10.common.HistoricalMetricsOptions historical_metrics_options = 3;
        Returns:
        Whether the historicalMetricsOptions field is set.
      • getHistoricalMetricsOptions

        HistoricalMetricsOptions getHistoricalMetricsOptions()
         The options for historical metrics data.
         
        .google.ads.googleads.v10.common.HistoricalMetricsOptions historical_metrics_options = 3;
        Returns:
        The historicalMetricsOptions.
      • getHistoricalMetricsOptionsOrBuilder

        HistoricalMetricsOptionsOrBuilder getHistoricalMetricsOptionsOrBuilder()
         The options for historical metrics data.
         
        .google.ads.googleads.v10.common.HistoricalMetricsOptions historical_metrics_options = 3;