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