com.google.ads.googleads.v17.services.AdGroupKeywordSuggestionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 AdGroupKeywordSuggestionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.AdGroupKeywordSuggestion)
com.google.protobuf.MessageOrBuilder {
/**
*
* The original keyword text.
*
*
* string keyword_text = 1;
* @return The keywordText.
*/
java.lang.String getKeywordText();
/**
*
* The original keyword text.
*
*
* string keyword_text = 1;
* @return The bytes for keywordText.
*/
com.google.protobuf.ByteString
getKeywordTextBytes();
/**
*
* The normalized version of keyword_text for BROAD/EXACT/PHRASE suggestions.
*
*
* string suggested_keyword_text = 2;
* @return The suggestedKeywordText.
*/
java.lang.String getSuggestedKeywordText();
/**
*
* The normalized version of keyword_text for BROAD/EXACT/PHRASE suggestions.
*
*
* string suggested_keyword_text = 2;
* @return The bytes for suggestedKeywordText.
*/
com.google.protobuf.ByteString
getSuggestedKeywordTextBytes();
/**
*
* The suggested keyword match type.
*
*
* .google.ads.googleads.v17.enums.KeywordMatchTypeEnum.KeywordMatchType suggested_match_type = 3;
* @return The enum numeric value on the wire for suggestedMatchType.
*/
int getSuggestedMatchTypeValue();
/**
*
* The suggested keyword match type.
*
*
* .google.ads.googleads.v17.enums.KeywordMatchTypeEnum.KeywordMatchType suggested_match_type = 3;
* @return The suggestedMatchType.
*/
com.google.ads.googleads.v17.enums.KeywordMatchTypeEnum.KeywordMatchType getSuggestedMatchType();
/**
*
* The suggested AdGroup for the keyword.
* Resource name format: `customers/{customer_id}/adGroups/{ad_group_id}`
*
*
* string suggested_ad_group = 4;
* @return The suggestedAdGroup.
*/
java.lang.String getSuggestedAdGroup();
/**
*
* The suggested AdGroup for the keyword.
* Resource name format: `customers/{customer_id}/adGroups/{ad_group_id}`
*
*
* string suggested_ad_group = 4;
* @return The bytes for suggestedAdGroup.
*/
com.google.protobuf.ByteString
getSuggestedAdGroupBytes();
/**
*
* The suggested Campaign for the keyword.
* Resource name format: `customers/{customer_id}/campaigns/{campaign_id}`
*
*
* string suggested_campaign = 5;
* @return The suggestedCampaign.
*/
java.lang.String getSuggestedCampaign();
/**
*
* The suggested Campaign for the keyword.
* Resource name format: `customers/{customer_id}/campaigns/{campaign_id}`
*
*
* string suggested_campaign = 5;
* @return The bytes for suggestedCampaign.
*/
com.google.protobuf.ByteString
getSuggestedCampaignBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy