All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.GenerateKeywordIdeaResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/keyword_plan_idea_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface GenerateKeywordIdeaResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GenerateKeywordIdeaResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Results of generating keyword ideas.
   * 
* * repeated .google.ads.googleads.v17.services.GenerateKeywordIdeaResult results = 1; */ java.util.List getResultsList(); /** *
   * Results of generating keyword ideas.
   * 
* * repeated .google.ads.googleads.v17.services.GenerateKeywordIdeaResult results = 1; */ com.google.ads.googleads.v17.services.GenerateKeywordIdeaResult getResults(int index); /** *
   * Results of generating keyword ideas.
   * 
* * repeated .google.ads.googleads.v17.services.GenerateKeywordIdeaResult results = 1; */ int getResultsCount(); /** *
   * Results of generating keyword ideas.
   * 
* * repeated .google.ads.googleads.v17.services.GenerateKeywordIdeaResult results = 1; */ java.util.List getResultsOrBuilderList(); /** *
   * Results of generating keyword ideas.
   * 
* * repeated .google.ads.googleads.v17.services.GenerateKeywordIdeaResult results = 1; */ com.google.ads.googleads.v17.services.GenerateKeywordIdeaResultOrBuilder getResultsOrBuilder( int index); /** *
   * The aggregate metrics for all keyword ideas.
   * 
* * .google.ads.googleads.v17.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 4; * @return Whether the aggregateMetricResults field is set. */ boolean hasAggregateMetricResults(); /** *
   * The aggregate metrics for all keyword ideas.
   * 
* * .google.ads.googleads.v17.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 4; * @return The aggregateMetricResults. */ com.google.ads.googleads.v17.common.KeywordPlanAggregateMetricResults getAggregateMetricResults(); /** *
   * The aggregate metrics for all keyword ideas.
   * 
* * .google.ads.googleads.v17.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 4; */ com.google.ads.googleads.v17.common.KeywordPlanAggregateMetricResultsOrBuilder getAggregateMetricResultsOrBuilder(); /** *
   * 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; * @return The nextPageToken. */ 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; * @return The bytes for nextPageToken. */ com.google.protobuf.ByteString getNextPageTokenBytes(); /** *
   * Total number of results available.
   * 
* * int64 total_size = 3; * @return The totalSize. */ long getTotalSize(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy