Interface GenerateKeywordIdeaResponseOrBuilder

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

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

    • getResultsList

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

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

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

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

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

      boolean hasAggregateMetricResults()
       The aggregate metrics for all keyword ideas.
       
      .google.ads.googleads.v18.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.v18.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 4;
      Returns:
      The aggregateMetricResults.
    • getAggregateMetricResultsOrBuilder

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

      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.