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 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;
      • getCloseVariantsList

        java.util.List<java.lang.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

        java.lang.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.