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