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