com.google.ads.googleads.v17.services.GenerateKeywordIdeaResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 extends com.google.ads.googleads.v17.services.GenerateKeywordIdeaResultOrBuilder>
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