Uses of Class
com.google.cloud.security.privateca.v1beta1.ReusableConfigName
-
Packages that use ReusableConfigName Package Description com.google.cloud.security.privateca.v1beta1 A client to Certificate Authority API -
-
Uses of ReusableConfigName in com.google.cloud.security.privateca.v1beta1
Methods in com.google.cloud.security.privateca.v1beta1 that return ReusableConfigName Modifier and Type Method Description ReusableConfigName
ReusableConfigName.Builder. build()
static ReusableConfigName
ReusableConfigName. of(String project, String location, String reusableConfig)
static ReusableConfigName
ReusableConfigName. parse(String formattedString)
Methods in com.google.cloud.security.privateca.v1beta1 that return types with arguments of type ReusableConfigName Modifier and Type Method Description static List<ReusableConfigName>
ReusableConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.security.privateca.v1beta1 with parameters of type ReusableConfigName Modifier and Type Method Description ReusableConfig
CertificateAuthorityServiceClient. getReusableConfig(ReusableConfigName name)
Returns a [ReusableConfig][google.cloud.security.privateca.v1beta1.ReusableConfig].Method parameters in com.google.cloud.security.privateca.v1beta1 with type arguments of type ReusableConfigName Modifier and Type Method Description static List<String>
ReusableConfigName. toStringList(List<ReusableConfigName> values)
-