public interface RetrieveInsightsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMarketingDataInsights(int index)
public abstract RetrieveInsightsResponse.MarketingDataInsight getMarketingDataInsights(int index)Contains the insights for the marketing data.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight marketing_data_insights = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight |
|
getMarketingDataInsightsCount()
public abstract int getMarketingDataInsightsCount()Contains the insights for the marketing data.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight marketing_data_insights = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMarketingDataInsightsList()
public abstract List<RetrieveInsightsResponse.MarketingDataInsight> getMarketingDataInsightsList()Contains the insights for the marketing data.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight marketing_data_insights = 1;
| Returns | |
|---|---|
| Type | Description |
List<MarketingDataInsight> |
|
getMarketingDataInsightsOrBuilder(int index)
public abstract RetrieveInsightsResponse.MarketingDataInsightOrBuilder getMarketingDataInsightsOrBuilder(int index)Contains the insights for the marketing data.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight marketing_data_insights = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsightOrBuilder |
|
getMarketingDataInsightsOrBuilderList()
public abstract List<? extends RetrieveInsightsResponse.MarketingDataInsightOrBuilder> getMarketingDataInsightsOrBuilderList()Contains the insights for the marketing data.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight marketing_data_insights = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsightOrBuilder> |
|