Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ManagedCertificate.
A certificate managed by App Engine.
Generated from protobuf message google.appengine.v1.ManagedCertificate
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ last_renewal_time |
Google\Protobuf\Timestamp
Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via |
↳ status |
int
Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt. @OutputOnly |
getLastRenewalTime
Time at which the certificate was last renewed. The renewal process is
fully managed. Certificate renewal will automatically occur before the
certificate expires. Renewal errors can be tracked via ManagementStatus
.
@OutputOnly
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasLastRenewalTime
clearLastRenewalTime
setLastRenewalTime
Time at which the certificate was last renewed. The renewal process is
fully managed. Certificate renewal will automatically occur before the
certificate expires. Renewal errors can be tracked via ManagementStatus
.
@OutputOnly
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getStatus
Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.
@OutputOnly
Returns | |
---|---|
Type | Description |
int |
setStatus
Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.
@OutputOnly
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |