Uses of Class
com.google.cloud.recommender.v1beta1.Insight.RecommendationReference
-
Packages that use Insight.RecommendationReference Package Description com.google.cloud.recommender.v1beta1 A client to Recommender API -
-
Uses of Insight.RecommendationReference in com.google.cloud.recommender.v1beta1
Methods in com.google.cloud.recommender.v1beta1 that return Insight.RecommendationReference Modifier and Type Method Description Insight.RecommendationReference
Insight.RecommendationReference.Builder. build()
Insight.RecommendationReference
Insight.RecommendationReference.Builder. buildPartial()
Insight.RecommendationReference
Insight.Builder. getAssociatedRecommendations(int index)
Recommendations derived from this insight.Insight.RecommendationReference
Insight. getAssociatedRecommendations(int index)
Recommendations derived from this insight.Insight.RecommendationReference
InsightOrBuilder. getAssociatedRecommendations(int index)
Recommendations derived from this insight.static Insight.RecommendationReference
Insight.RecommendationReference. getDefaultInstance()
Insight.RecommendationReference
Insight.RecommendationReference.Builder. getDefaultInstanceForType()
Insight.RecommendationReference
Insight.RecommendationReference. getDefaultInstanceForType()
static Insight.RecommendationReference
Insight.RecommendationReference. parseDelimitedFrom(InputStream input)
static Insight.RecommendationReference
Insight.RecommendationReference. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Insight.RecommendationReference
Insight.RecommendationReference. parseFrom(byte[] data)
static Insight.RecommendationReference
Insight.RecommendationReference. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Insight.RecommendationReference
Insight.RecommendationReference. parseFrom(com.google.protobuf.ByteString data)
static Insight.RecommendationReference
Insight.RecommendationReference. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Insight.RecommendationReference
Insight.RecommendationReference. parseFrom(com.google.protobuf.CodedInputStream input)
static Insight.RecommendationReference
Insight.RecommendationReference. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Insight.RecommendationReference
Insight.RecommendationReference. parseFrom(InputStream input)
static Insight.RecommendationReference
Insight.RecommendationReference. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Insight.RecommendationReference
Insight.RecommendationReference. parseFrom(ByteBuffer data)
static Insight.RecommendationReference
Insight.RecommendationReference. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.recommender.v1beta1 that return types with arguments of type Insight.RecommendationReference Modifier and Type Method Description List<Insight.RecommendationReference>
Insight.Builder. getAssociatedRecommendationsList()
Recommendations derived from this insight.List<Insight.RecommendationReference>
Insight. getAssociatedRecommendationsList()
Recommendations derived from this insight.List<Insight.RecommendationReference>
InsightOrBuilder. getAssociatedRecommendationsList()
Recommendations derived from this insight.com.google.protobuf.Parser<Insight.RecommendationReference>
Insight.RecommendationReference. getParserForType()
static com.google.protobuf.Parser<Insight.RecommendationReference>
Insight.RecommendationReference. parser()
Methods in com.google.cloud.recommender.v1beta1 with parameters of type Insight.RecommendationReference Modifier and Type Method Description Insight.Builder
Insight.Builder. addAssociatedRecommendations(int index, Insight.RecommendationReference value)
Recommendations derived from this insight.Insight.Builder
Insight.Builder. addAssociatedRecommendations(Insight.RecommendationReference value)
Recommendations derived from this insight.Insight.RecommendationReference.Builder
Insight.RecommendationReference.Builder. mergeFrom(Insight.RecommendationReference other)
static Insight.RecommendationReference.Builder
Insight.RecommendationReference. newBuilder(Insight.RecommendationReference prototype)
Insight.Builder
Insight.Builder. setAssociatedRecommendations(int index, Insight.RecommendationReference value)
Recommendations derived from this insight.Method parameters in com.google.cloud.recommender.v1beta1 with type arguments of type Insight.RecommendationReference Modifier and Type Method Description Insight.Builder
Insight.Builder. addAllAssociatedRecommendations(Iterable<? extends Insight.RecommendationReference> values)
Recommendations derived from this insight.
-