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