Interface Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder (0.16.0)

public static interface Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetails()

public abstract 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
TypeDescription
String

The details.

getDetailsBytes()

public abstract 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
TypeDescription
ByteString

The bytes for details.

getDomain()

public abstract String getDomain()

Domain name of the authorization attempt.

string domain = 1;

Returns
TypeDescription
String

The domain.

getDomainBytes()

public abstract ByteString getDomainBytes()

Domain name of the authorization attempt.

string domain = 1;

Returns
TypeDescription
ByteString

The bytes for domain.

getFailureReason()

public abstract 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
TypeDescription
Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason

The failureReason.

getFailureReasonValue()

public abstract 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
TypeDescription
int

The enum numeric value on the wire for failureReason.

getState()

public abstract 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
TypeDescription
Certificate.ManagedCertificate.AuthorizationAttemptInfo.State

The state.

getStateValue()

public abstract 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
TypeDescription
int

The enum numeric value on the wire for state.