@Generated(value="by GAPIC protoc plugin") public class CryptoKeyPathName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
CryptoKeyPathName.Builder
Builder for CryptoKeyPathName.
|
Modifier and Type | Method and 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) |
public String getProject()
public String getLocation()
public String getKeyRing()
public String getCryptoKeyPath()
public static CryptoKeyPathName.Builder newBuilder()
public CryptoKeyPathName.Builder toBuilder()
public static CryptoKeyPathName of(String project, String location, String keyRing, String cryptoKeyPath)
public static String format(String project, String location, String keyRing, String cryptoKeyPath)
public static CryptoKeyPathName parse(String formattedString)
public static List<CryptoKeyPathName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<CryptoKeyPathName> 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.