Package com.google.cloud.kms.v1
Class CryptoKeyPathName
- java.lang.Object
-
- com.google.cloud.kms.v1.CryptoKeyPathName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by GAPIC protoc plugin") public class CryptoKeyPathName extends Object implements com.google.api.resourcenames.ResourceName
AUTO-GENERATED DOCUMENTATION AND CLASS
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCryptoKeyPathName.BuilderBuilder for CryptoKeyPathName.
-
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 keyRing, String cryptoKeyPath)StringgetCryptoKeyPath()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetKeyRing()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static CryptoKeyPathName.BuildernewBuilder()static CryptoKeyPathNameof(String project, String location, String keyRing, String cryptoKeyPath)static CryptoKeyPathNameparse(String formattedString)static List<CryptoKeyPathName>parseList(List<String> formattedStrings)CryptoKeyPathName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<CryptoKeyPathName> values)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getKeyRing
public String getKeyRing()
-
getCryptoKeyPath
public String getCryptoKeyPath()
-
newBuilder
public static CryptoKeyPathName.Builder newBuilder()
-
toBuilder
public CryptoKeyPathName.Builder toBuilder()
-
of
public static CryptoKeyPathName of(String project, String location, String keyRing, String cryptoKeyPath)
-
format
public static String format(String project, String location, String keyRing, String cryptoKeyPath)
-
parse
public static CryptoKeyPathName parse(String formattedString)
-
parseList
public static List<CryptoKeyPathName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<CryptoKeyPathName> 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
-
-