
com.google.ads.googleads.v9.services.GenerateKeywordIdeaResultOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v9 Show documentation
Show all versions of google-ads-stubs-v9 Show documentation
Stubs for GAAPI version google-ads-stubs-v9
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v9/services/keyword_plan_idea_service.proto
package com.google.ads.googleads.v9.services;
public interface GenerateKeywordIdeaResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v9.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.v9.common.KeywordPlanHistoricalMetrics keyword_idea_metrics = 3;
* @return Whether the keywordIdeaMetrics field is set.
*/
boolean hasKeywordIdeaMetrics();
/**
*
* The historical metrics for the keyword.
*
*
* .google.ads.googleads.v9.common.KeywordPlanHistoricalMetrics keyword_idea_metrics = 3;
* @return The keywordIdeaMetrics.
*/
com.google.ads.googleads.v9.common.KeywordPlanHistoricalMetrics getKeywordIdeaMetrics();
/**
*
* The historical metrics for the keyword.
*
*
* .google.ads.googleads.v9.common.KeywordPlanHistoricalMetrics keyword_idea_metrics = 3;
*/
com.google.ads.googleads.v9.common.KeywordPlanHistoricalMetricsOrBuilder getKeywordIdeaMetricsOrBuilder();
/**
*
* The annotations for the keyword.
* The annotation data is only provided if requested.
*
*
* .google.ads.googleads.v9.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.v9.common.KeywordAnnotations keyword_annotations = 6;
* @return The keywordAnnotations.
*/
com.google.ads.googleads.v9.common.KeywordAnnotations getKeywordAnnotations();
/**
*
* The annotations for the keyword.
* The annotation data is only provided if requested.
*
*
* .google.ads.googleads.v9.common.KeywordAnnotations keyword_annotations = 6;
*/
com.google.ads.googleads.v9.common.KeywordAnnotationsOrBuilder getKeywordAnnotationsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy