Google Cloud Certificate Manager V1 Client - Class ProvisioningIssue (0.4.2)

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 \ ManagedCertificate

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setReason

Output only. Reason for provisioning failures.

Parameter
NameDescription
var int
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this