Interface Certificate.ManagedCertificate.ProvisioningIssueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Certificate.ManagedCertificate.ProvisioningIssue
,Certificate.ManagedCertificate.ProvisioningIssue.Builder
- Enclosing class:
- Certificate.ManagedCertificate
public static interface Certificate.ManagedCertificate.ProvisioningIssueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDetails()
Output only.com.google.protobuf.ByteString
getDetailsBytes()
Output only.Certificate.ManagedCertificate.ProvisioningIssue.Reason
getReason()
Output only.int
getReasonValue()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-