Uses of Class
com.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.State
-
Packages that use Certificate.ManagedCertificate.State Package Description com.google.cloud.certificatemanager.v1 A client to Certificate Manager API -
-
Uses of Certificate.ManagedCertificate.State in com.google.cloud.certificatemanager.v1
Methods in com.google.cloud.certificatemanager.v1 that return Certificate.ManagedCertificate.State Modifier and Type Method Description static Certificate.ManagedCertificate.State
Certificate.ManagedCertificate.State. forNumber(int value)
Certificate.ManagedCertificate.State
Certificate.ManagedCertificate.Builder. getState()
Output only.Certificate.ManagedCertificate.State
Certificate.ManagedCertificate. getState()
Output only.Certificate.ManagedCertificate.State
Certificate.ManagedCertificateOrBuilder. getState()
Output only.static Certificate.ManagedCertificate.State
Certificate.ManagedCertificate.State. valueOf(int value)
Deprecated.static Certificate.ManagedCertificate.State
Certificate.ManagedCertificate.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Certificate.ManagedCertificate.State
Certificate.ManagedCertificate.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Certificate.ManagedCertificate.State[]
Certificate.ManagedCertificate.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.certificatemanager.v1 that return types with arguments of type Certificate.ManagedCertificate.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Certificate.ManagedCertificate.State>
Certificate.ManagedCertificate.State. internalGetValueMap()
Methods in com.google.cloud.certificatemanager.v1 with parameters of type Certificate.ManagedCertificate.State Modifier and Type Method Description Certificate.ManagedCertificate.Builder
Certificate.ManagedCertificate.Builder. setState(Certificate.ManagedCertificate.State value)
Output only.
-