Class InsightName.FolderLocationInsightTypeInsightBuilder
- java.lang.Object
-
- com.google.cloud.recommender.v1beta1.InsightName.FolderLocationInsightTypeInsightBuilder
-
- Enclosing class:
- InsightName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class InsightName.FolderLocationInsightTypeInsightBuilder extends Object
Builder for folders/{folder}/locations/{location}/insightTypes/{insight_type}/insights/{insight}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FolderLocationInsightTypeInsightBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightName
build()
String
getFolder()
String
getInsight()
String
getInsightType()
String
getLocation()
InsightName.FolderLocationInsightTypeInsightBuilder
setFolder(String folder)
InsightName.FolderLocationInsightTypeInsightBuilder
setInsight(String insight)
InsightName.FolderLocationInsightTypeInsightBuilder
setInsightType(String insightType)
InsightName.FolderLocationInsightTypeInsightBuilder
setLocation(String location)
-
-
-
Method Detail
-
getFolder
public String getFolder()
-
getLocation
public String getLocation()
-
getInsightType
public String getInsightType()
-
getInsight
public String getInsight()
-
setFolder
public InsightName.FolderLocationInsightTypeInsightBuilder setFolder(String folder)
-
setLocation
public InsightName.FolderLocationInsightTypeInsightBuilder setLocation(String location)
-
setInsightType
public InsightName.FolderLocationInsightTypeInsightBuilder setInsightType(String insightType)
-
setInsight
public InsightName.FolderLocationInsightTypeInsightBuilder setInsight(String insight)
-
build
public InsightName build()
-
-