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
Modifier and TypeMethodDescriptionThe aggregate metrics for all keyword ideas.The aggregate metrics for all keyword ideas.Pagination token used to retrieve the next page of results.com.google.protobuf.ByteStringPagination token used to retrieve the next page of results.getResults(int index) Results of generating keyword ideas.intResults of generating keyword ideas.Results of generating keyword ideas.getResultsOrBuilder(int index) Results of generating keyword ideas.List<? extends GenerateKeywordIdeaResultOrBuilder>Results of generating keyword ideas.longTotal number of results available.booleanThe aggregate metrics for all keyword ideas.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResultsList
List<GenerateKeywordIdeaResult> getResultsList()Results of generating keyword ideas.
repeated .google.ads.googleads.v18.services.GenerateKeywordIdeaResult results = 1; -
getResults
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
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.
-