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 |
array
Optional. Data for populating the Message object. |
↳ reason |
int
Output only. Reason for provisioning failures. |
↳ details |
string
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. |
getReason
Output only. Reason for provisioning failures.
Returns | |
---|---|
Type | Description |
int |
setReason
Output only. Reason for provisioning failures.
Parameter | |
---|---|
Name | Description |
var |
int
|
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 |