@Generated(value="by gapic-generator-java") public class NodePoolName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
NodePoolName.Builder
Builder for projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
NodePoolName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String cluster,
String nodePool) |
String |
getCluster() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getNodePool() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static NodePoolName.Builder |
newBuilder() |
static NodePoolName |
of(String project,
String location,
String cluster,
String nodePool) |
static NodePoolName |
parse(String formattedString) |
static List<NodePoolName> |
parseList(List<String> formattedStrings) |
NodePoolName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<NodePoolName> values) |
@Deprecated protected NodePoolName()
public String getProject()
public String getLocation()
public String getCluster()
public String getNodePool()
public static NodePoolName.Builder newBuilder()
public NodePoolName.Builder toBuilder()
public static NodePoolName of(String project, String location, String cluster, String nodePool)
public static String format(String project, String location, String cluster, String nodePool)
public static NodePoolName parse(String formattedString)
public static List<NodePoolName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<NodePoolName> 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.