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