@Generated(value="by gapic-generator-java") public class GameServerClusterName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
GameServerClusterName.Builder
Builder for
projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
GameServerClusterName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String realm,
String cluster) |
String |
getCluster() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
String |
getRealm() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static GameServerClusterName.Builder |
newBuilder() |
static GameServerClusterName |
of(String project,
String location,
String realm,
String cluster) |
static GameServerClusterName |
parse(String formattedString) |
static List<GameServerClusterName> |
parseList(List<String> formattedStrings) |
GameServerClusterName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<GameServerClusterName> values) |
@Deprecated protected GameServerClusterName()
public String getProject()
public String getLocation()
public String getRealm()
public String getCluster()
public static GameServerClusterName.Builder newBuilder()
public GameServerClusterName.Builder toBuilder()
public static GameServerClusterName of(String project, String location, String realm, String cluster)
public static GameServerClusterName parse(String formattedString)
public static List<GameServerClusterName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<GameServerClusterName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2023 Google LLC. All rights reserved.