public static class FeatureName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FeatureName |
build() |
String |
getFeature() |
String |
getLocation() |
String |
getProject() |
FeatureName.Builder |
setFeature(String feature) |
FeatureName.Builder |
setLocation(String location) |
FeatureName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getFeature()
public FeatureName.Builder setProject(String project)
public FeatureName.Builder setLocation(String location)
public FeatureName.Builder setFeature(String feature)
public FeatureName build()
Copyright © 2023 Google LLC. All rights reserved.