Class InsightName.Builder
- java.lang.Object
-
- com.google.cloud.recommender.v1beta1.InsightName.Builder
-
- Enclosing class:
- InsightName
public static class InsightName.Builder extends Object
Builder for projects/{project}/locations/{location}/insightTypes/{insight_type}/insights/{insight}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightNamebuild()StringgetInsight()StringgetInsightType()StringgetLocation()StringgetProject()InsightName.BuildersetInsight(String insight)InsightName.BuildersetInsightType(String insightType)InsightName.BuildersetLocation(String location)InsightName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getInsightType
public String getInsightType()
-
getInsight
public String getInsight()
-
setProject
public InsightName.Builder setProject(String project)
-
setLocation
public InsightName.Builder setLocation(String location)
-
setInsightType
public InsightName.Builder setInsightType(String insightType)
-
setInsight
public InsightName.Builder setInsight(String insight)
-
build
public InsightName build()
-
-