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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordAnnotationsgetKeywordAnnotations()The annotations for the keyword.KeywordAnnotationsOrBuildergetKeywordAnnotationsOrBuilder()The annotations for the keyword.KeywordPlanHistoricalMetricsgetKeywordIdeaMetrics()The historical metrics for the keyword.KeywordPlanHistoricalMetricsOrBuildergetKeywordIdeaMetricsOrBuilder()The historical metrics for the keyword.java.lang.StringgetText()Text of the keyword idea.com.google.protobuf.ByteStringgetTextBytes()Text of the keyword idea.booleanhasKeywordAnnotations()The annotations for the keyword.booleanhasKeywordIdeaMetrics()The historical metrics for the keyword.booleanhasText()Text of the keyword idea.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.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.v10.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.v10.common.KeywordPlanHistoricalMetrics keyword_idea_metrics = 3;- Returns:
- The keywordIdeaMetrics.
-
getKeywordIdeaMetricsOrBuilder
KeywordPlanHistoricalMetricsOrBuilder getKeywordIdeaMetricsOrBuilder()
The historical metrics for the keyword.
.google.ads.googleads.v10.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.v10.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.v10.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.v10.common.KeywordAnnotations keyword_annotations = 6;
-
-