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 protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightName
build()
String
getInsight()
String
getInsightType()
String
getLocation()
String
getProject()
InsightName.Builder
setInsight(String insight)
InsightName.Builder
setInsightType(String insightType)
InsightName.Builder
setLocation(String location)
InsightName.Builder
setProject(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()
-
-