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 ObjectBuilder for insightTypes/{insight_type}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInsightTypeBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightTypeNamebuild()StringgetInsightType()InsightTypeName.InsightTypeBuildersetInsightType(String insightType)
-
-
-
Method Detail
-
getInsightType
public String getInsightType()
-
setInsightType
public InsightTypeName.InsightTypeBuilder setInsightType(String insightType)
-
build
public InsightTypeName build()
-
-