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

com.google.ads.googleads.v10.services.GenerateKeywordIdeaResultOrBuilder Maven / Gradle / Ivy

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

package com.google.ads.googleads.v10.services;

public interface GenerateKeywordIdeaResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.GenerateKeywordIdeaResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; * @return Whether the text field is set. */ 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; * @return The text. */ 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; * @return The bytes for text. */ com.google.protobuf.ByteString getTextBytes(); /** *
   * The historical metrics for the keyword.
   * 
* * .google.ads.googleads.v10.common.KeywordPlanHistoricalMetrics keyword_idea_metrics = 3; * @return Whether the keywordIdeaMetrics field is set. */ boolean hasKeywordIdeaMetrics(); /** *
   * The historical metrics for the keyword.
   * 
* * .google.ads.googleads.v10.common.KeywordPlanHistoricalMetrics keyword_idea_metrics = 3; * @return The keywordIdeaMetrics. */ com.google.ads.googleads.v10.common.KeywordPlanHistoricalMetrics getKeywordIdeaMetrics(); /** *
   * The historical metrics for the keyword.
   * 
* * .google.ads.googleads.v10.common.KeywordPlanHistoricalMetrics keyword_idea_metrics = 3; */ com.google.ads.googleads.v10.common.KeywordPlanHistoricalMetricsOrBuilder getKeywordIdeaMetricsOrBuilder(); /** *
   * The annotations for the keyword.
   * The annotation data is only provided if requested.
   * 
* * .google.ads.googleads.v10.common.KeywordAnnotations keyword_annotations = 6; * @return Whether the keywordAnnotations field is set. */ boolean hasKeywordAnnotations(); /** *
   * The annotations for the keyword.
   * The annotation data is only provided if requested.
   * 
* * .google.ads.googleads.v10.common.KeywordAnnotations keyword_annotations = 6; * @return The keywordAnnotations. */ com.google.ads.googleads.v10.common.KeywordAnnotations getKeywordAnnotations(); /** *
   * The annotations for the keyword.
   * The annotation data is only provided if requested.
   * 
* * .google.ads.googleads.v10.common.KeywordAnnotations keyword_annotations = 6; */ com.google.ads.googleads.v10.common.KeywordAnnotationsOrBuilder getKeywordAnnotationsOrBuilder(); /** *
   * The list of close variants from the requested keywords that
   * are combined into this GenerateKeywordIdeaResult. See
   * https://support.google.com/google-ads/answer/9342105 for the
   * definition of "close variants".
   * 
* * repeated string close_variants = 7; * @return A list containing the closeVariants. */ java.util.List getCloseVariantsList(); /** *
   * The list of close variants from the requested keywords that
   * are combined into this GenerateKeywordIdeaResult. See
   * https://support.google.com/google-ads/answer/9342105 for the
   * definition of "close variants".
   * 
* * repeated string close_variants = 7; * @return The count of closeVariants. */ int getCloseVariantsCount(); /** *
   * The list of close variants from the requested keywords that
   * are combined into this GenerateKeywordIdeaResult. See
   * https://support.google.com/google-ads/answer/9342105 for the
   * definition of "close variants".
   * 
* * repeated string close_variants = 7; * @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 that
   * are combined into this GenerateKeywordIdeaResult. See
   * https://support.google.com/google-ads/answer/9342105 for the
   * definition of "close variants".
   * 
* * repeated string close_variants = 7; * @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); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy