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.InsightReference
Recommendation.InsightReference.Builder. build()
Recommendation.InsightReference
Recommendation.InsightReference.Builder. buildPartial()
Recommendation.InsightReference
Recommendation.Builder. getAssociatedInsights(int index)
Insights that led to this recommendation.Recommendation.InsightReference
Recommendation. getAssociatedInsights(int index)
Insights that led to this recommendation.Recommendation.InsightReference
RecommendationOrBuilder. getAssociatedInsights(int index)
Insights that led to this recommendation.static Recommendation.InsightReference
Recommendation.InsightReference. getDefaultInstance()
Recommendation.InsightReference
Recommendation.InsightReference.Builder. getDefaultInstanceForType()
Recommendation.InsightReference
Recommendation.InsightReference. getDefaultInstanceForType()
static Recommendation.InsightReference
Recommendation.InsightReference. parseDelimitedFrom(InputStream input)
static Recommendation.InsightReference
Recommendation.InsightReference. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Recommendation.InsightReference
Recommendation.InsightReference. parseFrom(byte[] data)
static Recommendation.InsightReference
Recommendation.InsightReference. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Recommendation.InsightReference
Recommendation.InsightReference. parseFrom(com.google.protobuf.ByteString data)
static Recommendation.InsightReference
Recommendation.InsightReference. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Recommendation.InsightReference
Recommendation.InsightReference. parseFrom(com.google.protobuf.CodedInputStream input)
static Recommendation.InsightReference
Recommendation.InsightReference. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Recommendation.InsightReference
Recommendation.InsightReference. parseFrom(InputStream input)
static Recommendation.InsightReference
Recommendation.InsightReference. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Recommendation.InsightReference
Recommendation.InsightReference. parseFrom(ByteBuffer data)
static Recommendation.InsightReference
Recommendation.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.Builder
Recommendation.Builder. addAssociatedInsights(int index, Recommendation.InsightReference value)
Insights that led to this recommendation.Recommendation.Builder
Recommendation.Builder. addAssociatedInsights(Recommendation.InsightReference value)
Insights that led to this recommendation.Recommendation.InsightReference.Builder
Recommendation.InsightReference.Builder. mergeFrom(Recommendation.InsightReference other)
static Recommendation.InsightReference.Builder
Recommendation.InsightReference. newBuilder(Recommendation.InsightReference prototype)
Recommendation.Builder
Recommendation.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.Builder
Recommendation.Builder. addAllAssociatedInsights(Iterable<? extends Recommendation.InsightReference> values)
Insights that led to this recommendation.
-