Class AzureClientName
- java.lang.Object
-
- com.google.cloud.gkemulticloud.v1.AzureClientName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class AzureClientName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAzureClientName.BuilderBuilder for projects/{project}/locations/{location}/azureClients/{azure_client}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedAzureClientName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String location, String azureClient)StringgetAzureClient()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static AzureClientName.BuildernewBuilder()static AzureClientNameof(String project, String location, String azureClient)static AzureClientNameparse(String formattedString)static List<AzureClientName>parseList(List<String> formattedStrings)AzureClientName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<AzureClientName> values)
-
-
-
Constructor Detail
-
AzureClientName
@Deprecated protected AzureClientName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAzureClient
public String getAzureClient()
-
newBuilder
public static AzureClientName.Builder newBuilder()
-
toBuilder
public AzureClientName.Builder toBuilder()
-
of
public static AzureClientName of(String project, String location, String azureClient)
-
parse
public static AzureClientName parse(String formattedString)
-
parseList
public static List<AzureClientName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<AzureClientName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-