Uses of Class
com.google.cloud.security.privateca.v1beta1.CertificateAuthority.Tier
-
Packages that use CertificateAuthority.Tier Package Description com.google.cloud.security.privateca.v1beta1 A client to Certificate Authority API -
-
Uses of CertificateAuthority.Tier in com.google.cloud.security.privateca.v1beta1
Methods in com.google.cloud.security.privateca.v1beta1 that return CertificateAuthority.Tier Modifier and Type Method Description static CertificateAuthority.Tier
CertificateAuthority.Tier. forNumber(int value)
CertificateAuthority.Tier
CertificateAuthority.Builder. getTier()
Required.CertificateAuthority.Tier
CertificateAuthority. getTier()
Required.CertificateAuthority.Tier
CertificateAuthorityOrBuilder. getTier()
Required.static CertificateAuthority.Tier
CertificateAuthority.Tier. valueOf(int value)
Deprecated.static CertificateAuthority.Tier
CertificateAuthority.Tier. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CertificateAuthority.Tier
CertificateAuthority.Tier. valueOf(String name)
Returns the enum constant of this type with the specified name.static CertificateAuthority.Tier[]
CertificateAuthority.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.v1beta1 that return types with arguments of type CertificateAuthority.Tier Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CertificateAuthority.Tier>
CertificateAuthority.Tier. internalGetValueMap()
Methods in com.google.cloud.security.privateca.v1beta1 with parameters of type CertificateAuthority.Tier Modifier and Type Method Description CertificateAuthority.Builder
CertificateAuthority.Builder. setTier(CertificateAuthority.Tier value)
Required.
-