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