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