@Generated(value="by gapic-generator-java") public class CryptoKeyVersionName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
CryptoKeyVersionName.Builder
Builder for
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}.
|
Modifier | Constructor and Description |
---|---|
protected |
CryptoKeyVersionName()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String keyRing,
String cryptoKey,
String cryptoKeyVersion) |
String |
getCryptoKey() |
String |
getCryptoKeyVersion() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getKeyRing() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static CryptoKeyVersionName.Builder |
newBuilder() |
static CryptoKeyVersionName |
of(String project,
String location,
String keyRing,
String cryptoKey,
String cryptoKeyVersion) |
static CryptoKeyVersionName |
parse(String formattedString) |
static List<CryptoKeyVersionName> |
parseList(List<String> formattedStrings) |
CryptoKeyVersionName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<CryptoKeyVersionName> values) |
@Deprecated protected CryptoKeyVersionName()
public String getProject()
public String getLocation()
public String getKeyRing()
public String getCryptoKey()
public String getCryptoKeyVersion()
public static CryptoKeyVersionName.Builder newBuilder()
public CryptoKeyVersionName.Builder toBuilder()
public static CryptoKeyVersionName of(String project, String location, String keyRing, String cryptoKey, String cryptoKeyVersion)
public static String format(String project, String location, String keyRing, String cryptoKey, String cryptoKeyVersion)
public static CryptoKeyVersionName parse(String formattedString)
public static List<CryptoKeyVersionName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<CryptoKeyVersionName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap
in interface com.google.api.resourcenames.ResourceName
public String getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.resourcenames.ResourceName
Copyright © 2022 Google LLC. All rights reserved.