Interface GenerateKeywordHistoricalMetricsResultOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCloseVariants​(int index)
      The list of close variants from the requested keywords whose stats are combined into this GenerateKeywordHistoricalMetricsResult.
      com.google.protobuf.ByteString getCloseVariantsBytes​(int index)
      The list of close variants from the requested keywords whose stats are combined into this GenerateKeywordHistoricalMetricsResult.
      int getCloseVariantsCount()
      The list of close variants from the requested keywords whose stats are combined into this GenerateKeywordHistoricalMetricsResult.
      java.util.List<java.lang.String> getCloseVariantsList()
      The list of close variants from the requested keywords whose stats are combined into this GenerateKeywordHistoricalMetricsResult.
      KeywordPlanHistoricalMetrics getKeywordMetrics()
      The historical metrics for text and its close variants
      KeywordPlanHistoricalMetricsOrBuilder getKeywordMetricsOrBuilder()
      The historical metrics for text and its close variants
      java.lang.String getText()
      The text of the query associated with one or more keywords.
      com.google.protobuf.ByteString getTextBytes()
      The text of the query associated with one or more keywords.
      boolean hasKeywordMetrics()
      The historical metrics for text and its close variants
      boolean hasText()
      The text of the query associated with one or more keywords.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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()
         The text of the query associated with one or more keywords.
         Note that we de-dupe your keywords list, eliminating close variants
         before returning the keywords as text. For example, if your request
         originally contained the keywords "car" and "cars", the returned search
         query will only contain "cars". The list of de-duped queries will be
         included in close_variants field.
         
        optional string text = 1;
        Returns:
        Whether the text field is set.
      • getText

        java.lang.String getText()
         The text of the query associated with one or more keywords.
         Note that we de-dupe your keywords list, eliminating close variants
         before returning the keywords as text. For example, if your request
         originally contained the keywords "car" and "cars", the returned search
         query will only contain "cars". The list of de-duped queries will be
         included in close_variants field.
         
        optional string text = 1;
        Returns:
        The text.
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
         The text of the query associated with one or more keywords.
         Note that we de-dupe your keywords list, eliminating close variants
         before returning the keywords as text. For example, if your request
         originally contained the keywords "car" and "cars", the returned search
         query will only contain "cars". The list of de-duped queries will be
         included in close_variants field.
         
        optional string text = 1;
        Returns:
        The bytes for text.
      • getCloseVariantsList

        java.util.List<java.lang.String> getCloseVariantsList()
         The list of close variants from the requested keywords whose stats
         are combined into this GenerateKeywordHistoricalMetricsResult.
         
        repeated string close_variants = 3;
        Returns:
        A list containing the closeVariants.
      • getCloseVariantsCount

        int getCloseVariantsCount()
         The list of close variants from the requested keywords whose stats
         are combined into this GenerateKeywordHistoricalMetricsResult.
         
        repeated string close_variants = 3;
        Returns:
        The count of closeVariants.
      • getCloseVariants

        java.lang.String getCloseVariants​(int index)
         The list of close variants from the requested keywords whose stats
         are combined into this GenerateKeywordHistoricalMetricsResult.
         
        repeated string close_variants = 3;
        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 whose stats
         are combined into this GenerateKeywordHistoricalMetricsResult.
         
        repeated string close_variants = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the closeVariants at the given index.
      • hasKeywordMetrics

        boolean hasKeywordMetrics()
         The historical metrics for text and its close variants
         
        .google.ads.googleads.v15.common.KeywordPlanHistoricalMetrics keyword_metrics = 2;
        Returns:
        Whether the keywordMetrics field is set.
      • getKeywordMetrics

        KeywordPlanHistoricalMetrics getKeywordMetrics()
         The historical metrics for text and its close variants
         
        .google.ads.googleads.v15.common.KeywordPlanHistoricalMetrics keyword_metrics = 2;
        Returns:
        The keywordMetrics.
      • getKeywordMetricsOrBuilder

        KeywordPlanHistoricalMetricsOrBuilder getKeywordMetricsOrBuilder()
         The historical metrics for text and its close variants
         
        .google.ads.googleads.v15.common.KeywordPlanHistoricalMetrics keyword_metrics = 2;