Uses of Class
com.google.cloud.recommender.v1beta1.Recommendation.InsightReference
-
Packages that use Recommendation.InsightReference Package Description com.google.cloud.recommender.v1beta1 A client to Recommender API -
-
Uses of Recommendation.InsightReference in com.google.cloud.recommender.v1beta1
Methods in com.google.cloud.recommender.v1beta1 that return Recommendation.InsightReference Modifier and Type Method Description Recommendation.InsightReferenceRecommendation.InsightReference.Builder. build()Recommendation.InsightReferenceRecommendation.InsightReference.Builder. buildPartial()Recommendation.InsightReferenceRecommendation.Builder. getAssociatedInsights(int index)Insights that led to this recommendation.Recommendation.InsightReferenceRecommendation. getAssociatedInsights(int index)Insights that led to this recommendation.Recommendation.InsightReferenceRecommendationOrBuilder. getAssociatedInsights(int index)Insights that led to this recommendation.static Recommendation.InsightReferenceRecommendation.InsightReference. getDefaultInstance()Recommendation.InsightReferenceRecommendation.InsightReference.Builder. getDefaultInstanceForType()Recommendation.InsightReferenceRecommendation.InsightReference. getDefaultInstanceForType()static Recommendation.InsightReferenceRecommendation.InsightReference. parseDelimitedFrom(InputStream input)static Recommendation.InsightReferenceRecommendation.InsightReference. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Recommendation.InsightReferenceRecommendation.InsightReference. parseFrom(byte[] data)static Recommendation.InsightReferenceRecommendation.InsightReference. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Recommendation.InsightReferenceRecommendation.InsightReference. parseFrom(com.google.protobuf.ByteString data)static Recommendation.InsightReferenceRecommendation.InsightReference. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Recommendation.InsightReferenceRecommendation.InsightReference. parseFrom(com.google.protobuf.CodedInputStream input)static Recommendation.InsightReferenceRecommendation.InsightReference. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Recommendation.InsightReferenceRecommendation.InsightReference. parseFrom(InputStream input)static Recommendation.InsightReferenceRecommendation.InsightReference. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Recommendation.InsightReferenceRecommendation.InsightReference. parseFrom(ByteBuffer data)static Recommendation.InsightReferenceRecommendation.InsightReference. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.recommender.v1beta1 that return types with arguments of type Recommendation.InsightReference Modifier and Type Method Description List<Recommendation.InsightReference>Recommendation.Builder. getAssociatedInsightsList()Insights that led to this recommendation.List<Recommendation.InsightReference>Recommendation. getAssociatedInsightsList()Insights that led to this recommendation.List<Recommendation.InsightReference>RecommendationOrBuilder. getAssociatedInsightsList()Insights that led to this recommendation.com.google.protobuf.Parser<Recommendation.InsightReference>Recommendation.InsightReference. getParserForType()static com.google.protobuf.Parser<Recommendation.InsightReference>Recommendation.InsightReference. parser()Methods in com.google.cloud.recommender.v1beta1 with parameters of type Recommendation.InsightReference Modifier and Type Method Description Recommendation.BuilderRecommendation.Builder. addAssociatedInsights(int index, Recommendation.InsightReference value)Insights that led to this recommendation.Recommendation.BuilderRecommendation.Builder. addAssociatedInsights(Recommendation.InsightReference value)Insights that led to this recommendation.Recommendation.InsightReference.BuilderRecommendation.InsightReference.Builder. mergeFrom(Recommendation.InsightReference other)static Recommendation.InsightReference.BuilderRecommendation.InsightReference. newBuilder(Recommendation.InsightReference prototype)Recommendation.BuilderRecommendation.Builder. setAssociatedInsights(int index, Recommendation.InsightReference value)Insights that led to this recommendation.Method parameters in com.google.cloud.recommender.v1beta1 with type arguments of type Recommendation.InsightReference Modifier and Type Method Description Recommendation.BuilderRecommendation.Builder. addAllAssociatedInsights(Iterable<? extends Recommendation.InsightReference> values)Insights that led to this recommendation.
-