Class InsightTypeName.InsightTypeBuilder
- java.lang.Object
-
- com.google.cloud.recommender.v1beta1.InsightTypeName.InsightTypeBuilder
-
- Enclosing class:
- InsightTypeName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class InsightTypeName.InsightTypeBuilder extends Object
Builder for insightTypes/{insight_type}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
InsightTypeBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightTypeName
build()
String
getInsightType()
InsightTypeName.InsightTypeBuilder
setInsightType(String insightType)
-
-
-
Method Detail
-
getInsightType
public String getInsightType()
-
setInsightType
public InsightTypeName.InsightTypeBuilder setInsightType(String insightType)
-
build
public InsightTypeName build()
-
-