Uses of Interface
com.google.cloud.recommender.v1.InsightOrBuilder
-
Packages that use InsightOrBuilder Package Description com.google.cloud.recommender.v1 A client to Recommender API -
-
Uses of InsightOrBuilder in com.google.cloud.recommender.v1
Classes in com.google.cloud.recommender.v1 that implement InsightOrBuilder Modifier and Type Class Description class
Insight
An insight along with the information used to derive the insight.static class
Insight.Builder
An insight along with the information used to derive the insight.Methods in com.google.cloud.recommender.v1 that return InsightOrBuilder Modifier and Type Method Description InsightOrBuilder
ListInsightsResponse.Builder. getInsightsOrBuilder(int index)
The set of insights for the `parent` resource.InsightOrBuilder
ListInsightsResponse. getInsightsOrBuilder(int index)
The set of insights for the `parent` resource.InsightOrBuilder
ListInsightsResponseOrBuilder. getInsightsOrBuilder(int index)
The set of insights for the `parent` resource.Methods in com.google.cloud.recommender.v1 that return types with arguments of type InsightOrBuilder Modifier and Type Method Description List<? extends InsightOrBuilder>
ListInsightsResponse.Builder. getInsightsOrBuilderList()
The set of insights for the `parent` resource.List<? extends InsightOrBuilder>
ListInsightsResponse. getInsightsOrBuilderList()
The set of insights for the `parent` resource.List<? extends InsightOrBuilder>
ListInsightsResponseOrBuilder. getInsightsOrBuilderList()
The set of insights for the `parent` resource.
-