Class InsightTypeName.Builder
- java.lang.Object
-
- com.google.cloud.recommender.v1beta1.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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightTypeNamebuild()StringgetInsightType()StringgetLocation()StringgetProject()InsightTypeName.BuildersetInsightType(String insightType)InsightTypeName.BuildersetLocation(String location)InsightTypeName.BuildersetProject(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()
-
-