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.State
CertificateRevocationList.State. forNumber(int value)
CertificateRevocationList.State
CertificateRevocationList.Builder. getState()
Output only.CertificateRevocationList.State
CertificateRevocationList. getState()
Output only.CertificateRevocationList.State
CertificateRevocationListOrBuilder. getState()
Output only.static CertificateRevocationList.State
CertificateRevocationList.State. valueOf(int value)
Deprecated.static CertificateRevocationList.State
CertificateRevocationList.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CertificateRevocationList.State
CertificateRevocationList.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.Builder
CertificateRevocationList.Builder. setState(CertificateRevocationList.State value)
Output only.
-