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