public static class InsightTypeConfigName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
InsightTypeConfigName |
build() |
String |
getInsightType() |
String |
getLocation() |
String |
getProject() |
InsightTypeConfigName.Builder |
setInsightType(String insightType) |
InsightTypeConfigName.Builder |
setLocation(String location) |
InsightTypeConfigName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getInsightType()
public InsightTypeConfigName.Builder setProject(String project)
public InsightTypeConfigName.Builder setLocation(String location)
public InsightTypeConfigName.Builder setInsightType(String insightType)
public InsightTypeConfigName build()
Copyright © 2024 Google LLC. All rights reserved.