public static class GameServerClusterName.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GameServerClusterName |
build() |
String |
getGameServerCluster() |
String |
getLocation() |
String |
getProject() |
String |
getRealm() |
GameServerClusterName.Builder |
setGameServerCluster(String gameServerCluster) |
GameServerClusterName.Builder |
setLocation(String location) |
GameServerClusterName.Builder |
setProject(String project) |
GameServerClusterName.Builder |
setRealm(String realm) |
public String getProject()
public String getLocation()
public String getRealm()
public String getGameServerCluster()
public GameServerClusterName.Builder setProject(String project)
public GameServerClusterName.Builder setLocation(String location)
public GameServerClusterName.Builder setRealm(String realm)
public GameServerClusterName.Builder setGameServerCluster(String gameServerCluster)
public GameServerClusterName build()
Copyright © 2020 Google LLC. All rights reserved.