public static interface Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDomain()
Domain name of the authorization attempt.
string domain = 1;com.google.protobuf.ByteString getDomainBytes()
Domain name of the authorization attempt.
string domain = 1;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];
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];
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];
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];
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];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];Copyright © 2024 Google LLC. All rights reserved.