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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordPlanAggregateMetricResultsgetAggregateMetricResults()The aggregate metrics for all keyword ideas.KeywordPlanAggregateMetricResultsOrBuildergetAggregateMetricResultsOrBuilder()The aggregate metrics for all keyword ideas.java.lang.StringgetNextPageToken()Pagination token used to retrieve the next page of results.com.google.protobuf.ByteStringgetNextPageTokenBytes()Pagination token used to retrieve the next page of results.GenerateKeywordIdeaResultgetResults(int index)Results of generating keyword ideas.intgetResultsCount()Results of generating keyword ideas.java.util.List<GenerateKeywordIdeaResult>getResultsList()Results of generating keyword ideas.GenerateKeywordIdeaResultOrBuildergetResultsOrBuilder(int index)Results of generating keyword ideas.java.util.List<? extends GenerateKeywordIdeaResultOrBuilder>getResultsOrBuilderList()Results of generating keyword ideas.longgetTotalSize()Total number of results available.booleanhasAggregateMetricResults()The aggregate metrics for all keyword ideas.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResultsList
java.util.List<GenerateKeywordIdeaResult> getResultsList()
Results of generating keyword ideas.
repeated .google.ads.googleads.v10.services.GenerateKeywordIdeaResult results = 1;
-
getResults
GenerateKeywordIdeaResult getResults(int index)
Results of generating keyword ideas.
repeated .google.ads.googleads.v10.services.GenerateKeywordIdeaResult results = 1;
-
getResultsCount
int getResultsCount()
Results of generating keyword ideas.
repeated .google.ads.googleads.v10.services.GenerateKeywordIdeaResult results = 1;
-
getResultsOrBuilderList
java.util.List<? extends GenerateKeywordIdeaResultOrBuilder> getResultsOrBuilderList()
Results of generating keyword ideas.
repeated .google.ads.googleads.v10.services.GenerateKeywordIdeaResult results = 1;
-
getResultsOrBuilder
GenerateKeywordIdeaResultOrBuilder getResultsOrBuilder(int index)
Results of generating keyword ideas.
repeated .google.ads.googleads.v10.services.GenerateKeywordIdeaResult results = 1;
-
hasAggregateMetricResults
boolean hasAggregateMetricResults()
The aggregate metrics for all keyword ideas.
.google.ads.googleads.v10.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.v10.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 4;- Returns:
- The aggregateMetricResults.
-
getAggregateMetricResultsOrBuilder
KeywordPlanAggregateMetricResultsOrBuilder getAggregateMetricResultsOrBuilder()
The aggregate metrics for all keyword ideas.
.google.ads.googleads.v10.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.
-
-