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