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