com.google.ads.googleads.v17.services.GenerateAdGroupThemesResponseOrBuilder 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 GenerateAdGroupThemesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GenerateAdGroupThemesResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* A list of suggested AdGroup/keyword pairings.
*
*
* repeated .google.ads.googleads.v17.services.AdGroupKeywordSuggestion ad_group_keyword_suggestions = 1;
*/
java.util.List
getAdGroupKeywordSuggestionsList();
/**
*
* A list of suggested AdGroup/keyword pairings.
*
*
* repeated .google.ads.googleads.v17.services.AdGroupKeywordSuggestion ad_group_keyword_suggestions = 1;
*/
com.google.ads.googleads.v17.services.AdGroupKeywordSuggestion getAdGroupKeywordSuggestions(int index);
/**
*
* A list of suggested AdGroup/keyword pairings.
*
*
* repeated .google.ads.googleads.v17.services.AdGroupKeywordSuggestion ad_group_keyword_suggestions = 1;
*/
int getAdGroupKeywordSuggestionsCount();
/**
*
* A list of suggested AdGroup/keyword pairings.
*
*
* repeated .google.ads.googleads.v17.services.AdGroupKeywordSuggestion ad_group_keyword_suggestions = 1;
*/
java.util.List extends com.google.ads.googleads.v17.services.AdGroupKeywordSuggestionOrBuilder>
getAdGroupKeywordSuggestionsOrBuilderList();
/**
*
* A list of suggested AdGroup/keyword pairings.
*
*
* repeated .google.ads.googleads.v17.services.AdGroupKeywordSuggestion ad_group_keyword_suggestions = 1;
*/
com.google.ads.googleads.v17.services.AdGroupKeywordSuggestionOrBuilder getAdGroupKeywordSuggestionsOrBuilder(
int index);
/**
*
* A list of provided AdGroups that could not be used as suggestions.
*
*
* repeated .google.ads.googleads.v17.services.UnusableAdGroup unusable_ad_groups = 2;
*/
java.util.List
getUnusableAdGroupsList();
/**
*
* A list of provided AdGroups that could not be used as suggestions.
*
*
* repeated .google.ads.googleads.v17.services.UnusableAdGroup unusable_ad_groups = 2;
*/
com.google.ads.googleads.v17.services.UnusableAdGroup getUnusableAdGroups(int index);
/**
*
* A list of provided AdGroups that could not be used as suggestions.
*
*
* repeated .google.ads.googleads.v17.services.UnusableAdGroup unusable_ad_groups = 2;
*/
int getUnusableAdGroupsCount();
/**
*
* A list of provided AdGroups that could not be used as suggestions.
*
*
* repeated .google.ads.googleads.v17.services.UnusableAdGroup unusable_ad_groups = 2;
*/
java.util.List extends com.google.ads.googleads.v17.services.UnusableAdGroupOrBuilder>
getUnusableAdGroupsOrBuilderList();
/**
*
* A list of provided AdGroups that could not be used as suggestions.
*
*
* repeated .google.ads.googleads.v17.services.UnusableAdGroup unusable_ad_groups = 2;
*/
com.google.ads.googleads.v17.services.UnusableAdGroupOrBuilder getUnusableAdGroupsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy