@Generated(value="by gapic-generator-java") public class ClusterRegionName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterRegionName.Builder
Builder for projects/{project}/regions/{region}/clusters/{cluster}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ClusterRegionName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String region,
String cluster) |
String |
getCluster() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getProject() |
String |
getRegion() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static ClusterRegionName.Builder |
newBuilder() |
static ClusterRegionName |
of(String project,
String region,
String cluster) |
static ClusterRegionName |
parse(String formattedString) |
static List<ClusterRegionName> |
parseList(List<String> formattedStrings) |
ClusterRegionName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<ClusterRegionName> values) |
@Deprecated protected ClusterRegionName()
public String getProject()
public String getRegion()
public String getCluster()
public static ClusterRegionName.Builder newBuilder()
public ClusterRegionName.Builder toBuilder()
public static ClusterRegionName of(String project, String region, String cluster)
public static ClusterRegionName parse(String formattedString)
public static List<ClusterRegionName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ClusterRegionName> 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 © 2024 Google LLC. All rights reserved.