Interface GenerateKeywordIdeaResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateKeywordIdeaResult,GenerateKeywordIdeaResult.Builder
public interface GenerateKeywordIdeaResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCloseVariants(int index) The list of close variants from the requested keywords that are combined into this GenerateKeywordIdeaResult.com.google.protobuf.ByteStringgetCloseVariantsBytes(int index) The list of close variants from the requested keywords that are combined into this GenerateKeywordIdeaResult.intThe list of close variants from the requested keywords that are combined into this GenerateKeywordIdeaResult.The list of close variants from the requested keywords that are combined into this GenerateKeywordIdeaResult.The annotations for the keyword.The annotations for the keyword.The historical metrics for the keyword.The historical metrics for the keyword.getText()Text of the keyword idea.com.google.protobuf.ByteStringText of the keyword idea.booleanThe annotations for the keyword.booleanThe historical metrics for the keyword.booleanhasText()Text of the keyword idea.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
-
hasText
boolean hasText()Text of the keyword idea. As in Keyword Plan historical metrics, this text may not be an actual keyword, but the canonical form of multiple keywords. See KeywordPlanKeywordHistoricalMetrics message in KeywordPlanService.
optional string text = 5;- Returns:
- Whether the text field is set.
-
getText
String getText()Text of the keyword idea. As in Keyword Plan historical metrics, this text may not be an actual keyword, but the canonical form of multiple keywords. See KeywordPlanKeywordHistoricalMetrics message in KeywordPlanService.
optional string text = 5;- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()Text of the keyword idea. As in Keyword Plan historical metrics, this text may not be an actual keyword, but the canonical form of multiple keywords. See KeywordPlanKeywordHistoricalMetrics message in KeywordPlanService.
optional string text = 5;- Returns:
- The bytes for text.
-
hasKeywordIdeaMetrics
boolean hasKeywordIdeaMetrics()The historical metrics for the keyword.
.google.ads.googleads.v18.common.KeywordPlanHistoricalMetrics keyword_idea_metrics = 3;- Returns:
- Whether the keywordIdeaMetrics field is set.
-
getKeywordIdeaMetrics
KeywordPlanHistoricalMetrics getKeywordIdeaMetrics()The historical metrics for the keyword.
.google.ads.googleads.v18.common.KeywordPlanHistoricalMetrics keyword_idea_metrics = 3;- Returns:
- The keywordIdeaMetrics.
-
getKeywordIdeaMetricsOrBuilder
KeywordPlanHistoricalMetricsOrBuilder getKeywordIdeaMetricsOrBuilder()The historical metrics for the keyword.
.google.ads.googleads.v18.common.KeywordPlanHistoricalMetrics keyword_idea_metrics = 3; -
hasKeywordAnnotations
boolean hasKeywordAnnotations()The annotations for the keyword. The annotation data is only provided if requested.
.google.ads.googleads.v18.common.KeywordAnnotations keyword_annotations = 6;- Returns:
- Whether the keywordAnnotations field is set.
-
getKeywordAnnotations
KeywordAnnotations getKeywordAnnotations()The annotations for the keyword. The annotation data is only provided if requested.
.google.ads.googleads.v18.common.KeywordAnnotations keyword_annotations = 6;- Returns:
- The keywordAnnotations.
-
getKeywordAnnotationsOrBuilder
KeywordAnnotationsOrBuilder getKeywordAnnotationsOrBuilder()The annotations for the keyword. The annotation data is only provided if requested.
.google.ads.googleads.v18.common.KeywordAnnotations keyword_annotations = 6; -
getCloseVariantsList
The list of close variants from the requested keywords that are combined into this GenerateKeywordIdeaResult. See https://support.google.com/google-ads/answer/9342105 for the definition of "close variants".
repeated string close_variants = 7;- Returns:
- A list containing the closeVariants.
-
getCloseVariantsCount
int getCloseVariantsCount()The list of close variants from the requested keywords that are combined into this GenerateKeywordIdeaResult. See https://support.google.com/google-ads/answer/9342105 for the definition of "close variants".
repeated string close_variants = 7;- Returns:
- The count of closeVariants.
-
getCloseVariants
The list of close variants from the requested keywords that are combined into this GenerateKeywordIdeaResult. See https://support.google.com/google-ads/answer/9342105 for the definition of "close variants".
repeated string close_variants = 7;- Parameters:
index- The index of the element to return.- Returns:
- The closeVariants at the given index.
-
getCloseVariantsBytes
com.google.protobuf.ByteString getCloseVariantsBytes(int index) The list of close variants from the requested keywords that are combined into this GenerateKeywordIdeaResult. See https://support.google.com/google-ads/answer/9342105 for the definition of "close variants".
repeated string close_variants = 7;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the closeVariants at the given index.
-