Uses of Class
com.google.cloud.security.publicca.v1beta1.ExternalAccountKeyName
-
Packages that use ExternalAccountKeyName Package Description com.google.cloud.security.publicca.v1beta1 A client to Public Certificate Authority API -
-
Uses of ExternalAccountKeyName in com.google.cloud.security.publicca.v1beta1
Methods in com.google.cloud.security.publicca.v1beta1 that return ExternalAccountKeyName Modifier and Type Method Description ExternalAccountKeyName
ExternalAccountKeyName.Builder. build()
static ExternalAccountKeyName
ExternalAccountKeyName. of(String project, String location, String externalAccountKey)
static ExternalAccountKeyName
ExternalAccountKeyName. parse(String formattedString)
Methods in com.google.cloud.security.publicca.v1beta1 that return types with arguments of type ExternalAccountKeyName Modifier and Type Method Description static List<ExternalAccountKeyName>
ExternalAccountKeyName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.security.publicca.v1beta1 with type arguments of type ExternalAccountKeyName Modifier and Type Method Description static List<String>
ExternalAccountKeyName. toStringList(List<ExternalAccountKeyName> values)
-