Interface GenerateKeywordIdeaResponseOrBuilder

    • Method Detail

      • getResultsList

        java.util.List<GenerateKeywordIdeaResult> getResultsList()
         Results of generating keyword ideas.
         
        repeated .google.ads.googleads.v13.services.GenerateKeywordIdeaResult results = 1;
      • getResults

        GenerateKeywordIdeaResult getResults​(int index)
         Results of generating keyword ideas.
         
        repeated .google.ads.googleads.v13.services.GenerateKeywordIdeaResult results = 1;
      • getResultsCount

        int getResultsCount()
         Results of generating keyword ideas.
         
        repeated .google.ads.googleads.v13.services.GenerateKeywordIdeaResult results = 1;
      • getResultsOrBuilderList

        java.util.List<? extends GenerateKeywordIdeaResultOrBuilder> getResultsOrBuilderList()
         Results of generating keyword ideas.
         
        repeated .google.ads.googleads.v13.services.GenerateKeywordIdeaResult results = 1;
      • getResultsOrBuilder

        GenerateKeywordIdeaResultOrBuilder getResultsOrBuilder​(int index)
         Results of generating keyword ideas.
         
        repeated .google.ads.googleads.v13.services.GenerateKeywordIdeaResult results = 1;
      • hasAggregateMetricResults

        boolean hasAggregateMetricResults()
         The aggregate metrics for all keyword ideas.
         
        .google.ads.googleads.v13.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 4;
        Returns:
        Whether the aggregateMetricResults field is set.
      • getAggregateMetricResults

        KeywordPlanAggregateMetricResults getAggregateMetricResults()
         The aggregate metrics for all keyword ideas.
         
        .google.ads.googleads.v13.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 4;
        Returns:
        The aggregateMetricResults.
      • getAggregateMetricResultsOrBuilder

        KeywordPlanAggregateMetricResultsOrBuilder getAggregateMetricResultsOrBuilder()
         The aggregate metrics for all keyword ideas.
         
        .google.ads.googleads.v13.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 4;
      • getNextPageToken

        java.lang.String getNextPageToken()
         Pagination token used to retrieve the next page of results.
         Pass the content of this string as the `page_token` attribute of
         the next request.
         `next_page_token` is not returned for the last page.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Pagination token used to retrieve the next page of results.
         Pass the content of this string as the `page_token` attribute of
         the next request.
         `next_page_token` is not returned for the last page.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.
      • getTotalSize

        long getTotalSize()
         Total number of results available.
         
        int64 total_size = 3;
        Returns:
        The totalSize.