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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder) \n\n public static interface Certificate.ManagedCertificate.AuthorizationAttemptInfoOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getDetails()\n\n public abstract String getDetails()\n\nOutput only. Human readable explanation for reaching the state.\nProvided to help address the configuration issues. Not guaranteed to be\nstable. For programmatic access use FailureReason enum.\n\n`string details = 4;`\n\n### getDetailsBytes()\n\n public abstract ByteString getDetailsBytes()\n\nOutput only. Human readable explanation for reaching the state.\nProvided to help address the configuration issues. Not guaranteed to be\nstable. For programmatic access use FailureReason enum.\n\n`string details = 4;`\n\n### getDomain()\n\n public abstract String getDomain()\n\nDomain name of the authorization attempt.\n\n`string domain = 1;`\n\n### getDomainBytes()\n\n public abstract ByteString getDomainBytes()\n\nDomain name of the authorization attempt.\n\n`string domain = 1;`\n\n### getFailureReason()\n\n public abstract Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason getFailureReason()\n\nOutput only. Reason for failure of the authorization attempt for the\ndomain.\n\n`\n.google.events.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason failure_reason = 3;\n`\n\n### getFailureReasonValue()\n\n public abstract int getFailureReasonValue()\n\nOutput only. Reason for failure of the authorization attempt for the\ndomain.\n\n`\n.google.events.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason failure_reason = 3;\n`\n\n### getState()\n\n public abstract Certificate.ManagedCertificate.AuthorizationAttemptInfo.State getState()\n\nOutput only. State of the domain for managed certificate issuance.\n\n`\n.google.events.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2;\n`\n\n### getStateValue()\n\n public abstract int getStateValue()\n\nOutput only. State of the domain for managed certificate issuance.\n\n`\n.google.events.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State state = 2;\n`"]]