Interface Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder

    • 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.