Uses of Class
com.google.cloud.security.privateca.v1.CaPool.Tier
-
Packages that use CaPool.Tier Package Description com.google.cloud.security.privateca.v1 A client to Certificate Authority API -
-
Uses of CaPool.Tier in com.google.cloud.security.privateca.v1
Methods in com.google.cloud.security.privateca.v1 that return CaPool.Tier Modifier and Type Method Description static CaPool.TierCaPool.Tier. forNumber(int value)CaPool.TierCaPool.Builder. getTier()Required.CaPool.TierCaPool. getTier()Required.CaPool.TierCaPoolOrBuilder. getTier()Required.CaPool.TierCertificateAuthority.Builder. getTier()Output only.CaPool.TierCertificateAuthority. getTier()Output only.CaPool.TierCertificateAuthorityOrBuilder. getTier()Output only.static CaPool.TierCaPool.Tier. valueOf(int value)Deprecated.static CaPool.TierCaPool.Tier. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CaPool.TierCaPool.Tier. valueOf(String name)Returns the enum constant of this type with the specified name.static CaPool.Tier[]CaPool.Tier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.security.privateca.v1 that return types with arguments of type CaPool.Tier Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CaPool.Tier>CaPool.Tier. internalGetValueMap()Methods in com.google.cloud.security.privateca.v1 with parameters of type CaPool.Tier Modifier and Type Method Description CaPool.BuilderCaPool.Builder. setTier(CaPool.Tier value)Required.CertificateAuthority.BuilderCertificateAuthority.Builder. setTier(CaPool.Tier value)Output only.
-