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;