Class AwsNodePoolName
- java.lang.Object
-
- com.google.cloud.gkemulticloud.v1.AwsNodePoolName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class AwsNodePoolName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AwsNodePoolName.Builder
Builder for projects/{project}/locations/{location}/awsClusters/{aws_cluster}/awsNodePools/{aws_node_pool}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
AwsNodePoolName()
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 awsCluster, String awsNodePool)
String
getAwsCluster()
String
getAwsNodePool()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static AwsNodePoolName.Builder
newBuilder()
static AwsNodePoolName
of(String project, String location, String awsCluster, String awsNodePool)
static AwsNodePoolName
parse(String formattedString)
static List<AwsNodePoolName>
parseList(List<String> formattedStrings)
AwsNodePoolName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<AwsNodePoolName> values)
-
-
-
Constructor Detail
-
AwsNodePoolName
@Deprecated protected AwsNodePoolName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAwsCluster
public String getAwsCluster()
-
getAwsNodePool
public String getAwsNodePool()
-
newBuilder
public static AwsNodePoolName.Builder newBuilder()
-
toBuilder
public AwsNodePoolName.Builder toBuilder()
-
of
public static AwsNodePoolName of(String project, String location, String awsCluster, String awsNodePool)
-
format
public static String format(String project, String location, String awsCluster, String awsNodePool)
-
parse
public static AwsNodePoolName parse(String formattedString)
-
parseList
public static List<AwsNodePoolName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<AwsNodePoolName> 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
-
-