Interface Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder (0.2.0)

public static interface Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetails()

public abstract String getDetails()

Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum.

string details = 4;

Returns
TypeDescription
String

The details.

getDetailsBytes()

public abstract ByteString getDetailsBytes()

Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum.

string details = 4;

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()

State of the domain for managed certificate issuance.

.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2;

Returns
TypeDescription
Certificate.ManagedCertificate.AuthorizationAttemptInfo.State

The state.

getStateValue()

public abstract int getStateValue()

State of the domain for managed certificate issuance.

.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for state.