Class NodePoolName
- java.lang.Object
-
- com.google.cloud.edgecontainer.v1.NodePoolName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class NodePoolName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodePoolName.Builder
Builder for projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
NodePoolName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
NodePoolName
@Deprecated protected NodePoolName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCluster
public String getCluster()
-
getNodePool
public String getNodePool()
-
newBuilder
public static NodePoolName.Builder newBuilder()
-
toBuilder
public NodePoolName.Builder toBuilder()
-
of
public static NodePoolName of(String project, String location, String cluster, String nodePool)
-
format
public static String format(String project, String location, String cluster, String nodePool)
-
parse
public static NodePoolName parse(String formattedString)
-
parseList
public static List<NodePoolName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<NodePoolName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-