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 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

      List<String> 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

      String getCloseVariants(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 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.