Interface Certificate.ManagedCertificate.ProvisioningIssueOrBuilder

    • Method Detail

      • getReasonValue

        int getReasonValue()
         Output only. Reason for provisioning failures.
         
        .google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue.Reason reason = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for reason.
      • getReason

        Certificate.ManagedCertificate.ProvisioningIssue.Reason getReason()
         Output only. Reason for provisioning failures.
         
        .google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue.Reason reason = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The reason.
      • getDetails

        String getDetails()
         Output only. Human readable explanation about the issue. Provided to
         help address the configuration issues. Not guaranteed to be stable. For
         programmatic access use Reason enum.
         
        string details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The details.
      • getDetailsBytes

        com.google.protobuf.ByteString getDetailsBytes()
         Output only. Human readable explanation about the issue. Provided to
         help address the configuration issues. Not guaranteed to be stable. For
         programmatic access use Reason enum.
         
        string details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for details.