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 class
CryptoKeyPathName.Builder
Builder for CryptoKeyPathName.
-
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 keyRing, String cryptoKeyPath)
String
getCryptoKeyPath()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getKeyRing()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static CryptoKeyPathName.Builder
newBuilder()
static CryptoKeyPathName
of(String project, String location, String keyRing, String cryptoKeyPath)
static CryptoKeyPathName
parse(String formattedString)
static List<CryptoKeyPathName>
parseList(List<String> formattedStrings)
CryptoKeyPathName.Builder
toBuilder()
String
toString()
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:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-