Uses of Class
com.google.cloud.security.privateca.v1beta1.CertificateRevocationList.State
-
Packages that use CertificateRevocationList.State Package Description com.google.cloud.security.privateca.v1beta1 A client to Certificate Authority API -
-
Uses of CertificateRevocationList.State in com.google.cloud.security.privateca.v1beta1
Methods in com.google.cloud.security.privateca.v1beta1 that return CertificateRevocationList.State Modifier and Type Method Description static CertificateRevocationList.StateCertificateRevocationList.State. forNumber(int value)CertificateRevocationList.StateCertificateRevocationList.Builder. getState()Output only.CertificateRevocationList.StateCertificateRevocationList. getState()Output only.CertificateRevocationList.StateCertificateRevocationListOrBuilder. getState()Output only.static CertificateRevocationList.StateCertificateRevocationList.State. valueOf(int value)Deprecated.static CertificateRevocationList.StateCertificateRevocationList.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CertificateRevocationList.StateCertificateRevocationList.State. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateRevocationList.State[]CertificateRevocationList.State. 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 CertificateRevocationList.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CertificateRevocationList.State>CertificateRevocationList.State. internalGetValueMap()Methods in com.google.cloud.security.privateca.v1beta1 with parameters of type CertificateRevocationList.State Modifier and Type Method Description CertificateRevocationList.BuilderCertificateRevocationList.Builder. setState(CertificateRevocationList.State value)Output only.
-