Uses of Class
com.google.cloud.recommender.v1beta1.InsightName
-
Packages that use InsightName Package Description com.google.cloud.recommender.v1beta1 A client to Recommender API -
-
Uses of InsightName in com.google.cloud.recommender.v1beta1
Methods in com.google.cloud.recommender.v1beta1 that return InsightName Modifier and Type Method Description InsightNameInsightName.BillingAccountLocationInsightTypeInsightBuilder. build()InsightNameInsightName.Builder. build()InsightNameInsightName.FolderLocationInsightTypeInsightBuilder. build()InsightNameInsightName.OrganizationLocationInsightTypeInsightBuilder. build()static InsightNameInsightName. of(String project, String location, String insightType, String insight)static InsightNameInsightName. ofBillingAccountLocationInsightTypeInsightName(String billingAccount, String location, String insightType, String insight)static InsightNameInsightName. ofFolderLocationInsightTypeInsightName(String folder, String location, String insightType, String insight)static InsightNameInsightName. ofOrganizationLocationInsightTypeInsightName(String organization, String location, String insightType, String insight)static InsightNameInsightName. ofProjectLocationInsightTypeInsightName(String project, String location, String insightType, String insight)static InsightNameInsightName. parse(String formattedString)Methods in com.google.cloud.recommender.v1beta1 that return types with arguments of type InsightName Modifier and Type Method Description static List<InsightName>InsightName. parseList(List<String> formattedStrings)Methods in com.google.cloud.recommender.v1beta1 with parameters of type InsightName Modifier and Type Method Description InsightRecommenderClient. getInsight(InsightName name)Gets the requested insight.InsightRecommenderClient. markInsightAccepted(InsightName name, Map<String,String> stateMetadata, String etag)Marks the Insight State as Accepted.Method parameters in com.google.cloud.recommender.v1beta1 with type arguments of type InsightName Modifier and Type Method Description static List<String>InsightName. toStringList(List<InsightName> values)
-