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