Package com.google.cloud.recommender.v1
Class InsightName.FolderLocationInsightTypeInsightBuilder
- java.lang.Object
-
- com.google.cloud.recommender.v1.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 ObjectBuilder for folders/{folder}/locations/{location}/insightTypes/{insight_type}/insights/{insight}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFolderLocationInsightTypeInsightBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightNamebuild()StringgetFolder()StringgetInsight()StringgetInsightType()StringgetLocation()InsightName.FolderLocationInsightTypeInsightBuildersetFolder(String folder)InsightName.FolderLocationInsightTypeInsightBuildersetInsight(String insight)InsightName.FolderLocationInsightTypeInsightBuildersetInsightType(String insightType)InsightName.FolderLocationInsightTypeInsightBuildersetLocation(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()
-
-