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 ExternalAccountKeyNameExternalAccountKeyName.Builder. build()static ExternalAccountKeyNameExternalAccountKeyName. of(String project, String location, String externalAccountKey)static ExternalAccountKeyNameExternalAccountKeyName. 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)
-