Package com.google.cloud.recommender.v1
Class InsightTypeConfigName.Builder
- java.lang.Object
-
- com.google.cloud.recommender.v1.InsightTypeConfigName.Builder
-
- Enclosing class:
- InsightTypeConfigName
public static class InsightTypeConfigName.Builder extends Object
Builder for projects/{project}/locations/{location}/insightTypes/{insight_type}/config.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightTypeConfigName
build()
String
getInsightType()
String
getLocation()
String
getProject()
InsightTypeConfigName.Builder
setInsightType(String insightType)
InsightTypeConfigName.Builder
setLocation(String location)
InsightTypeConfigName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getInsightType
public String getInsightType()
-
setProject
public InsightTypeConfigName.Builder setProject(String project)
-
setLocation
public InsightTypeConfigName.Builder setLocation(String location)
-
setInsightType
public InsightTypeConfigName.Builder setInsightType(String insightType)
-
build
public InsightTypeConfigName build()
-
-