Interface GenerateKeywordHistoricalMetricsResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GenerateKeywordHistoricalMetricsResult, GenerateKeywordHistoricalMetricsResult.Builder

public interface GenerateKeywordHistoricalMetricsResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getCloseVariants(int index)
    The list of close variants from the requested keywords whose stats are combined into this GenerateKeywordHistoricalMetricsResult.
    com.google.protobuf.ByteString
    The list of close variants from the requested keywords whose stats are combined into this GenerateKeywordHistoricalMetricsResult.
    int
    The list of close variants from the requested keywords whose stats are combined into this GenerateKeywordHistoricalMetricsResult.
    The list of close variants from the requested keywords whose stats are combined into this GenerateKeywordHistoricalMetricsResult.
    The historical metrics for text and its close variants
    The historical metrics for text and its close variants
    The text of the query associated with one or more keywords.
    com.google.protobuf.ByteString
    The text of the query associated with one or more keywords.
    boolean
    The historical metrics for text and its close variants
    boolean
    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 Details

    • 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

      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

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

      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.v18.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.v18.common.KeywordPlanHistoricalMetrics keyword_metrics = 2;
      Returns:
      The keywordMetrics.
    • getKeywordMetricsOrBuilder

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