| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UserName |
build() |
String |
getCluster() |
String |
getLocation() |
String |
getProject() |
String |
getUser() |
UserName.Builder |
setCluster(String cluster) |
UserName.Builder |
setLocation(String location) |
UserName.Builder |
setProject(String project) |
UserName.Builder |
setUser(String user) |
public String getProject()
public String getLocation()
public String getCluster()
public String getUser()
public UserName.Builder setProject(String project)
public UserName.Builder setLocation(String location)
public UserName.Builder setCluster(String cluster)
public UserName.Builder setUser(String user)
public UserName build()
Copyright © 2025 Google LLC. All rights reserved.