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