All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.GenerateKeywordHistoricalMetricsResultOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/keyword_plan_idea_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface GenerateKeywordHistoricalMetricsResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GenerateKeywordHistoricalMetricsResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; * @return Whether the text field is set. */ 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; * @return The text. */ 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; * @return The bytes for text. */ com.google.protobuf.ByteString getTextBytes(); /** *
   * The list of close variants from the requested keywords whose stats
   * are combined into this GenerateKeywordHistoricalMetricsResult.
   * 
* * repeated string close_variants = 3; * @return A list containing the closeVariants. */ java.util.List getCloseVariantsList(); /** *
   * The list of close variants from the requested keywords whose stats
   * are combined into this GenerateKeywordHistoricalMetricsResult.
   * 
* * repeated string close_variants = 3; * @return The count of closeVariants. */ int getCloseVariantsCount(); /** *
   * The list of close variants from the requested keywords whose stats
   * are combined into this GenerateKeywordHistoricalMetricsResult.
   * 
* * repeated string close_variants = 3; * @param index The index of the element to return. * @return The closeVariants at the given index. */ 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; * @param index The index of the value to return. * @return The bytes of the closeVariants at the given index. */ com.google.protobuf.ByteString getCloseVariantsBytes(int index); /** *
   * The historical metrics for text and its close variants
   * 
* * .google.ads.googleads.v17.common.KeywordPlanHistoricalMetrics keyword_metrics = 2; * @return Whether the keywordMetrics field is set. */ boolean hasKeywordMetrics(); /** *
   * The historical metrics for text and its close variants
   * 
* * .google.ads.googleads.v17.common.KeywordPlanHistoricalMetrics keyword_metrics = 2; * @return The keywordMetrics. */ com.google.ads.googleads.v17.common.KeywordPlanHistoricalMetrics getKeywordMetrics(); /** *
   * The historical metrics for text and its close variants
   * 
* * .google.ads.googleads.v17.common.KeywordPlanHistoricalMetrics keyword_metrics = 2; */ com.google.ads.googleads.v17.common.KeywordPlanHistoricalMetricsOrBuilder getKeywordMetricsOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy