com.google.ads.googleads.v17.services.GenerateSuggestedTargetingInsightsResponseOrBuilder 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/audience_insights_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface GenerateSuggestedTargetingInsightsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GenerateSuggestedTargetingInsightsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Suggested insights for targetable audiences.
*
*
* repeated .google.ads.googleads.v17.services.TargetingSuggestionMetrics suggestions = 1;
*/
java.util.List
getSuggestionsList();
/**
*
* Suggested insights for targetable audiences.
*
*
* repeated .google.ads.googleads.v17.services.TargetingSuggestionMetrics suggestions = 1;
*/
com.google.ads.googleads.v17.services.TargetingSuggestionMetrics getSuggestions(int index);
/**
*
* Suggested insights for targetable audiences.
*
*
* repeated .google.ads.googleads.v17.services.TargetingSuggestionMetrics suggestions = 1;
*/
int getSuggestionsCount();
/**
*
* Suggested insights for targetable audiences.
*
*
* repeated .google.ads.googleads.v17.services.TargetingSuggestionMetrics suggestions = 1;
*/
java.util.List extends com.google.ads.googleads.v17.services.TargetingSuggestionMetricsOrBuilder>
getSuggestionsOrBuilderList();
/**
*
* Suggested insights for targetable audiences.
*
*
* repeated .google.ads.googleads.v17.services.TargetingSuggestionMetrics suggestions = 1;
*/
com.google.ads.googleads.v17.services.TargetingSuggestionMetricsOrBuilder getSuggestionsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy