Interface KeywordPlanKeywordHistoricalMetricsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCloseVariants​(int index)
      The list of close variant queries for search_query whose search results are combined into the search_query.
      com.google.protobuf.ByteString getCloseVariantsBytes​(int index)
      The list of close variant queries for search_query whose search results are combined into the search_query.
      int getCloseVariantsCount()
      The list of close variant queries for search_query whose search results are combined into the search_query.
      java.util.List<java.lang.String> getCloseVariantsList()
      The list of close variant queries for search_query whose search results are combined into the search_query.
      KeywordPlanHistoricalMetrics getKeywordMetrics()
      The historical metrics for the query associated with one or more ad_group_keywords in the plan.
      KeywordPlanHistoricalMetricsOrBuilder getKeywordMetricsOrBuilder()
      The historical metrics for the query associated with one or more ad_group_keywords in the plan.
      java.lang.String getSearchQuery()
      The text of the query associated with one or more ad_group_keywords in the plan.
      com.google.protobuf.ByteString getSearchQueryBytes()
      The text of the query associated with one or more ad_group_keywords in the plan.
      boolean hasKeywordMetrics()
      The historical metrics for the query associated with one or more ad_group_keywords in the plan.
      boolean hasSearchQuery()
      The text of the query associated with one or more ad_group_keywords in the plan.
      • 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

      • hasSearchQuery

        boolean hasSearchQuery()
         The text of the query associated with one or more ad_group_keywords in the
         plan.
         Note that we de-dupe your keywords list, eliminating close variants before
         returning the plan's keywords as text. For example, if your plan originally
         contained the keywords 'car' and 'cars', the returned search query will
         only contain 'cars'.
         Starting V5, the list of de-duped queries will be included in
         close_variants field.
         
        optional string search_query = 4;
        Returns:
        Whether the searchQuery field is set.
      • getSearchQuery

        java.lang.String getSearchQuery()
         The text of the query associated with one or more ad_group_keywords in the
         plan.
         Note that we de-dupe your keywords list, eliminating close variants before
         returning the plan's keywords as text. For example, if your plan originally
         contained the keywords 'car' and 'cars', the returned search query will
         only contain 'cars'.
         Starting V5, the list of de-duped queries will be included in
         close_variants field.
         
        optional string search_query = 4;
        Returns:
        The searchQuery.
      • getSearchQueryBytes

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

        java.util.List<java.lang.String> getCloseVariantsList()
         The list of close variant queries for search_query whose search results
         are combined into the search_query.
         
        repeated string close_variants = 3;
        Returns:
        A list containing the closeVariants.
      • getCloseVariantsCount

        int getCloseVariantsCount()
         The list of close variant queries for search_query whose search results
         are combined into the search_query.
         
        repeated string close_variants = 3;
        Returns:
        The count of closeVariants.
      • getCloseVariants

        java.lang.String getCloseVariants​(int index)
         The list of close variant queries for search_query whose search results
         are combined into the search_query.
         
        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 variant queries for search_query whose search results
         are combined into the search_query.
         
        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 the query associated with one or more
         ad_group_keywords in the plan.
         
        .google.ads.googleads.v10.common.KeywordPlanHistoricalMetrics keyword_metrics = 2;
        Returns:
        Whether the keywordMetrics field is set.
      • getKeywordMetrics

        KeywordPlanHistoricalMetrics getKeywordMetrics()
         The historical metrics for the query associated with one or more
         ad_group_keywords in the plan.
         
        .google.ads.googleads.v10.common.KeywordPlanHistoricalMetrics keyword_metrics = 2;
        Returns:
        The keywordMetrics.
      • getKeywordMetricsOrBuilder

        KeywordPlanHistoricalMetricsOrBuilder getKeywordMetricsOrBuilder()
         The historical metrics for the query associated with one or more
         ad_group_keywords in the plan.
         
        .google.ads.googleads.v10.common.KeywordPlanHistoricalMetrics keyword_metrics = 2;