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.Tier
CaPool.Tier. forNumber(int value)
CaPool.Tier
CaPool.Builder. getTier()
Required.CaPool.Tier
CaPool. getTier()
Required.CaPool.Tier
CaPoolOrBuilder. getTier()
Required.CaPool.Tier
CertificateAuthority.Builder. getTier()
Output only.CaPool.Tier
CertificateAuthority. getTier()
Output only.CaPool.Tier
CertificateAuthorityOrBuilder. getTier()
Output only.static CaPool.Tier
CaPool.Tier. valueOf(int value)
Deprecated.static CaPool.Tier
CaPool.Tier. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CaPool.Tier
CaPool.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.Builder
CaPool.Builder. setTier(CaPool.Tier value)
Required.CertificateAuthority.Builder
CertificateAuthority.Builder. setTier(CaPool.Tier value)
Output only.
-