Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class ProvisioningIssue.
Information about issues with provisioning a Managed Certificate.
Generated from protobuf message google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue
Namespace
Google \ Cloud \ CertificateManager \ V1 \ Certificate \ ManagedCertificateMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ reason | intOutput only. Reason for provisioning failures. | 
| ↳ details | stringOutput 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. | 
getReason
Output only. Reason for provisioning failures.
| Returns | |
|---|---|
| Type | Description | 
| int | Enum of type Reason. | 
setReason
Output only. Reason for provisioning failures.
| Parameter | |
|---|---|
| Name | Description | 
| var | intEnum of type Reason. | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
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.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setDetails
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.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |