Interface ManagedCertificateOrBuilder (2.5.0)

public interface ManagedCertificateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLastRenewalTime()

public abstract Timestamp 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

.google.protobuf.Timestamp last_renewal_time = 1;

Returns
TypeDescription
Timestamp

The lastRenewalTime.

getLastRenewalTimeOrBuilder()

public abstract TimestampOrBuilder getLastRenewalTimeOrBuilder()

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

.google.protobuf.Timestamp last_renewal_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getStatus()

public abstract ManagementStatus getStatus()

Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt. @OutputOnly

.google.appengine.v1.ManagementStatus status = 2;

Returns
TypeDescription
ManagementStatus

The status.

getStatusValue()

public abstract int getStatusValue()

Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt. @OutputOnly

.google.appengine.v1.ManagementStatus status = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for status.

hasLastRenewalTime()

public abstract boolean hasLastRenewalTime()

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

.google.protobuf.Timestamp last_renewal_time = 1;

Returns
TypeDescription
boolean

Whether the lastRenewalTime field is set.