Interface Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Certificate.ManagedCertificate.AuthorizationAttemptInfo
,Certificate.ManagedCertificate.AuthorizationAttemptInfo.Builder
- Enclosing class:
- Certificate.ManagedCertificate
public static interface Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDetails()
Output only.com.google.protobuf.ByteString
getDetailsBytes()
Output only.String
getDomain()
Domain name of the authorization attempt.com.google.protobuf.ByteString
getDomainBytes()
Domain name of the authorization attempt.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason
getFailureReason()
Output only.int
getFailureReasonValue()
Output only.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State
getState()
Output only.int
getStateValue()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDomain
String getDomain()
Domain name of the authorization attempt.
string domain = 1;
- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
Domain name of the authorization attempt.
string domain = 1;
- Returns:
- The bytes for domain.
-
getStateValue
int getStateValue()
Output only. State of the domain for managed certificate issuance.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The enum numeric value on the wire for state.
-
getState
Certificate.ManagedCertificate.AuthorizationAttemptInfo.State getState()
Output only. State of the domain for managed certificate issuance.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The state.
-
getFailureReasonValue
int getFailureReasonValue()
Output only. Reason for failure of the authorization attempt for the domain.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason failure_reason = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The enum numeric value on the wire for failureReason.
-
getFailureReason
Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason getFailureReason()
Output only. Reason for failure of the authorization attempt for the domain.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason failure_reason = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The failureReason.
-
getDetails
String getDetails()
Output only. Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use FailureReason enum.
string details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The details.
-
getDetailsBytes
com.google.protobuf.ByteString getDetailsBytes()
Output only. Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use FailureReason enum.
string details = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for details.
-
-